Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/usb/
Dch9.h391 #define USB_ENDPOINT_NUMBER_MASK 0x0f /* in bEndpointAddress */ macro
427 return epd->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in usb_endpoint_num()