Searched refs:ext_control (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/interconnect/imx/ |
H A D | imx8mp.c | 71 .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 D | imx.h | 78 * @ext_control: external input control 84 u32 ext_control; member
|
H A D | imx.c | 54 writel(node_data->setting->ext_control, base + IMX_NOC_EXT_CTL_REG); in imx_icc_node_set() 55 dev_dbg(dev, "%s: mode: 0x%x, prio: 0x%x, ext_control: 0x%x\n", in imx_icc_node_set() 57 node_data->setting->ext_control); in imx_icc_node_set()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | as3722-regulator.c | 64 int ext_control; member 622 reg_config->ext_control = prop; in as3722_get_regulator_dt_data() 680 if (reg_config->ext_control) in as3722_regulator_probe() 694 if (reg_config->ext_control) in as3722_regulator_probe() 714 if (reg_config->ext_control) in as3722_regulator_probe() 733 if (reg_config->ext_control) in as3722_regulator_probe() 771 if (reg_config->ext_control) in as3722_regulator_probe() 780 if (reg_config->ext_control) in as3722_regulator_probe() 804 if (reg_config->ext_control) { in as3722_regulator_probe() 813 reg_config->ext_control); in as3722_regulator_probe() [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | as3722-regulator.c | 64 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() [all...] |
/kernel/linux/linux-5.10/include/linux/power/ |
H A D | bq24735-charger.h | 18 bool ext_control; member
|
/kernel/linux/linux-6.6/include/linux/power/ |
H A D | bq24735-charger.h | 18 bool ext_control; member
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bq24735-charger.c | 114 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()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | bq24735-charger.c | 117 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()
|
Completed in 5 milliseconds