Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mfd/
Drc5t583.c136 int ext_pwr_req, int deepsleep_slot_nr) in rc5t583_ext_power_req_config() argument
138 if ((ext_pwr_req & EXT_PWR_REQ) == EXT_PWR_REQ) in rc5t583_ext_power_req_config()
141 if (ext_pwr_req & RC5T583_EXT_PWRREQ1_CONTROL) in rc5t583_ext_power_req_config()
143 ext_pwr_req, deepsleep_slot_nr); in rc5t583_ext_power_req_config()
145 if (ext_pwr_req & RC5T583_EXT_PWRREQ2_CONTROL) in rc5t583_ext_power_req_config()
147 ds_id, ext_pwr_req); in rc5t583_ext_power_req_config()
/linux-6.1.9/include/linux/mfd/
Drc5t583.h365 int ext_pwr_req, int deepsleep_slot_nr);