Home
last modified time | relevance | path

Searched refs:typeReq (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_host.h70 u16 typeReq, u16 wValue, u16 wIndex,
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c657 u16 typeReq; in ehci_submit_root() local
672 typeReq = req->request | req->requesttype << 8; in ehci_submit_root()
674 switch (typeReq) { in ehci_submit_root()
687 switch (typeReq) { in ehci_submit_root()
H A Dxhci.c895 u16 typeReq; in xhci_submit_root() local
916 typeReq = req->request | req->requesttype << 8; in xhci_submit_root()
918 switch (typeReq) { in xhci_submit_root()