OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_REQ_RECIPIENT_MASK
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/include/
usbdevice.h
297
#define
USB_REQ_RECIPIENT_MASK
0x1f
704
if ((r->bmRequestType &
USB_REQ_RECIPIENT_MASK
) ==
707
if ((r->bmRequestType &
USB_REQ_RECIPIENT_MASK
) ==
710
if ((r->bmRequestType &
USB_REQ_RECIPIENT_MASK
) ==
713
if ((r->bmRequestType &
USB_REQ_RECIPIENT_MASK
) ==
/external/u-boot/drivers/usb/gadget/
ep0.c
478
USB_REQ_RECIPIENT_MASK
);
517
bmRequestType &
USB_REQ_RECIPIENT_MASK
) {
Completed in 6646 milliseconds