Searched defs:dhd_prot_t (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c80 } dhd_prot_t; typedef in typeref:struct:dhd_prot
87 dhd_prot_t *prot = dhd->prot;
113 dhd_prot_t *prot = dhd->prot;
129 dhd_prot_t *prot = dhd->prot;
217 dhd_prot_t *prot = dhd->prot;
285 dhd_prot_t *prot = dhd->prot;
2610 dhd_prot_t *cdc;
2612 if (!(cdc = (dhd_prot_t *)DHD_OS_PREALLOC(dhd->osh, DHD_PREALLOC_PROT,
2613 sizeof(dhd_prot_t)))) {
2617 memset(cdc, 0, sizeof(dhd_prot_t));
[all...]

Completed in 155 milliseconds