Home
last modified time | relevance | path

Searched refs:formats (Results 201 - 225 of 1668) sorted by relevance

12345678910>>...67

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dac97.c54 .formats = SND_SOC_STD_AC97_FMTS,},
60 .formats = SND_SOC_STD_AC97_FMTS,},
H A Dadau1977.c706 u64 formats = 0; in adau1977_startup() local
709 formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S16_BE; in adau1977_startup()
711 formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S16_BE | in adau1977_startup()
722 if (formats != 0) in adau1977_startup()
724 SNDRV_PCM_HW_PARAM_FORMAT, formats); in adau1977_startup()
759 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE |
H A Dwm5110.c2090 .formats = WM5110_FORMATS,
2097 .formats = WM5110_FORMATS,
2112 .formats = WM5110_FORMATS,
2119 .formats = WM5110_FORMATS,
2134 .formats = WM5110_FORMATS,
2141 .formats = WM5110_FORMATS,
2155 .formats = WM5110_FORMATS,
2162 .formats = WM5110_FORMATS,
2174 .formats = WM5110_FORMATS,
2181 .formats
[all...]
H A Dcs47l24.c974 .formats = CS47L24_FORMATS,
981 .formats = CS47L24_FORMATS,
996 .formats = CS47L24_FORMATS,
1003 .formats = CS47L24_FORMATS,
1018 .formats = CS47L24_FORMATS,
1025 .formats = CS47L24_FORMATS,
1038 .formats = CS47L24_FORMATS,
1049 .formats = CS47L24_FORMATS,
1059 .formats = CS47L24_FORMATS,
1070 .formats
[all...]
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dmpc5200_psc_i2s.c32 * PSC_I2S_FORMATS: audio formats supported by the PSC I2S mode
138 .formats = PSC_I2S_FORMATS,
145 .formats = PSC_I2S_FORMATS,
H A Dfsl_rpmsg.h12 * @formats: supported formats
16 u64 formats; member
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra210_ahub.h97 .formats = SNDRV_PCM_FMTBIT_S8 | \
107 .formats = SNDRV_PCM_FMTBIT_S8 | \
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_planes.c57 * for formats with 1- or 2-bit alpha channels.
58 * We set it to give 100%/0% opacity for 1-bit formats and 100%/66%/33%/0%
59 * opacity for 2-bit formats.
159 /* Some pixel formats are supported without any modifier */ in malidp_format_mod_supported()
162 * However these pixel formats need to be supported with in malidp_format_mod_supported()
185 /* CBR only applies to YUV formats, where YTR should be always 0 */ in malidp_format_mod_supported()
216 * RGB formats need to provide YTR modifier and YUV formats should not in malidp_format_mod_supported()
220 DRM_DEBUG_KMS("AFBC_FORMAT_MOD_YTR is %s for %s formats\n", in malidp_format_mod_supported()
229 DRM_DEBUG_KMS("RGB formats < in malidp_format_mod_supported()
942 u32 *formats; malidp_de_planes_init() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/
H A Dmx2_emmaprp.c153 static struct emmaprp_fmt formats[] = { variable
177 #define NUM_FORMATS ARRAY_SIZE(formats)
185 fmt = &formats[k]; in find_format()
193 return &formats[k]; in find_format()
394 if (formats[i].types & type) { in enum_fmt()
406 fmt = &formats[i]; in enum_fmt()
750 ctx->q_data[V4L2_M2M_SRC].fmt = &formats[1]; in emmaprp_open()
751 ctx->q_data[V4L2_M2M_DST].fmt = &formats[0]; in emmaprp_open()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/
H A Dmx2_emmaprp.c153 static struct emmaprp_fmt formats[] = { variable
177 #define NUM_FORMATS ARRAY_SIZE(formats)
185 fmt = &formats[k]; in find_format()
193 return &formats[k]; in find_format()
394 if (formats[i].types & type) { in enum_fmt()
406 fmt = &formats[i]; in enum_fmt()
750 ctx->q_data[V4L2_M2M_SRC].fmt = &formats[1]; in emmaprp_open()
751 ctx->q_data[V4L2_M2M_DST].fmt = &formats[0]; in emmaprp_open()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H A Dmalidp_planes.c58 * for formats with 1- or 2-bit alpha channels.
59 * We set it to give 100%/0% opacity for 1-bit formats and 100%/66%/33%/0%
60 * opacity for 2-bit formats.
152 /* Some pixel formats are supported without any modifier */ in malidp_format_mod_supported()
155 * However these pixel formats need to be supported with in malidp_format_mod_supported()
178 /* CBR only applies to YUV formats, where YTR should be always 0 */ in malidp_format_mod_supported()
209 * RGB formats need to provide YTR modifier and YUV formats should not in malidp_format_mod_supported()
213 DRM_DEBUG_KMS("AFBC_FORMAT_MOD_YTR is %s for %s formats\n", in malidp_format_mod_supported()
222 DRM_DEBUG_KMS("RGB formats < in malidp_format_mod_supported()
935 u32 *formats; malidp_de_planes_init() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c30 static struct s5p_mfc_fmt formats[] = { variable
145 #define NUM_FORMATS ARRAY_SIZE(formats)
153 if (formats[i].fourcc == f->fmt.pix_mp.pixelformat && in find_format()
154 formats[i].type == t) in find_format()
155 return &formats[i]; in find_format()
270 for (i = 0; i < ARRAY_SIZE(formats); ++i) { in vidioc_enum_fmt()
271 if (out && formats[i].type != MFC_FMT_DEC) in vidioc_enum_fmt()
273 else if (!out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt()
275 else if ((dev->variant->version_bit & formats[i].versions) == 0) in vidioc_enum_fmt()
282 if (i == ARRAY_SIZE(formats)) in vidioc_enum_fmt()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c30 static struct s5p_mfc_fmt formats[] = { variable
163 #define NUM_FORMATS ARRAY_SIZE(formats)
171 if (formats[i].fourcc == f->fmt.pix_mp.pixelformat && in find_format()
172 formats[i].type == t) in find_format()
173 return &formats[i]; in find_format()
301 for (i = 0; i < ARRAY_SIZE(formats); ++i) { in vidioc_enum_fmt()
302 if (out && formats[i].type != MFC_FMT_DEC) in vidioc_enum_fmt()
304 else if (!out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt()
306 else if ((dev->variant->version_bit & formats[i].versions) == 0) in vidioc_enum_fmt()
313 if (i == ARRAY_SIZE(formats)) in vidioc_enum_fmt()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Du_audio.c274 runtime->hw.formats = SNDRV_PCM_FMTBIT_S24_3LE; in uac_pcm_open()
277 runtime->hw.formats = SNDRV_PCM_FMTBIT_S32_LE; in uac_pcm_open()
280 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in uac_pcm_open()
291 runtime->hw.formats = SNDRV_PCM_FMTBIT_S24_3LE; in uac_pcm_open()
294 runtime->hw.formats = SNDRV_PCM_FMTBIT_S32_LE; in uac_pcm_open()
297 runtime->hw.formats = SNDRV_PCM_FMTBIT_S16_LE; in uac_pcm_open()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_eld.c559 u64 formats; in snd_hdmi_eld_update_pcm_info() local
569 formats = SNDRV_PCM_FMTBIT_S16_LE; in snd_hdmi_eld_update_pcm_info()
579 formats |= SNDRV_PCM_FMTBIT_S32_LE; in snd_hdmi_eld_update_pcm_info()
584 formats |= SNDRV_PCM_FMTBIT_S32_LE; in snd_hdmi_eld_update_pcm_info()
593 hinfo->formats &= formats; in snd_hdmi_eld_update_pcm_info()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dadau1977.c707 u64 formats = 0; in adau1977_startup() local
710 formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S16_BE; in adau1977_startup()
712 formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S16_BE | in adau1977_startup()
722 if (formats != 0) in adau1977_startup()
724 SNDRV_PCM_HW_PARAM_FORMAT, formats); in adau1977_startup()
759 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE |
H A Dwm5110.c2086 .formats = WM5110_FORMATS,
2093 .formats = WM5110_FORMATS,
2108 .formats = WM5110_FORMATS,
2115 .formats = WM5110_FORMATS,
2130 .formats = WM5110_FORMATS,
2137 .formats = WM5110_FORMATS,
2151 .formats = WM5110_FORMATS,
2158 .formats = WM5110_FORMATS,
2170 .formats = WM5110_FORMATS,
2177 .formats
[all...]
H A Dcs47l24.c970 .formats = CS47L24_FORMATS,
977 .formats = CS47L24_FORMATS,
992 .formats = CS47L24_FORMATS,
999 .formats = CS47L24_FORMATS,
1014 .formats = CS47L24_FORMATS,
1021 .formats = CS47L24_FORMATS,
1034 .formats = CS47L24_FORMATS,
1045 .formats = CS47L24_FORMATS,
1055 .formats = CS47L24_FORMATS,
1066 .formats
[all...]
H A Dwm8998.c1154 .formats = WM8998_FORMATS,
1161 .formats = WM8998_FORMATS,
1176 .formats = WM8998_FORMATS,
1183 .formats = WM8998_FORMATS,
1198 .formats = WM8998_FORMATS,
1205 .formats = WM8998_FORMATS,
1219 .formats = WM8998_FORMATS,
1226 .formats = WM8998_FORMATS,
1238 .formats = WM8998_FORMATS,
1245 .formats
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dformat.c688 fp->formats = pcm_format_to_bits(pcm_format); in parse_audio_format_i()
690 fp->formats = parse_audio_format_i_type(chip, fp, format, _fmt); in parse_audio_format_i()
691 if (!fp->formats) in parse_audio_format_i()
739 // fp->formats = SNDRV_PCM_FMTBIT_AC3; in parse_audio_format_ii()
740 fp->formats = SNDRV_PCM_FMTBIT_U8; /* temporary hack to receive byte streams */ in parse_audio_format_ii()
743 fp->formats = SNDRV_PCM_FMTBIT_MPEG; in parse_audio_format_ii()
749 fp->formats = SNDRV_PCM_FMTBIT_MPEG; in parse_audio_format_ii()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_eld.c563 u64 formats; in snd_hdmi_eld_update_pcm_info() local
573 formats = SNDRV_PCM_FMTBIT_S16_LE; in snd_hdmi_eld_update_pcm_info()
583 formats |= SNDRV_PCM_FMTBIT_S32_LE; in snd_hdmi_eld_update_pcm_info()
588 formats |= SNDRV_PCM_FMTBIT_S32_LE; in snd_hdmi_eld_update_pcm_info()
597 hinfo->formats &= formats; in snd_hdmi_eld_update_pcm_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
H A Dtidss_plane.h22 u32 crtc_mask, const u32 *formats,
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A Dvdec_platform.h23 const struct amvdec_format *formats; member
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A Dvdec_platform.h23 const struct amvdec_format *formats; member
/kernel/linux/linux-6.6/drivers/gpu/drm/tidss/
H A Dtidss_plane.h22 u32 crtc_mask, const u32 *formats,

Completed in 22 milliseconds

12345678910>>...67