Searched refs:rtq2208_ldo_match (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/regulator/
H A Drtq2208-regulator.c326 struct of_regulator_match *rtq2208_ldo_match, int n_fixed)
341 ret = of_regulator_match(dev, np, rtq2208_ldo_match, n_fixed);
349 match = rtq2208_ldo_match + i;
392 int idx, struct of_regulator_match *rtq2208_ldo_match, int *ldo_idx)
464 struct of_regulator_match rtq2208_ldo_match[2]; local
477 rtq2208_init_regulator_desc(rdesc[i], mtp_sel, idx, rtq2208_ldo_match, &ldo_idx);
481 rtq2208_ldo_match[idx - RTQ2208_LDO2].desc = &rdesc[i]->desc;
485 ret = rtq2208_of_get_fixed_voltage(dev, rtq2208_ldo_match, ldo_idx);
325 rtq2208_of_get_fixed_voltage(struct device *dev, struct of_regulator_match *rtq2208_ldo_match, int n_fixed) argument
391 rtq2208_init_regulator_desc(struct rtq2208_regulator_desc *rdesc, int mtp_sel, int idx, struct of_regulator_match *rtq2208_ldo_match, int *ldo_idx) argument

Completed in 114 milliseconds