Searched refs:wl1251_ps_set_mode (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | event.c | 43 ret = wl1251_ps_set_mode(wl, STATION_IDLE); in wl1251_event_scan_complete() 69 ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); in wl1251_event_ps_report() 114 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_event_process() 137 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 | 680 ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); in wl1251_op_config() 689 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 697 ret = wl1251_ps_set_mode(wl, STATION_IDLE); in wl1251_op_config() 701 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_config() 1024 ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); in wl1251_op_hw_scan() 1065 ret = wl1251_ps_set_mode(wl, STATION_IDLE); in wl1251_op_hw_scan()
|