Searched refs:USB_DT_ENDPOINT_AUDIO_SIZE (Results 1 – 4 of 4) sorted by relevance
147 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()
1296 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()
278 #define USB_DT_ENDPOINT_AUDIO_SIZE 9 /* Audio extension */ macro
69 #define USB_DT_ENDPOINT_AUDIO_SIZE 9 /* Audio extension */ macro