Searched defs:phy_shim_info (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dphy_shim.c32 struct phy_shim_info { struct
38 struct phy_shim_info *wlc_phy_shim_attach(struct brcms_hardware *wlc_hw,
41 struct phy_shim_info *physhim = NULL;
43 physhim = kzalloc(sizeof(struct phy_shim_info), GFP_ATOMIC);
54 void wlc_phy_shim_detach(struct phy_shim_info *physhim)
59 struct wlapi_timer *wlapi_init_timer(struct phy_shim_info *physhim,
84 void wlapi_intrson(struct phy_shim_info *physhim)
89 u32 wlapi_intrsoff(struct phy_shim_info *physhim)
94 void wlapi_intrsrestore(struct phy_shim_info *physhim, u32 macintmask)
99 void wlapi_bmac_write_shm(struct phy_shim_info *physhi
[all...]

Completed in 407 milliseconds