Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/regulator/
Das3722-regulator.c64 int ext_control; member
623 reg_config->ext_control = prop; in as3722_get_regulator_dt_data()
681 if (reg_config->ext_control) in as3722_regulator_probe()
695 if (reg_config->ext_control) in as3722_regulator_probe()
715 if (reg_config->ext_control) in as3722_regulator_probe()
734 if (reg_config->ext_control) in as3722_regulator_probe()
772 if (reg_config->ext_control) in as3722_regulator_probe()
781 if (reg_config->ext_control) in as3722_regulator_probe()
805 if (reg_config->ext_control) { in as3722_regulator_probe()
814 reg_config->ext_control); in as3722_regulator_probe()
/Linux-v5.15/drivers/power/supply/
Dbq24735-charger.c117 if (pdata->ext_control) in bq24735_config_charger()
166 if (charger->pdata->ext_control) in bq24735_enable_charging()
179 if (charger->pdata->ext_control) in bq24735_disable_charging()
350 pdata->ext_control = of_property_read_bool(np, "ti,external-control"); in bq24735_parse_dt_data()
/Linux-v5.15/include/linux/power/
Dbq24735-charger.h18 bool ext_control; member