Searched refs:bmRType_bReq (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 537 __u16 bmRType_bReq; in sl811_rh_submit_urb() local 549 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in sl811_rh_submit_urb() 552 bmRType_bReq, bmRType_bReq, wValue, wIndex, wLength); in sl811_rh_submit_urb() 561 switch (bmRType_bReq) { in sl811_rh_submit_urb()
|
| H A D | r8a66597-hcd.c | 570 __u16 bmRType_bReq; in r8a66597_submit_rh_msg() local 582 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in r8a66597_submit_rh_msg() 586 switch (bmRType_bReq) { in r8a66597_submit_rh_msg()
|
| H A D | ohci-hcd.c | 1253 __u16 bmRType_bReq; in ohci_submit_rh_msg() local 1270 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg() 1276 dev->devnum, 8, bmRType_bReq, wValue, wIndex, wLength); in ohci_submit_rh_msg() 1278 switch (bmRType_bReq) { in ohci_submit_rh_msg()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 467 u16 bmRType_bReq; in musb_submit_rh_msg() local 478 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in musb_submit_rh_msg() 485 bmRType_bReq, wValue, wIndex, wLength); in musb_submit_rh_msg() 488 switch (bmRType_bReq) { in musb_submit_rh_msg()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 891 __u16 bmRType_bReq; in ohci_submit_rh_msg() local 907 bmRType_bReq = cmd->requesttype | (cmd->request << 8); in ohci_submit_rh_msg() 913 dev->devnum, 8, bmRType_bReq, wValue, wIndex, wLength); in ohci_submit_rh_msg() 915 switch (bmRType_bReq) { in ohci_submit_rh_msg()
|