Searched refs:mmcie (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dmmc.c10 wusbhc->mmcie = kcalloc(mmcies, sizeof(wusbhc->mmcie[0]), GFP_KERNEL);
11 if (wusbhc->mmcie == NULL)
20 kfree(wusbhc->mmcie);
36 * Goes over the *whole* @wusbhc->mmcie array looking for (a) the
78 if (wusbhc->mmcie[itr] == wuie) {
82 if (wusbhc->mmcie[itr] == NULL)
91 wusbhc->mmcie[handle] = wuie;
110 if (wusbhc->mmcie[itr] == wuie) {
121 wusbhc->mmcie[it
[all...]
H A Dwusbhc.h250 struct wuie_hdr **mmcie; /* WUIE array */ member in struct:wusbhc

Completed in 116 milliseconds