Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c733 pi->phycal_timer = wlapi_init_timer(pi->sh->physhim, in wlc_phy_attach()
736 if (!pi->phycal_timer) { in wlc_phy_attach()
775 if (pi->phycal_timer) { in wlc_phy_detach()
776 wlapi_free_timer(pi->sh->physhim, pi->phycal_timer); in wlc_phy_detach()
777 pi->phycal_timer = NULL; in wlc_phy_detach()
836 wlapi_add_timer(pi->sh->physhim, pi->phycal_timer, delay, 0); in wlc_phy_timercb_phycal()
1034 if (pi->phycal_timer in wlc_phy_down()
1035 && !wlapi_del_timer(pi->sh->physhim, pi->phycal_timer)) in wlc_phy_down()
3073 wlapi_del_timer(pi->sh->physhim, pi->phycal_timer); in wlc_phy_cal_perical_mphase_reset()
3087 wlapi_del_timer(pi->sh->physhim, pi->phycal_timer); in wlc_phy_cal_perical_mphase_schedule()
[all …]
Dwlc_phy_int.h850 struct wlapi_timer *phycal_timer; member