Searched refs:cfghdl (Results 1 – 3 of 3) sorted by relevance
/hardware/broadcom/wlan/bcm4329/src/include/ |
D | bcmsdbus.h | 62 extern sdioh_info_t * sdioh_attach(osl_t *osh, void *cfghdl, uint irq);
|
D | bcmsdh.h | 50 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *cfghdl, void **regsva, uint irq);
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
D | bcmsdh.c | 72 bcmsdh_attach(osl_t *osh, void *cfghdl, void **regsva, uint irq) in bcmsdh_attach() argument 85 if (!(bcmsdh->sdioh = sdioh_attach(osh, cfghdl, irq))) { in bcmsdh_attach()
|