Home
last modified time | relevance | path

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

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