Home
last modified time | relevance | path

Searched refs:ext_control (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/regulator/
Das3722-regulator.c78 int ext_control; member
769 reg_config->ext_control = prop; in as3722_get_regulator_dt_data()
828 if (reg_config->ext_control) in as3722_regulator_probe()
838 if (reg_config->ext_control) in as3722_regulator_probe()
858 if (reg_config->ext_control) in as3722_regulator_probe()
878 if (reg_config->ext_control) in as3722_regulator_probe()
900 if (reg_config->ext_control) in as3722_regulator_probe()
910 if (reg_config->ext_control) in as3722_regulator_probe()
933 if (reg_config->ext_control) { in as3722_regulator_probe()
942 reg_config->ext_control); in as3722_regulator_probe()
/Linux-v4.19/drivers/power/supply/
Dbq24735-charger.c114 if (pdata->ext_control) in bq24735_config_charger()
163 if (charger->pdata->ext_control) in bq24735_enable_charging()
176 if (charger->pdata->ext_control) in bq24735_disable_charging()
347 pdata->ext_control = of_property_read_bool(np, "ti,external-control"); in bq24735_parse_dt_data()
/Linux-v4.19/include/linux/power/
Dbq24735-charger.h31 bool ext_control; member