Searched refs:wl1251_ps_set_mode (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ti/wl1251/ |
D | event.c | 33 ret = wl1251_ps_set_mode(wl, STATION_IDLE); in wl1251_event_scan_complete() 59 ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); in wl1251_event_ps_report() 104 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_event_process() 127 ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); in wl1251_event_process()
|
D | ps.h | 15 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode);
|
D | ps.c | 92 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode) in wl1251_ps_set_mode() function
|
D | main.c | 664 ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); in wl1251_op_config() 673 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 681 ret = wl1251_ps_set_mode(wl, STATION_IDLE); 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() 1044 ret = wl1251_ps_set_mode(wl, STATION_IDLE); in wl1251_op_hw_scan()
|