Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dinit.c566 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP); in wl1271_init_vif_specific()
580 ret = wl1271_acx_sleep_auth(wl, sta_auth); in wl1271_init_vif_specific()
583 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP); in wl1271_init_vif_specific()
H A Dacx.c53 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth() function
80 EXPORT_SYMBOL_GPL(wl1271_acx_sleep_auth);
H A Dacx.h1032 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
H A Ddebugfs.c1013 ret = wl1271_acx_sleep_auth(wl, value); in sleep_auth_write()