Searched refs:wl1251_acx_sleep_auth (Results 1 – 4 of 4) sorted by relevance
120 ret = wl1251_acx_sleep_auth(wl, WL1251_PSM_ELP); in wl1251_ps_set_mode()127 ret = wl1251_acx_sleep_auth(wl, WL1251_PSM_ELP); in wl1251_ps_set_mode()139 ret = wl1251_acx_sleep_auth(wl, WL1251_PSM_CAM); in wl1251_ps_set_mode()
186 return wl1251_acx_sleep_auth(wl, WL1251_PSM_CAM); in wl1251_hw_init_power_auth()
1440 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth);
116 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) in wl1251_acx_sleep_auth() function