Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/regulator/
H A Drtq2208-regulator.c339 struct of_regulator_match *rtq2208_ldo_match, int n_fixed) in rtq2208_of_get_fixed_voltage()
354 ret = of_regulator_match(dev, np, rtq2208_ldo_match, n_fixed); in rtq2208_of_get_fixed_voltage()
362 match = rtq2208_ldo_match + i; in rtq2208_of_get_fixed_voltage()
377 int idx, struct of_regulator_match *rtq2208_ldo_match, int *ldo_idx) in rtq2208_init_regulator_desc()
435 rtq2208_ldo_match[*ldo_idx].name = desc->name; in rtq2208_init_regulator_desc()
436 rtq2208_ldo_match[*ldo_idx].driver_data = rdesc; in rtq2208_init_regulator_desc()
437 rtq2208_ldo_match[(*ldo_idx)++].desc = desc; in rtq2208_init_regulator_desc()
447 struct of_regulator_match rtq2208_ldo_match[2]; in rtq2208_parse_regulator_dt_data() local
460 rtq2208_init_regulator_desc(rdesc[i], mtp_sel, idx, rtq2208_ldo_match, &ldo_idx); in rtq2208_parse_regulator_dt_data()
464 ret = rtq2208_of_get_fixed_voltage(dev, rtq2208_ldo_match, ldo_id in rtq2208_parse_regulator_dt_data()
338 rtq2208_of_get_fixed_voltage(struct device *dev, struct of_regulator_match *rtq2208_ldo_match, int n_fixed) rtq2208_of_get_fixed_voltage() argument
376 rtq2208_init_regulator_desc(struct rtq2208_regulator_desc *rdesc, int mtp_sel, int idx, struct of_regulator_match *rtq2208_ldo_match, int *ldo_idx) rtq2208_init_regulator_desc() argument
[all...]

Completed in 3 milliseconds