Home
last modified time | relevance | path

Searched refs:wl1251_ps_set_mode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Devent.c33 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()
H A Dps.h15 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode);
H A Dps.c92 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode) in wl1251_ps_set_mode() function
H A Dmain.c664 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()