Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dusb-debug.c147 USB_DT_ENDPOINT_AUDIO_SIZE) ? " (Audio)" : (desc->bLength == in usb_show_endpoint_descriptor()
165 if (desc->bLength == USB_DT_ENDPOINT_AUDIO_SIZE) { in usb_show_endpoint_descriptor()
Dusb.c1296 if (header->bLength == USB_DT_ENDPOINT_AUDIO_SIZE) in usb_parse_endpoint()
1297 memcpy(endpoint, buffer, USB_DT_ENDPOINT_AUDIO_SIZE); in usb_parse_endpoint()
/linux-2.4.37.9/include/linux/
Dusb_ch9.h278 #define USB_DT_ENDPOINT_AUDIO_SIZE 9 /* Audio extension */ macro
Dusb.h69 #define USB_DT_ENDPOINT_AUDIO_SIZE 9 /* Audio extension */ macro