Home
last modified time | relevance | path

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

/drivers/net/wireless/ti/wlcore/
Dinit.c571 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM); in wl1271_init_vif_specific()
585 ret = wl1271_acx_sleep_auth(wl, sta_auth); in wl1271_init_vif_specific()
588 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP); in wl1271_init_vif_specific()
Dacx.c68 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth() function
95 EXPORT_SYMBOL_GPL(wl1271_acx_sleep_auth);
Dacx.h1045 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
Ddebugfs.c1033 ret = wl1271_acx_sleep_auth(wl, value); in sleep_auth_write()
Dmain.c2746 wl1271_acx_sleep_auth(wl, sta_auth); in __wl1271_op_remove_interface()
2749 wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP); in __wl1271_op_remove_interface()
/drivers/net/wireless/ti/wl12xx/
Dmain.c1609 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM); in wl12xx_plt_init()