Searched refs:USB_DT_CS_ENDPOINT (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/usb/ |
D | usb-midi.h | 35 #define USB_DT_CS_ENDPOINT 0x25 macro
|
D | audio.h | 5 #define USB_DT_CS_ENDPOINT 0x25 macro
|
D | usb-midi.c | 1408 p2 = find_descriptor(buffer, bufSize, p1, USB_DT_CS_ENDPOINT, in parse_descriptor()
|
D | audio.c | 3076 csep = find_descriptor(buffer, buflen, NULL, USB_DT_CS_ENDPOINT, asifin, i); in usb_audio_parsestreaming() 3175 csep = find_descriptor(buffer, buflen, NULL, USB_DT_CS_ENDPOINT, asifout, i); in usb_audio_parsestreaming()
|
/linux-2.4.37.9/include/linux/ |
D | usb_ch9.h | 144 #define USB_DT_CS_ENDPOINT 0x25 macro
|