Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.h825 extern void wlc_pllreq(struct wlc_info *wlc, bool set, mbool req_bit);
Dwlc_main.c2308 wlc_pllreq(wlc, true, WLC_PLLREQ_FLIP); in wlc_down_led_upd()
2310 wlc_pllreq(wlc, false, WLC_PLLREQ_FLIP); in wlc_down_led_upd()
2374 wlc_pllreq(wlc, true, WLC_PLLREQ_RADIO_MON); in wlc_radio_monitor_start()
2388 wlc_pllreq(wlc, false, WLC_PLLREQ_RADIO_MON); in wlc_radio_monitor_stop()
8258 void wlc_pllreq(struct wlc_info *wlc, bool set, mbool req_bit) in wlc_pllreq() function