Searched refs:wl1271_acx_sleep_auth (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | init.c | 566 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 D | acx.h | 1032 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
|
H A D | acx.c | 53 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); variable
|
H A D | debugfs.c | 1030 ret = wl1271_acx_sleep_auth(wl, value); in sleep_auth_write()
|
H A D | main.c | 2779 wl1271_acx_sleep_auth(wl, sta_auth); in __wl1271_op_remove_interface() 2782 wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP); in __wl1271_op_remove_interface()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | init.c | 566 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 D | acx.h | 1032 int wl1271_acx_sleep_auth(struct wl1271 *wl, u8 sleep_auth);
|
H A D | acx.c | 53 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); variable
|
H A D | debugfs.c | 1013 ret = wl1271_acx_sleep_auth(wl, value); in sleep_auth_write()
|
H A D | main.c | 2756 wl1271_acx_sleep_auth(wl, sta_auth); in __wl1271_op_remove_interface() 2759 wl1271_acx_sleep_auth(wl, WL1271_PSM_ELP); in __wl1271_op_remove_interface()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 1602 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM); in wl12xx_plt_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 1602 ret = wl1271_acx_sleep_auth(wl, WL1271_PSM_CAM); in wl12xx_plt_init()
|
Completed in 50 milliseconds