Home
last modified time | relevance | path

Searched refs:fmt_type (Results 1 – 9 of 9) sorted by relevance

/linux/sound/usb/
H A Dformat.c667 unsigned int fmt_type; in parse_audio_format_i()
676 fmt_type = fmt->bFormatType; in parse_audio_format_i()
680 /* fp->fmt_type is already set in this case */ in parse_audio_format_i()
681 fmt_type = fp->fmt_type; in parse_audio_format_i()
686 if (fmt_type == UAC_FORMAT_TYPE_III) { in parse_audio_format_i()
817 fp->fmt_type = fmt->bFormatType; in snd_usb_parse_audio_format()
850 fp->fmt_type = UAC_FORMAT_TYPE_I; in snd_usb_parse_audio_format_v3()
852 fp->fmt_type = UAC_FORMAT_TYPE_III; in snd_usb_parse_audio_format_v3()
664 unsigned int fmt_type; parse_audio_format_i() local
H A Dcard.h16 unsigned int fmt_type; /* USB audio format type (1-3) */ member
164 unsigned int fmt_type; /* USB audio format type (1-3) */ member
207 unsigned int fmt_type; /* USB audio format type (1-3) */ member
H A Dstream.c103 subs->fmt_type = fp->fmt_type; in snd_usb_init_substream()
500 if (as->fmt_type != fp->fmt_type) in __snd_usb_add_audio_stream()
516 if (as->fmt_type != fp->fmt_type) in __snd_usb_add_audio_stream()
534 as->fmt_type = fp->fmt_type; in __snd_usb_add_audio_stream()
1073 fp->fmt_type = UAC_FORMAT_TYPE_I; in snd_usb_get_audioformat_uac3()
1217 if (fp->fmt_type ! in __snd_usb_parse_audio_interface()
[all...]
H A Dimplicit.c439 int fmt_type) in find_matching_substream() argument
446 if (as->fmt_type == fmt_type && subs->ep_num == ep_num) in find_matching_substream()
473 target->fmt_type); in snd_usb_find_implicit_fb_sync_format()
H A Dquirks.c197 if (!fp->fmt_type) in create_fixed_stream_quirk()
198 fp->fmt_type = UAC_FORMAT_TYPE_I; in create_fixed_stream_quirk()
403 .fmt_type = UAC_FORMAT_TYPE_I, in create_uaxx_quirk()
H A Dendpoint.c1235 if (fmt->fmt_type == UAC_FORMAT_TYPE_II) in data_ep_set_params()
/linux/drivers/usb/gadget/legacy/
H A Dwebcam.c238 .fmt_type = UVCG_UNCOMPRESSED,
288 .fmt_type = UVCG_UNCOMPRESSED,
363 .fmt_type = UVCG_MJPEG,
406 .fmt_type = UVCG_MJPEG,
/linux/drivers/usb/gadget/function/
H A Duvc_configfs.h97 enum uvcg_format_type fmt_type; member
H A Duvc_configfs.c2186 h->fmt_type = UVCG_UNCOMPRESSED; in uvcg_frame_make()
2189 h->fmt_type = UVCG_MJPEG; in uvcg_frame_make()
2192 h->fmt_type = UVCG_FRAMEBASED; in uvcg_frame_make()
3387 if (frm->fmt_type != UVCG_FRAMEBASED) in __uvcg_fill_strm()
3396 if (frm->fmt_type == UVCG_UNCOMPRESSED) in __uvcg_fill_strm()
3399 else if (frm->fmt_type == UVCG_MJPEG) in __uvcg_fill_strm()
3402 else if (frm->fmt_type == UVCG_FRAMEBASED) in __uvcg_fill_strm()