Searched refs:mmcie (Results 1 – 2 of 2) sorted by relevance
48 wusbhc->mmcie = kcalloc(mmcies, sizeof(wusbhc->mmcie[0]), GFP_KERNEL); in wusbhc_mmcie_create()49 if (wusbhc->mmcie == NULL) in wusbhc_mmcie_create()58 kfree(wusbhc->mmcie); in wusbhc_mmcie_destroy()116 if (wusbhc->mmcie[itr] == wuie) { in wusbhc_mmcie_set()120 if (wusbhc->mmcie[itr] == NULL) in wusbhc_mmcie_set()129 wusbhc->mmcie[handle] = wuie; in wusbhc_mmcie_set()148 if (wusbhc->mmcie[itr] == wuie) { in wusbhc_mmcie_rm()159 wusbhc->mmcie[itr] = NULL; in wusbhc_mmcie_rm()
275 struct wuie_hdr **mmcie; /* WUIE array */ member