Searched refs:of_parse_cb (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.4/drivers/regulator/ | 
| D | lochnagar-regulator.c | 171 		.of_parse_cb = lochnagar_micbias_of_parse,186 		.of_parse_cb = lochnagar_micbias_of_parse,
 
 | 
| D | tps65086-regulator.c | 34 			.of_parse_cb		= tps65086_of_parse_cb,	\58 			.of_parse_cb		= tps65086_of_parse_cb,	\
 
 | 
| D | bd718x7-regulator.c | 499 			.of_parse_cb = buck1_set_hw_dvs_levels,523 			.of_parse_cb = buck2_set_hw_dvs_levels,
 795 			.of_parse_cb = buck1_set_hw_dvs_levels,
 819 			.of_parse_cb = buck2_set_hw_dvs_levels,
 843 			.of_parse_cb = buck3_set_hw_dvs_levels,
 867 			.of_parse_cb = buck4_set_hw_dvs_levels,
 
 | 
| D | max77686-regulator.c | 340 	.of_parse_cb	= max77686_of_parse_cb,				\413 	.of_parse_cb	= max77686_of_parse_cb,				\
 
 | 
| D | of_regulator.c | 448 	if (desc->of_parse_cb) {  in regulator_of_get_init_data()451 		ret = desc->of_parse_cb(child, desc, config);  in regulator_of_get_init_data()
 
 | 
| D | tps65132-regulator.c | 180 		.of_parse_cb	= tps65132_of_parse_cb,	\
 | 
| D | ltc3676.c | 200 		.of_parse_cb = ltc3676_of_parse_cb,            \
 | 
| D | tps6507x-regulator.c | 418 		tps->desc[i].of_parse_cb = tps6507x_pmic_of_parse_cb;  in tps6507x_pmic_probe()
 | 
| D | max77620-regulator.c | 675 			.of_parse_cb = max77620_of_parse_cb,		\707 			.of_parse_cb = max77620_of_parse_cb,		\
 
 | 
| D | ltc3589.c | 226 		.of_parse_cb = ltc3589_of_parse_cb,			\
 | 
| D | slg51000-regulator.c | 222 		.of_parse_cb = slg51000_of_parse_cb,               \
 | 
| D | qcom_rpm-regulator.c | 977 		vreg->desc.of_parse_cb = rpm_reg_of_parse;  in rpm_reg_probe()
 | 
| D | qcom_spmi-regulator.c | 2028 		vreg->desc.of_parse_cb = spmi_regulator_of_parse;  in qcom_spmi_regulator_probe()
 | 
| /Linux-v5.4/include/linux/regulator/ | 
| D | driver.h | 332 	int (*of_parse_cb)(struct device_node *,  member
 |