Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Drc5t583.c149 int ext_pwr_req, int deepsleep_slot_nr) in rc5t583_ext_power_req_config() argument
151 if ((ext_pwr_req & EXT_PWR_REQ) == EXT_PWR_REQ) in rc5t583_ext_power_req_config()
154 if (ext_pwr_req & RC5T583_EXT_PWRREQ1_CONTROL) in rc5t583_ext_power_req_config()
156 ext_pwr_req, deepsleep_slot_nr); in rc5t583_ext_power_req_config()
158 if (ext_pwr_req & RC5T583_EXT_PWRREQ2_CONTROL) in rc5t583_ext_power_req_config()
160 ds_id, ext_pwr_req); in rc5t583_ext_power_req_config()
/linux-4.1.27/include/linux/mfd/
Drc5t583.h376 int ext_pwr_req, int deepsleep_slot_nr);