Home
last modified time | relevance | path

Searched refs:wake_up_event (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
A Ddebugfs.c641 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_DTIM || in dtim_interval_read()
642 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_DTIM) in dtim_interval_read()
674 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_DTIM; in dtim_interval_write()
676 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_DTIM; in dtim_interval_write()
757 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_BEACON || in beacon_interval_read()
758 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_BEACONS) in beacon_interval_read()
790 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_BEACON; in beacon_interval_write()
792 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_BEACONS; in beacon_interval_write()
A Dps.c28 wl->conf.conn.wake_up_event, in wl1271_ps_set_mode()
A Dacx.c23 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()
A Dacx.h364 u8 wake_up_event; /* Only one bit can be set */ member
1031 u8 wake_up_event, u8 listen_interval);
A Dconf.h593 u8 wake_up_event; member
A Dmain.c1639 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/drivers/net/wireless/ti/wl1251/
A Dacx.c89 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()
A Dacx.h812 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/drivers/net/wireless/ti/wl12xx/
A Dmain.c203 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,
/linux/drivers/net/wireless/ti/wl18xx/
A Dmain.c344 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM,

Completed in 40 milliseconds