Home
last modified time | relevance | path

Searched refs:TPS80031_EXT_PWR_REQ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps80031-regulator.c93 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()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps80031.h372 #define TPS80031_EXT_PWR_REQ (TPS80031_PWR_REQ_INPUT_PREQ1 | \ macro
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtps80031.c159 if (!(ext_ctrl_flag & TPS80031_EXT_PWR_REQ)) in tps80031_ext_power_req_config()