Searched refs:wl1251_ps_set_mode (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | event.c | 47 ret = wl1251_ps_set_mode(wl, STATION_IDLE); in wl1251_event_scan_complete() 73 ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); in wl1251_event_ps_report() 118 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_event_process() 141 ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); in wl1251_event_process()
|
D | ps.h | 29 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode);
|
D | ps.c | 106 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode) in wl1251_ps_set_mode() function
|
D | main.c | 678 ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); in wl1251_op_config() 687 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 695 ret = wl1251_ps_set_mode(wl, STATION_IDLE); in wl1251_op_config() 699 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 1017 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_hw_scan() 1058 ret = wl1251_ps_set_mode(wl, STATION_IDLE); in wl1251_op_hw_scan()
|