Home
last modified time | relevance | path

Searched refs:wuie (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/wusbcore/
Dmmc.c95 struct wuie_hdr *wuie) in wusbhc_mmcie_set() argument
102 switch (wuie->bIEIdentifier) { in wusbhc_mmcie_set()
109 "unimplemented\n", wuie->bIEIdentifier); in wusbhc_mmcie_set()
116 if (wusbhc->mmcie[itr] == wuie) { in wusbhc_mmcie_set()
127 wuie); in wusbhc_mmcie_set()
129 wusbhc->mmcie[handle] = wuie; in wusbhc_mmcie_set()
141 void wusbhc_mmcie_rm(struct wusbhc *wusbhc, struct wuie_hdr *wuie) in wusbhc_mmcie_rm() argument
148 if (wusbhc->mmcie[itr] == wuie) { in wusbhc_mmcie_rm()
Dwusbhc.h281 u8 handle, struct wuie_hdr *wuie);
/drivers/usb/host/whci/
Dwusb.c70 u8 handle, struct wuie_hdr *wuie) in whc_mmcie_add() argument
77 | (wuie->bLength << 8) in whc_mmcie_add()
80 return whc_do_gencmd(whc, WUSBGENCMDSTS_MMCIE_ADD, params, wuie, wuie->bLength); in whc_mmcie_add()
Dwhcd.h155 u8 handle, struct wuie_hdr *wuie);
/drivers/usb/host/
Dhwa-hc.c382 struct wuie_hdr *wuie) in __hwahc_op_mmcie_add() argument
393 wuie, wuie->bLength, USB_CTRL_SET_TIMEOUT); in __hwahc_op_mmcie_add()