Searched refs:wake_up_event (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/net/wireless/wl12xx/ |
D | debugfs.c | 682 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_DTIM || in dtim_interval_read() 683 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_DTIM) in dtim_interval_read() 715 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_DTIM; in dtim_interval_write() 717 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_DTIM; in dtim_interval_write() 798 if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_BEACON || in beacon_interval_read() 799 wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_N_BEACONS) in beacon_interval_read() 831 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_BEACON; in beacon_interval_write() 833 wl->conf.conn.wake_up_event = CONF_WAKE_UP_EVENT_N_BEACONS; in beacon_interval_write()
|
D | ps.c | 173 wl->conf.conn.wake_up_event, in wl1271_ps_set_mode()
|
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 | acx.h | 375 u8 wake_up_event; /* Only one bit can be set */ member 1230 u8 wake_up_event, u8 listen_interval);
|
D | conf.h | 813 u8 wake_up_event; member
|
D | main.c | 223 .wake_up_event = CONF_WAKE_UP_EVENT_DTIM, 1730 wl->conf.conn.wake_up_event, in wl1271_configure_resume()
|
/linux-3.4.99/drivers/net/wireless/wl1251/ |
D | acx.c | 98 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, in wl1251_acx_wake_up_conditions() argument 112 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 1438 int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event,
|