Searched refs:sleep_auth (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c53 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) argument
58 wl1271_debug(DEBUG_ACX, "acx sleep auth %d", sleep_auth);
66 auth->sleep_auth = sleep_auth;
70 wl1271_error("could not configure sleep_auth to %d: %d",
71 sleep_auth, ret);
75 wl->sleep_auth = sleep_auth;
H A Ddebugfs.c976 wl->sleep_auth);
989 wl1271_warning("illegal value in sleep_auth");
994 wl1271_warning("sleep_auth must be between 0 and %d",
1005 wl->sleep_auth = value;
1289 DEBUGFS_ADD(sleep_auth, rootdir);
H A Dwlcore.h475 int sleep_auth; member in struct:wl1271
H A Dacx.h122 u8 sleep_auth; member in struct:acx_sleep_auth
1032 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
H A Dmain.c1188 wl->sleep_auth = WL1271_PSM_ILLEGAL;
1961 wl->sleep_auth = WL1271_PSM_ILLEGAL;
6349 wl->sleep_auth = WL1271_PSM_ILLEGAL;
6629 if (wl->sleep_auth != WL1271_PSM_ELP)
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c116 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) argument
127 auth->sleep_auth = sleep_auth;
H A Dacx.h96 u8 sleep_auth; member in struct:acx_sleep_auth
1440 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth);

Completed in 259 milliseconds