Searched refs:wake_up_event (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 632 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_DTIM || in dtim_interval_read() 633 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_DTIM) in dtim_interval_read() 665 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_DTIM; in dtim_interval_write() 667 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_DTIM; in dtim_interval_write() 748 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_BEACON || in beacon_interval_read() 749 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_BEACONS) in beacon_interval_read() 781 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_BEACON; in beacon_interval_write() 783 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_BEACONS; in beacon_interval_write()
|
D | ps.c | 28 wl->conf.conn.wake_up_event, in wl1271_ps_set_mode()
|
D | acx.h | 364 u8 wake_up_event; /* Only one bit can be set */ member 1031 u8 wake_up_event, u8 listen_interval);
|
D | acx.c | 23 u8 wake_up_event, u8 listen_interval) in wl1271_acx_wake_up_conditions() argument 29 wake_up_event, listen_interval); in wl1271_acx_wake_up_conditions() 38 wake_up->wake_up_event = wake_up_event; in wl1271_acx_wake_up_conditions()
|
D | conf.h | 593 u8 wake_up_event; member
|
D | main.c | 1627 wl->conf.conn.wake_up_event) && in wl1271_configure_suspend_sta() 1693 wl->conf.conn.wake_up_event) && in wl1271_configure_resume() 1699 wl->conf.conn.wake_up_event, in wl1271_configure_resume()
|
/linux-6.1.9/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 | 812 u8 wake_up_event; /* Only one bit can be set */ member 1438 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event,
|
/linux-6.1.9/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 203 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
|
/linux-6.1.9/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 344 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
|