Home
last modified time | relevance | path

Searched refs:ext_ctrl_flag (Results 1 – 2 of 2) sorted by relevance

/drivers/mfd/
Dtps80031.c152 unsigned long ext_ctrl_flag, int preq_bit, in tps80031_ext_power_req_config() argument
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()
/drivers/regulator/
Dtps80031-regulator.c78 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()