Searched refs:bcmsdh_hc_t (Results 1 – 1 of 1) sorted by relevance
64 typedef struct bcmsdh_hc bcmsdh_hc_t; typedef67 bcmsdh_hc_t *next;79 static bcmsdh_hc_t *sdhcinfo = NULL;169 bcmsdh_hc_t *sdhc = NULL; in bcmsdh_probe()199 if (!(sdhc = MALLOC(osh, sizeof(bcmsdh_hc_t)))) { in bcmsdh_probe()205 bzero(sdhc, sizeof(bcmsdh_hc_t)); in bcmsdh_probe()247 MFREE(osh, sdhc, sizeof(bcmsdh_hc_t)); in bcmsdh_probe()259 bcmsdh_hc_t *sdhc, *prev; in bcmsdh_remove()284 MFREE(osh, sdhc, sizeof(bcmsdh_hc_t)); in bcmsdh_remove()344 bcmsdh_hc_t *sdhc = NULL; in bcmsdh_pci_probe()[all …]