Searched refs:wuie (Results 1 - 5 of 5) 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.c29 * @wuie: Pointer to the header of the WUSB IE data to add.
37 * first free spot and (b) if @wuie is already in the array (aka:
57 struct wuie_hdr *wuie)
64 switch (wuie->bIEIdentifier) {
71 "unimplemented\n", wuie->bIEIdentifier);
78 if (wusbhc->mmcie[itr] == wuie) {
89 wuie);
91 wusbhc->mmcie[handle] = wuie;
101 * @wuie Pointer used to add the WUIE
103 void wusbhc_mmcie_rm(struct wusbhc *wusbhc, struct wuie_hdr *wuie) argument
56 wusbhc_mmcie_set(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, struct wuie_hdr *wuie) argument
[all...]
H A Dwusbhc.h255 u8 handle, struct wuie_hdr *wuie);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dwusb.c71 u8 handle, struct wuie_hdr *wuie)
78 | (wuie->bLength << 8)
81 return whc_do_gencmd(whc, WUSBGENCMDSTS_MMCIE_ADD, params, wuie, wuie->bLength);
70 whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, u8 handle, struct wuie_hdr *wuie) argument
H A Dwhcd.h155 u8 handle, struct wuie_hdr *wuie);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dhwa-hc.c317 * @wuie: Pointer to the header of the WUSB IE data to add.
327 struct wuie_hdr *wuie)
338 wuie, wuie->bLength, 1000);
325 __hwahc_op_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, u8 handle, struct wuie_hdr *wuie) argument

Completed in 111 milliseconds