Searched refs:sleep_auth (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | acx.c | 53 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth() argument 58 wl1271_debug(DEBUG_ACX, "acx sleep auth %d", sleep_auth); in wl1271_acx_sleep_auth() 66 auth->sleep_auth = sleep_auth; in wl1271_acx_sleep_auth() 70 wl1271_error("could not configure sleep_auth to %d: %d", in wl1271_acx_sleep_auth() 71 sleep_auth, ret); in wl1271_acx_sleep_auth() 75 wl->sleep_auth = sleep_auth; in wl1271_acx_sleep_auth()
|
H A D | debugfs.c | 991 wl->sleep_auth); in sleep_auth_read() 1004 wl1271_warning("illegal value in sleep_auth"); in sleep_auth_write() 1009 wl1271_warning("sleep_auth must be between 0 and %d", in sleep_auth_write() 1020 wl->sleep_auth = value; in sleep_auth_write() 1307 DEBUGFS_ADD(sleep_auth, rootdir); in wl1271_debugfs_add_files()
|
H A D | acx.h | 122 u8 sleep_auth; member 1032 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
|
H A D | wlcore.h | 475 int sleep_auth; member
|
H A D | main.c | 1200 wl->sleep_auth = WL1271_PSM_ILLEGAL; in wl1271_plt_stop() 1976 wl->sleep_auth = WL1271_PSM_ILLEGAL; in wlcore_op_stop_locked() 6417 wl->sleep_auth = WL1271_PSM_ILLEGAL; in wlcore_alloc_hw() 6697 if (wl->sleep_auth != WL1271_PSM_ELP) in wlcore_runtime_suspend()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | acx.c | 53 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth) in wl1271_acx_sleep_auth() argument 58 wl1271_debug(DEBUG_ACX, "acx sleep auth %d", sleep_auth); in wl1271_acx_sleep_auth() 66 auth->sleep_auth = sleep_auth; in wl1271_acx_sleep_auth() 70 wl1271_error("could not configure sleep_auth to %d: %d", in wl1271_acx_sleep_auth() 71 sleep_auth, ret); in wl1271_acx_sleep_auth() 75 wl->sleep_auth = sleep_auth; in wl1271_acx_sleep_auth()
|
H A D | debugfs.c | 976 wl->sleep_auth); in sleep_auth_read() 989 wl1271_warning("illegal value in sleep_auth"); in sleep_auth_write() 994 wl1271_warning("sleep_auth must be between 0 and %d", in sleep_auth_write() 1005 wl->sleep_auth = value; in sleep_auth_write() 1289 DEBUGFS_ADD(sleep_auth, rootdir); in wl1271_debugfs_add_files()
|
H A D | acx.h | 122 u8 sleep_auth; member 1032 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
|
H A D | wlcore.h | 475 int sleep_auth; member
|
H A D | main.c | 1188 wl->sleep_auth = WL1271_PSM_ILLEGAL; in wl1271_plt_stop() 1961 wl->sleep_auth = WL1271_PSM_ILLEGAL; in wlcore_op_stop_locked() 6349 wl->sleep_auth = WL1271_PSM_ILLEGAL; in wlcore_alloc_hw() 6629 if (wl->sleep_auth != WL1271_PSM_ELP) in wlcore_runtime_suspend()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | acx.c | 116 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) in wl1251_acx_sleep_auth() argument 127 auth->sleep_auth = sleep_auth; in wl1251_acx_sleep_auth()
|
H A D | acx.h | 96 u8 sleep_auth; member 1440 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | acx.c | 116 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) in wl1251_acx_sleep_auth() argument 127 auth->sleep_auth = sleep_auth; in wl1251_acx_sleep_auth()
|
H A D | acx.h | 96 u8 sleep_auth; member 1440 int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth);
|
Completed in 36 milliseconds