Searched defs:ext_ctrl_flag (Results 1 - 2 of 2) sorted by relevance

/drivers/mfd/
H A Dtps80031.c153 unsigned long ext_ctrl_flag, int preq_bit,
160 if (!(ext_ctrl_flag & TPS80031_EXT_PWR_REQ))
163 if (ext_ctrl_flag & TPS80031_PWR_REQ_INPUT_PREQ1) {
166 } else if (ext_ctrl_flag & TPS80031_PWR_REQ_INPUT_PREQ2) {
169 } else if (ext_ctrl_flag & TPS80031_PWR_REQ_INPUT_PREQ3) {
193 if (ext_ctrl_flag & (TPS80031_PWR_REQ_INPUT_PREQ2 |
152 tps80031_ext_power_req_config(struct device *dev, unsigned long ext_ctrl_flag, int preq_bit, int state_reg_add, int trans_reg_add) argument
/drivers/regulator/
H A Dtps80031-regulator.c93 unsigned int ext_ctrl_flag; member in struct:tps80031_regulator
108 if (ri->ext_ctrl_flag & TPS80031_EXT_PWR_REQ)
127 if (ri->ext_ctrl_flag & TPS80031_EXT_PWR_REQ)
146 if (ri->ext_ctrl_flag & TPS80031_EXT_PWR_REQ)
516 ret = tps80031_ext_power_req_config(parent, ri->ext_ctrl_flag,
525 if (tps80031_pdata->ext_ctrl_flag & TPS80031_PWR_ON_ON_SLEEP) {
714 ri->ext_ctrl_flag = tps_pdata->ext_ctrl_flag;

Completed in 63 milliseconds