Searched refs:shared_phy_t (Results 1 – 3 of 3) sorted by relevance
121 typedef struct shared_phy shared_phy_t; typedef149 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,
542 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()
601 shared_phy_t *sh;