Searched refs:fmt_type (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/sound/usb/
H A Dstream.c103 subs->fmt_type = fp->fmt_type; snd_usb_init_substream()
330 if (as->fmt_type != fp->fmt_type) snd_usb_add_audio_stream()
342 if (as->fmt_type != fp->fmt_type) snd_usb_add_audio_stream()
360 as->fmt_type = fp->fmt_type; snd_usb_add_audio_stream()
H A Dcard.h15 unsigned int fmt_type; /* USB audio format type (1-3) */ member in struct:audioformat
125 unsigned int fmt_type; /* USB audio format type (1-3) */ member in struct:snd_usb_substream
164 unsigned int fmt_type; /* USB audio format type (1-3) */ member in struct:snd_usb_stream
H A Dformat.c505 fp->fmt_type = fmt->bFormatType; snd_usb_parse_audio_format()
H A Dpcm.c1128 if (fp->fmt_type == UAC_FORMAT_TYPE_II && fp->frame_size > 0) { setup_hw_info()
1394 if (subs->fmt_type == UAC_FORMAT_TYPE_II) { prepare_playback_urb()
H A Dendpoint.c716 if (fmt->fmt_type == UAC_FORMAT_TYPE_II) data_ep_set_params()
H A Dquirks.c416 .fmt_type = UAC_FORMAT_TYPE_I, create_uaxx_quirk()
/linux-4.1.27/drivers/usb/gadget/function/
H A Duvc_configfs.c1016 enum uvcg_format_type fmt_type; member in struct:uvcg_frame
1289 h->fmt_type = UVCG_UNCOMPRESSED; uvcg_frame_make()
1292 h->fmt_type = UVCG_MJPEG; uvcg_frame_make()
2102 if (frm->fmt_type == UVCG_UNCOMPRESSED) __uvcg_fill_strm()
2105 else if (frm->fmt_type == UVCG_MJPEG) __uvcg_fill_strm()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c762 __u32 pixelformat, unsigned int fmt_type);
1107 u32 pixelformat, unsigned int fmt_type) s5p_jpeg_find_format()
1112 fmt_flag = (fmt_type == FMT_TYPE_OUTPUT) ? s5p_jpeg_find_format()
1116 fmt_flag = (fmt_type == FMT_TYPE_OUTPUT) ? s5p_jpeg_find_format()
1106 s5p_jpeg_find_format(struct s5p_jpeg_ctx *ctx, u32 pixelformat, unsigned int fmt_type) s5p_jpeg_find_format() argument

Completed in 226 milliseconds