HomeSort by relevance Sort by last modified time
    Searched refs:bcmsdh_info_t (Results 1 - 5 of 5) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh.c 57 bcmsdh_info_t * l_bcmsdh = NULL;
64 bcmsdh_enable_hw_oob_intr(bcmsdh_info_t *sdh, bool enable)
70 bcmsdh_info_t *
73 bcmsdh_info_t *bcmsdh;
75 if ((bcmsdh = (bcmsdh_info_t *)MALLOC(osh, sizeof(bcmsdh_info_t))) == NULL) {
79 bzero((char *)bcmsdh, sizeof(bcmsdh_info_t));
102 bcmsdh_info_t *bcmsdh = (bcmsdh_info_t *)sdh;
109 MFREE(osh, bcmsdh, sizeof(bcmsdh_info_t));
    [all...]
bcmsdh_linux.c 75 bcmsdh_info_t *sdh; /* SDIO Host Controller handle */
176 bcmsdh_info_t *sdh = NULL;
375 bcmsdh_info_t *sdh = NULL;
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh.h 40 typedef struct bcmsdh_info bcmsdh_info_t; typedef in typeref:struct:bcmsdh_info
50 extern bcmsdh_info_t *bcmsdh_attach(osl_t *osh, void *cfghdl, void **regsva, uint irq);
171 extern int bcmsdh_reset(bcmsdh_info_t *sdh);
175 extern void *bcmsdh_get_sdioh(bcmsdh_info_t *sdh);
bcmsdbus.h 113 void *bcmsdh_get_sdioh(bcmsdh_info_t *sdh);
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 165 bcmsdh_info_t *sdh; /* Handle for BCMSDH calls */
497 bcmsdh_info_t *sdh;
765 bcmsdh_info_t *sdh = bus->sdh;
896 bcmsdh_info_t *sdh;
    [all...]

Completed in 155 milliseconds