Searched refs:USB_DT_CS_ENDPOINT (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | dev-audio.c | 235 USB_DT_CS_ENDPOINT, /* u8 bDescriptorType */ 398 USB_DT_CS_ENDPOINT, /* u8 bDescriptorType */ 451 USB_DT_CS_ENDPOINT, /* u8 bDescriptorType */ 504 USB_DT_CS_ENDPOINT, /* u8 bDescriptorType */
|
/openbmc/linux/sound/usb/ |
H A D | stream.c | 586 …= snd_usb_find_desc(alts->endpoint[0].extra, alts->endpoint[0].extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes() 590 …= snd_usb_find_desc(alts->endpoint[1].extra, alts->endpoint[1].extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes() 598 csep = snd_usb_find_desc(alts->extra, alts->extralen, NULL, USB_DT_CS_ENDPOINT); in parse_uac_endpoint_attributes()
|
H A D | midi2.c | 509 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()
|
H A D | quirks.c | 333 msepd->bDescriptorType != USB_DT_CS_ENDPOINT || in create_std_midi_quirk()
|
H A D | midi.c | 1911 ms_ep->bDescriptorType == USB_DT_CS_ENDPOINT && in find_usb_ms_endpoint_descriptor()
|
/openbmc/u-boot/include/linux/usb/ |
H A D | ch9.h | 243 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT) macro
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 159 #define USB_DT_CS_ENDPOINT 0x25 macro
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_midi.c | 178 .bDescriptorType = USB_DT_CS_ENDPOINT, 202 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
H A D | f_midi2.c | 265 .bDescriptorType = USB_DT_CS_ENDPOINT, 286 .bDescriptorType = USB_DT_CS_ENDPOINT, 1881 cdesc->bDescriptorType = USB_DT_CS_ENDPOINT; in fill_midi2_class_desc()
|
H A D | f_uac1.c | 223 .bDescriptorType = USB_DT_CS_ENDPOINT, 254 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
H A D | f_uac1_legacy.c | 182 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
H A D | f_uac2.c | 386 .bDescriptorType = USB_DT_CS_ENDPOINT, 520 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
H A D | f_uvc.c | 106 .bDescriptorType = USB_DT_CS_ENDPOINT,
|
/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 274 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT) macro
|