Searched refs:wuie (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/wusbcore/ |
D | mmc.c | 95 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()
|
D | wusbhc.h | 281 u8 handle, struct wuie_hdr *wuie);
|
/drivers/usb/host/whci/ |
D | wusb.c | 70 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()
|
D | whcd.h | 155 u8 handle, struct wuie_hdr *wuie);
|
/drivers/usb/host/ |
D | hwa-hc.c | 382 struct wuie_hdr *wuie) in __hwahc_op_mmcie_add() argument 393 wuie, wuie->bLength, USB_CTRL_SET_TIMEOUT); in __hwahc_op_mmcie_add()
|