Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/usb/
Daudio.h62 #define UAC_EP_GENERAL 0x01 macro
/Linux-v5.15/drivers/usb/gadget/function/
Df_uac1.c218 .bDescriptorSubtype = UAC_EP_GENERAL,
249 .bDescriptorSubtype = UAC_EP_GENERAL,
Df_uac1_legacy.c183 .bDescriptorSubtype = UAC_EP_GENERAL,
Df_uac2.c372 .bDescriptorSubtype = UAC_EP_GENERAL,
506 .bDescriptorSubtype = UAC_EP_GENERAL,
/Linux-v5.15/sound/usb/
Dstream.c597 csep->bDescriptorSubtype != UAC_EP_GENERAL) in parse_uac_endpoint_attributes()