Home
last modified time | relevance | path

Searched refs:shared_phy (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_hal.h182 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp);
183 struct brcms_phy_pub *wlc_phy_attach(struct shared_phy *sh,
Dphy_int.h488 struct shared_phy { struct
551 struct shared_phy *sh;
Dphy_cmn.c365 struct shared_phy *wlc_phy_shared_attach(struct shared_phy_params *shp) in wlc_phy_shared_attach()
367 struct shared_phy *sh; in wlc_phy_shared_attach()
369 sh = kzalloc(sizeof(struct shared_phy), GFP_ATOMIC); in wlc_phy_shared_attach()
429 wlc_phy_attach(struct shared_phy *sh, struct bcma_device *d11core, in wlc_phy_attach()
/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.h335 struct shared_phy *phy_sh; /* pointer to shared phy state */