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

  /external/u-boot/drivers/usb/gadget/
designware_udc.c 320 if ((ep0_urb->device_request.bmRequestType & USB_REQ_DIRECTION_MASK)
365 & USB_REQ_DIRECTION_MASK) == USB_REQ_HOST2DEVICE) {
399 if ((request->bmRequestType & USB_REQ_DIRECTION_MASK) ==
ep0.c 469 if ((request->bmRequestType & USB_REQ_DIRECTION_MASK)) {
pxa27x_udc.c 262 USB_REQ_DIRECTION_MASK)
  /external/u-boot/include/
usbdevice.h 295 #define USB_REQ_DIRECTION_MASK 0x80
692 if ((r->bmRequestType & USB_REQ_DIRECTION_MASK) == 0)
  /external/u-boot/drivers/usb/musb/
musb_udc.c 423 if (USB_REQ_DEVICE2HOST == (reqType & USB_REQ_DIRECTION_MASK)) {

Completed in 55 milliseconds