Searched refs:mmcie (Results 1 – 2 of 2) sorted by relevance
34 wusbhc->mmcie = kcalloc(mmcies, sizeof(wusbhc->mmcie[0]), GFP_KERNEL); in wusbhc_mmcie_create()35 if (wusbhc->mmcie == NULL) in wusbhc_mmcie_create()44 kfree(wusbhc->mmcie); in wusbhc_mmcie_destroy()102 if (wusbhc->mmcie[itr] == wuie) { in wusbhc_mmcie_set()106 if (wusbhc->mmcie[itr] == NULL) in wusbhc_mmcie_set()115 wusbhc->mmcie[handle] = wuie; in wusbhc_mmcie_set()134 if (wusbhc->mmcie[itr] == wuie) { in wusbhc_mmcie_rm()145 wusbhc->mmcie[itr] = NULL; in wusbhc_mmcie_rm()
261 struct wuie_hdr **mmcie; /* WUIE array */ member