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

/linux-4.4.14/include/linux/regulator/
H A Dmax8973-regulator.h57 * @enable_ext_control: Enable the voltage enable/disable through external
70 bool enable_ext_control; member in struct:max8973_regulator_platform_data
/linux-4.4.14/include/linux/mfd/
H A Dtps65090.h91 * @enable_ext_control: Enable extrenal control or not. Only available for
101 bool enable_ext_control; member in struct:tps65090_regulator_plat_data
/linux-4.4.14/drivers/regulator/
H A Dtps65090-regulator.c385 rpdata->enable_ext_control = of_property_read_bool( tps65090_parse_dt_reg_data()
388 if (rpdata->enable_ext_control) tps65090_parse_dt_reg_data()
457 if (tps_pdata->enable_ext_control) { tps65090_regulator_probe()
500 tps_pdata->enable_ext_control) { tps65090_regulator_probe()
H A Dmax8973-regulator.c481 pdata->enable_ext_control = of_property_read_bool(np, max8973_parse_dt()
608 max->enable_external_control = pdata->enable_ext_control; max8973_probe()
658 if (!pdata->enable_ext_control) { max8973_probe()

Completed in 168 milliseconds