Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dinit.c362 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP); in wl1271_sta_hw_init()
417 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM); in wl1271_ap_hw_init()
Dacx.h1238 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
Dacx.c65 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth() function
Dmain.c522 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM); in wl1271_plt_init()