Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Devent.c47 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()
Dps.h29 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode);
Dps.c106 int wl1251_ps_set_mode(struct wl1251 *wl, enum wl1251_station_mode mode) in wl1251_ps_set_mode() function
Dmain.c678 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()