Searched refs:ext_ctrl_flag (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps80031-regulator.c | 78 unsigned int ext_ctrl_flag; member 93 if (ri->ext_ctrl_flag & TPS80031_EXT_PWR_REQ) in tps80031_reg_is_enabled() 112 if (ri->ext_ctrl_flag & TPS80031_EXT_PWR_REQ) in tps80031_reg_enable() 131 if (ri->ext_ctrl_flag & TPS80031_EXT_PWR_REQ) in tps80031_reg_disable() 501 ret = tps80031_ext_power_req_config(parent, ri->ext_ctrl_flag, in tps80031_power_req_config() 510 if (tps80031_pdata->ext_ctrl_flag & TPS80031_PWR_ON_ON_SLEEP) { in tps80031_power_req_config() 700 ri->ext_ctrl_flag = tps_pdata->ext_ctrl_flag; in tps80031_regulator_probe()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tps80031.c | 152 unsigned long ext_ctrl_flag, int preq_bit, in tps80031_ext_power_req_config() 159 if (!(ext_ctrl_flag & TPS80031_EXT_PWR_REQ)) in tps80031_ext_power_req_config() 162 if (ext_ctrl_flag & TPS80031_PWR_REQ_INPUT_PREQ1) { in tps80031_ext_power_req_config() 165 } else if (ext_ctrl_flag & TPS80031_PWR_REQ_INPUT_PREQ2) { in tps80031_ext_power_req_config() 168 } else if (ext_ctrl_flag & TPS80031_PWR_REQ_INPUT_PREQ3) { in tps80031_ext_power_req_config() 192 if (ext_ctrl_flag & (TPS80031_PWR_REQ_INPUT_PREQ2 | in tps80031_ext_power_req_config() 151 tps80031_ext_power_req_config(struct device *dev, unsigned long ext_ctrl_flag, int preq_bit, int state_reg_add, int trans_reg_add) tps80031_ext_power_req_config() argument
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | tps80031.h | 527 * @ext_ctrl_flag: External control flag for sleep/power request control. 534 unsigned int ext_ctrl_flag; member 635 unsigned long ext_ctrl_flag, int preq_bit,
|
Completed in 4 milliseconds