Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/usb/
Daudio.h62 #define UAC_EP_GENERAL 0x01 macro
/Linux-v6.1/drivers/usb/gadget/function/
Df_uac1.c224 .bDescriptorSubtype = UAC_EP_GENERAL,
255 .bDescriptorSubtype = UAC_EP_GENERAL,
Df_uac1_legacy.c183 .bDescriptorSubtype = UAC_EP_GENERAL,
Df_uac2.c388 .bDescriptorSubtype = UAC_EP_GENERAL,
522 .bDescriptorSubtype = UAC_EP_GENERAL,
/Linux-v6.1/sound/usb/
Dstream.c598 csep->bDescriptorSubtype != UAC_EP_GENERAL) in parse_uac_endpoint_attributes()