HomeSort by relevance Sort by last modified time
    Searched refs:bmRType_bReq (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/usb/host/
sl811-hcd.c 536 __u16 bmRType_bReq;
548 bmRType_bReq = cmd->requesttype | (cmd->request << 8);
551 bmRType_bReq, bmRType_bReq, wValue, wIndex, wLength);
560 switch (bmRType_bReq) {
r8a66597-hcd.c 597 __u16 bmRType_bReq;
609 bmRType_bReq = cmd->requesttype | (cmd->request << 8);
613 switch (bmRType_bReq) {
ohci-hcd.c     [all...]
  /external/u-boot/drivers/usb/musb/
musb_hcd.c 466 u16 bmRType_bReq;
477 bmRType_bReq = cmd->requesttype | (cmd->request << 8);
484 bmRType_bReq, wValue, wIndex, wLength);
487 switch (bmRType_bReq) {
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 890 __u16 bmRType_bReq;
906 bmRType_bReq = cmd->requesttype | (cmd->request << 8);
912 dev->devnum, 8, bmRType_bReq, wValue, wIndex, wLength);
914 switch (bmRType_bReq) {
    [all...]

Completed in 242 milliseconds