Home
last modified time | relevance | path

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

/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/include/linux/power/
H A Dbq24735-charger.h18 bool ext_control; member
/linux/drivers/interconnect/imx/
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()