Searched refs:STATION_ACTIVE_MODE (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | ps.c | 28 if (wl->elp || wl->station_mode == STATION_ACTIVE_MODE) in wl1251_elp_work() 46 if (wl->station_mode != STATION_ACTIVE_MODE) { in wl1251_ps_elp_sleep() 135 case STATION_ACTIVE_MODE: in wl1251_ps_set_mode()
|
H A D | event.c | 103 wl->station_mode != STATION_ACTIVE_MODE) { in wl1251_event_process() 104 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_event_process()
|
H A D | main.c | 466 wl->station_mode = STATION_ACTIVE_MODE; in wl1251_op_stop() 672 if (wl->station_mode != STATION_ACTIVE_MODE) { in wl1251_op_config() 673 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 685 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 1003 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_hw_scan() 1605 wl->station_mode = STATION_ACTIVE_MODE; in wl1251_alloc_hw()
|
H A D | wl1251.h | 120 STATION_ACTIVE_MODE, enumerator
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | ps.c | 28 if (wl->elp || wl->station_mode == STATION_ACTIVE_MODE) in wl1251_elp_work() 46 if (wl->station_mode != STATION_ACTIVE_MODE) { in wl1251_ps_elp_sleep() 135 case STATION_ACTIVE_MODE: in wl1251_ps_set_mode()
|
H A D | event.c | 103 wl->station_mode != STATION_ACTIVE_MODE) { in wl1251_event_process() 104 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_event_process()
|
H A D | main.c | 466 wl->station_mode = STATION_ACTIVE_MODE; in wl1251_op_stop() 672 if (wl->station_mode != STATION_ACTIVE_MODE) { in wl1251_op_config() 673 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 685 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 1003 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_hw_scan() 1613 wl->station_mode = STATION_ACTIVE_MODE; in wl1251_alloc_hw()
|
H A D | wl1251.h | 120 STATION_ACTIVE_MODE, enumerator
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 52 case STATION_ACTIVE_MODE: in wl1271_ps_set_mode()
|
H A D | cmd.h | 427 STATION_ACTIVE_MODE, enumerator
|
H A D | main.c | 2994 ret = wl1271_ps_set_mode(wl, wlvif, STATION_ACTIVE_MODE); in wlcore_set_assoc() 4553 STATION_ACTIVE_MODE); in wl1271_bss_info_changed_sta()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | ps.c | 52 case STATION_ACTIVE_MODE: in wl1271_ps_set_mode()
|
H A D | cmd.h | 427 STATION_ACTIVE_MODE, enumerator
|
H A D | main.c | 2973 ret = wl1271_ps_set_mode(wl, wlvif, STATION_ACTIVE_MODE); in wlcore_set_assoc() 4509 STATION_ACTIVE_MODE); in wl1271_bss_info_changed_sta()
|
Completed in 25 milliseconds