Searched refs:wake_up_event (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 662 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_DTIM || in dtim_interval_read() 663 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_DTIM) in dtim_interval_read() 695 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_DTIM; in dtim_interval_write() 697 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_DTIM; in dtim_interval_write() 778 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_BEACON || in beacon_interval_read() 779 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_BEACONS) in beacon_interval_read() 811 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_BEACON; in beacon_interval_write() 813 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_BEACONS; in beacon_interval_write()
|
D | ps.c | 42 wl->conf.conn.wake_up_event, in wl1271_ps_set_mode()
|
D | acx.h | 378 u8 wake_up_event; /* Only one bit can be set */ member 1045 u8 wake_up_event, u8 listen_interval);
|
D | acx.c | 37 u8 wake_up_event, u8 listen_interval) in wl1271_acx_wake_up_conditions() argument 43 wake_up_event, listen_interval); in wl1271_acx_wake_up_conditions() 52 wake_up->wake_up_event = wake_up_event; in wl1271_acx_wake_up_conditions()
|
D | conf.h | 607 u8 wake_up_event; member
|
D | main.c | 1639 wl->conf.conn.wake_up_event) && in wl1271_configure_suspend_sta() 1705 wl->conf.conn.wake_up_event) && in wl1271_configure_resume() 1711 wl->conf.conn.wake_up_event, in wl1271_configure_resume()
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 89 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, in wl1251_acx_wake_up_conditions() argument 101 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-v4.19/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 217 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
|
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 358 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
|