Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dsl811-hcd.c536 __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()
Dr8a66597-hcd.c597 __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()
Dohci-hcd.c1249 __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/
Dmusb_hcd.c466 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/
Dau1x00_usb_ohci.c890 __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()