Home
last modified time | relevance | path

Searched refs:ap_ps_map (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dps.c123 test_bit(hlid, &wl->ap_ps_map)) in wl12xx_ps_link_start()
146 __set_bit(hlid, &wl->ap_ps_map); in wl12xx_ps_link_start()
154 if (!test_bit(hlid, &wl->ap_ps_map)) in wl12xx_ps_link_end()
159 __clear_bit(hlid, &wl->ap_ps_map); in wl12xx_ps_link_end()
H A Dwlcore.h391 unsigned long ap_ps_map; member