Home
last modified time | relevance | path

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

/linux/drivers/interconnect/imx/
H A Dimx8mp.c71 .ext_control = 1,
77 .ext_control = 1,
108 .ext_control = 1,
114 .ext_control = 1,
120 .ext_control = 1,
126 .ext_control = 1,
132 .ext_control = 1,
H A Dimx.h89 u32 ext_control; member
H A Dimx.c54 writel(node_data->setting->ext_control, base + IMX_NOC_EXT_CTL_REG); in imx_icc_node_set()
57 node_data->setting->ext_control); in imx_icc_node_set()
/linux/drivers/regulator/
H A 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/drivers/power/supply/
H A 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/include/linux/power/
H A Dbq24735-charger.h18 bool ext_control; member