Home
last modified time | relevance | path

Searched refs:bFormatType (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/usb/
H A Daudio.h514 __u8 bFormatType; /* FORMAT_TYPE_1 */ member
529 __u8 bFormatType; /* FORMAT_TYPE_1 */ member
542 __u8 bFormatType; \
556 __u8 bFormatType; member
573 __u8 bFormatType; member
584 __u8 bFormatType; member
/linux/sound/usb/
H A Dformat.c669 fmt_type = fmt->bFormatType; in parse_audio_format_i()
795 switch (fmt->bFormatType) { in snd_usb_parse_audio_format()
807 fmt->bFormatType); in snd_usb_parse_audio_format()
810 fp->fmt_type = fmt->bFormatType; in snd_usb_parse_audio_format()
821 if (fmt->bFormatType == UAC_FORMAT_TYPE_I && in snd_usb_parse_audio_format()
/linux/include/linux/usb/
H A Daudio-v2.h60 __u8 bFormatType; /* FORMAT_TYPE_1 */ member
190 __u8 bFormatType; member
/linux/drivers/usb/gadget/function/
H A Df_uac1_legacy.c162 .bFormatType = UAC_FORMAT_TYPE_I,
H A Df_uac1.c203 .bFormatType = UAC_FORMAT_TYPE_I,
234 .bFormatType = UAC_FORMAT_TYPE_I,
/linux/sound/usb/misc/
H A Dua101.c924 if (desc->bFormatType != UAC_FORMAT_TYPE_I_PCM || in find_format_descriptor()