Searched refs:bmRType_bReq (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | sl811-hcd.c | 536 __u16 bmRType_bReq; in sl811_rh_submit_urb() local 548 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in sl811_rh_submit_urb() 551 bmRType_bReq, bmRType_bReq, wValue, wIndex, wLength); in sl811_rh_submit_urb() 560 switch (bmRType_bReq) { in sl811_rh_submit_urb()
|
D | r8a66597-hcd.c | 597 __u16 bmRType_bReq; in r8a66597_submit_rh_msg() local 609 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg() 613 switch (bmRType_bReq) { in r8a66597_submit_rh_msg()
|
D | ohci-hcd.c | 1249 __u16 bmRType_bReq; in ohci_submit_rh_msg() local 1266 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg() 1272 dev->devnum, 8, bmRType_bReq, wValue, wIndex, wLength); in ohci_submit_rh_msg() 1274 switch (bmRType_bReq) { in ohci_submit_rh_msg()
|
/external/u-boot/drivers/usb/musb/ |
D | musb_hcd.c | 466 u16 bmRType_bReq; in musb_submit_rh_msg() local 477 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in musb_submit_rh_msg() 484 bmRType_bReq, wValue, wIndex, wLength); in musb_submit_rh_msg() 487 switch (bmRType_bReq) { in musb_submit_rh_msg()
|
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 890 __u16 bmRType_bReq; in ohci_submit_rh_msg() local 906 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg() 912 dev->devnum, 8, bmRType_bReq, wValue, wIndex, wLength); in ohci_submit_rh_msg() 914 switch (bmRType_bReq) { in ohci_submit_rh_msg()
|