Home
last modified time | relevance | path

Searched refs:wl1271_acx_sleep_auth (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/wl12xx/
Dinit.c581 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM); in wl1271_init_vif_specific()
586 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP); in wl1271_init_vif_specific()
Dacx.h1231 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
Dacx.c68 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth() function
Dmain.c708 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM); in wl1271_plt_init()