Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_uac1.c212 .bDescriptorSubtype = UAC_EP_GENERAL,
243 .bDescriptorSubtype = UAC_EP_GENERAL,
Df_uac2.c296 .bDescriptorSubtype = UAC_EP_GENERAL,
373 .bDescriptorSubtype = UAC_EP_GENERAL,
Df_uac1_legacy.c183 .bDescriptorSubtype = UAC_EP_GENERAL,
/Linux-v4.19/include/uapi/linux/usb/
Daudio.h62 #define UAC_EP_GENERAL 0x01 macro
/Linux-v4.19/sound/usb/
Dstream.c599 csep->bDescriptorSubtype != UAC_EP_GENERAL) { in parse_uac_endpoint_attributes()