Home
last modified time | relevance | path

Searched refs:shared_phy_t (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_hal.h121 typedef struct shared_phy shared_phy_t; typedef
149 extern shared_phy_t *wlc_phy_shared_attach(shared_phy_params_t *shp);
150 extern void wlc_phy_shared_detach(shared_phy_t *phy_sh);
151 extern wlc_phy_t *wlc_phy_attach(shared_phy_t *sh, void *regs, int bandtype,
Dwlc_phy_cmn.c542 shared_phy_t *wlc_phy_shared_attach(shared_phy_params_t *shp) in wlc_phy_shared_attach()
544 shared_phy_t *sh; in wlc_phy_shared_attach()
546 sh = kzalloc(sizeof(shared_phy_t), GFP_ATOMIC); in wlc_phy_shared_attach()
579 void wlc_phy_shared_detach(shared_phy_t *phy_sh) in wlc_phy_shared_detach()
589 wlc_phy_t *wlc_phy_attach(shared_phy_t *sh, void *regs, int bandtype, char *vars) in wlc_phy_attach()
Dwlc_phy_int.h601 shared_phy_t *sh;