Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmsdbus.h62 extern sdioh_info_t * sdioh_attach(osl_t *osh, void *cfghdl, uint irq);
Dbcmsdh.h50 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *cfghdl, void **regsva, uint irq);
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
Dbcmsdh.c72 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()