Searched refs:wake_up_event (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 648 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_DTIM || in dtim_interval_read() 649 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_DTIM) in dtim_interval_read() 681 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_DTIM; in dtim_interval_write() 683 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_DTIM; in dtim_interval_write() 764 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_BEACON || in beacon_interval_read() 765 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_BEACONS) in beacon_interval_read() 797 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_BEACON; in beacon_interval_write() 799 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_BEACONS; in beacon_interval_write()
|
D | ps.c | 188 wl->conf.conn.wake_up_event, in wl1271_ps_set_mode()
|
D | acx.h | 377 u8 wake_up_event; /* Only one bit can be set */ member 1044 u8 wake_up_event, u8 listen_interval);
|
D | acx.c | 38 u8 wake_up_event, u8 listen_interval) in wl1271_acx_wake_up_conditions() argument 44 wake_up_event, listen_interval); in wl1271_acx_wake_up_conditions() 53 wake_up->wake_up_event = wake_up_event; in wl1271_acx_wake_up_conditions()
|
D | conf.h | 838 u8 wake_up_event; member
|
D | main.c | 1683 wl->conf.conn.wake_up_event) && in wl1271_configure_suspend_sta() 1749 wl->conf.conn.wake_up_event) && in wl1271_configure_resume() 1755 wl->conf.conn.wake_up_event, in wl1271_configure_resume()
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 91 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, in wl1251_acx_wake_up_conditions() argument 103 wake_up->wake_up_event = wake_up_event; in wl1251_acx_wake_up_conditions()
|
D | acx.h | 826 u8 wake_up_event; /* Only one bit can be set */ member 1452 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event,
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 215 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 345 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
|