Home
last modified time | relevance | path

Searched refs:ext_control (Results 1 – 7 of 7) 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()
H A Ds2mps11.c453 u32 ext_control; in s2mpg10_of_parse_cb() local
458 if (of_property_read_u32(np, "samsung,ext-control", &ext_control)) in s2mpg10_of_parse_cb()
467 if (ext_control > S2MPG10_EXTCTRL_TCXO_ON2) in s2mpg10_of_parse_cb()
472 if (ext_control < S2MPG10_EXTCTRL_LDO20M_EN2 || in s2mpg10_of_parse_cb()
473 ext_control > S2MPG10_EXTCTRL_LDO20M_EN) in s2mpg10_of_parse_cb()
481 ext_control = ext_control_s2mpg10[ext_control]; in s2mpg10_of_parse_cb()
496 if (ext_control > S2MPG11_EXTCTRL_LDO13S_EN) in s2mpg10_of_parse_cb()
504 ext_control = ext_control_s2mpg11[ext_control]; in s2mpg10_of_parse_cb()
525 s2mpg10_desc->pctrlsel_val = ext_control; in s2mpg10_of_parse_cb()
/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