Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dsl811-hcd.c537 __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 Dr8a66597-hcd.c570 __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 Dohci-hcd.c1253 __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 Dmusb_hcd.c467 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 Dau1x00_usb_ohci.c891 __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()