Home
last modified time | relevance | path

Searched refs:formats (Results 1151 - 1175 of 2162) sorted by relevance

1...<<41424344454647484950>>...87

/kernel/linux/linux-5.10/sound/soc/ti/
H A Domap-mcbsp.c1311 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE,
1317 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE,
1414 omap_mcbsp_dai.playback.formats = SNDRV_PCM_FMTBIT_S16_LE; in asoc_mcbsp_probe()
1415 omap_mcbsp_dai.capture.formats = SNDRV_PCM_FMTBIT_S16_LE; in asoc_mcbsp_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c18 uint32_t formats[32]; member
953 /* bad formats should already be rejected: */ in mdp5_plane_mode_set()
1095 mdp5_plane->nformats = mdp_get_formats(mdp5_plane->formats, in mdp5_plane_init()
1096 ARRAY_SIZE(mdp5_plane->formats), false); in mdp5_plane_init()
1099 mdp5_plane->formats, mdp5_plane->nformats, in mdp5_plane_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
H A Dltdc.c200 /* RGB formats */
207 /* Indexed formats */
962 u32 formats[NB_PF * 2]; in ltdc_plane_create() local
967 /* Get supported pixel formats */ in ltdc_plane_create()
972 formats[nb_fmt++] = drm_fmt; in ltdc_plane_create()
984 formats[nb_fmt++] = drm_fmt_no_alpha; in ltdc_plane_create()
992 &ltdc_plane_funcs, formats, nb_fmt, in ltdc_plane_create()
1166 * Hw older versions support non-alpha color formats derived in ltdc_get_caps()
1167 * from native alpha color formats only on the primary layer. in ltdc_get_caps()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_plane.c652 /* SCL1 is used for Cb/Cr scaling of planar formats. For RGB in vc4_plane_mode_set()
1293 /* Support T_TILING for RGB formats only. */ in vc4_format_mod_supported()
1352 u32 formats[ARRAY_SIZE(hvs_formats)]; in vc4_plane_init() local
1370 formats[i] = hvs_formats[i].drm; in vc4_plane_init()
1375 formats, ARRAY_SIZE(formats), in vc4_plane_init()
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_csi2.c83 * Enforce Little endian for all formats, including: in csi2_recv_config()
110 * - 3 different formats (at this time)
118 /* RAW10 formats */
135 /* RAW10 DPCM8 formats */
152 /* RAW8 formats */
169 /* YUV422 formats */
196 const struct v4l2_mbus_framefmt *fmt = &csi2->formats[CSI2_PAD_SINK]; in csi2_ctx_map_format()
562 if (csi2->formats[CSI2_PAD_SINK].code != in csi2_configure()
563 csi2->formats[CSI2_PAD_SOURCE].code) in csi2_configure()
835 return &csi2->formats[pa in __csi2_get_format()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c124 return &res->formats[pad]; in __resizer_get_format()
504 const struct v4l2_mbus_framefmt *ofmt = &res->formats[RESZ_PAD_SOURCE]; in omap3isp_resizer_max_rate()
966 informat = &res->formats[RESZ_PAD_SINK]; in resizer_configure()
967 outformat = &res->formats[RESZ_PAD_SOURCE]; in resizer_configure()
1349 /* resizer pixel formats */
1562 * resizer_init_formats - Initialize formats on all pads
1566 * Initialize all pad formats with default values. If fh is not NULL, try
1567 * formats are initialized on the file handle. Otherwise active formats are
H A Dispcsi2.c91 * - 3 different formats (at this time)
100 /* RAW10 formats */
118 /* RAW10 DPCM8 formats */
138 /* YUYV8 2X8 formats */
167 const struct v4l2_mbus_framefmt *fmt = &csi2->formats[CSI2_PAD_SINK]; in csi2_ctx_map_format()
593 if (csi2->formats[CSI2_PAD_SINK].code != in csi2_configure()
594 csi2->formats[CSI2_PAD_SOURCE].code) in csi2_configure()
840 return &csi2->formats[pad]; in __csi2_get_format()
1024 * csi2_init_formats - Initialize formats on all pads
1028 * Initialize all pad formats wit
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_csi2.c83 * Enforce Little endian for all formats, including: in csi2_recv_config()
110 * - 3 different formats (at this time)
118 /* RAW10 formats */
135 /* RAW10 DPCM8 formats */
152 /* RAW8 formats */
169 /* YUV422 formats */
196 const struct v4l2_mbus_framefmt *fmt = &csi2->formats[CSI2_PAD_SINK]; in csi2_ctx_map_format()
562 if (csi2->formats[CSI2_PAD_SINK].code != in csi2_configure()
563 csi2->formats[CSI2_PAD_SOURCE].code) in csi2_configure()
836 return &csi2->formats[pa in __csi2_get_format()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-ispif.c909 if (fmt->code == line->formats[i]) in ispif_try_format()
954 code->code = line->formats[code->index]; in ispif_enum_mbus_code()
1066 * ispif_init_formats - Initialize formats on all pads
1070 * Initialize all pad formats with default values.
1130 ispif->line[i].formats = ispif_formats_8x16; in msm_ispif_subdev_init()
1135 ispif->line[i].formats = ispif_formats_8x96; in msm_ispif_subdev_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c22 uint32_t formats[32]; member
884 /* bad formats should already be rejected: */ in mdp5_plane_mode_set()
1026 mdp5_plane->nformats = mdp_get_formats(mdp5_plane->formats, in mdp5_plane_init()
1027 ARRAY_SIZE(mdp5_plane->formats), false); in mdp5_plane_init()
1030 mdp5_plane->formats, mdp5_plane->nformats, in mdp5_plane_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_display.c940 const uint32_t *formats; in qxl_create_plane() local
946 formats = qxl_primary_plane_formats; in qxl_create_plane()
951 formats = qxl_cursor_plane_formats; in qxl_create_plane()
963 funcs, formats, num_formats, in qxl_create_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dofdrm.c119 * DRM formats assume little-endian byte order. Update the format in display_get_validated_format()
309 uint32_t formats[8]; member
1271 odev->formats, ARRAY_SIZE(odev->formats)); in ofdrm_device_create()
1275 odev->formats, nformats, in ofdrm_device_create()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_controller.c563 .formats = SNDRV_PCM_FMTBIT_S16_LE,
602 runtime->hw.formats = hinfo->formats; in azx_pcm_open()
644 snd_BUG_ON(!runtime->hw.formats) || in azx_pcm_open()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt298.c1075 .formats = RT298_FORMATS,
1082 .formats = RT298_FORMATS,
1095 .formats = RT298_FORMATS,
1102 .formats = RT298_FORMATS,
H A Dcs35l56.c747 .formats = CS35L56_RX_FORMATS,
754 .formats = CS35L56_TX_FORMATS,
768 .formats = CS35L56_RX_FORMATS,
775 .formats = CS35L56_TX_FORMATS,
H A Dda732x.c1207 .formats = DA732X_FORMATS,
1214 .formats = DA732X_FORMATS,
1227 .formats = DA732X_FORMATS,
1234 .formats = DA732X_FORMATS,
H A Drt700.c1015 .formats = RT700_FORMATS,
1022 .formats = RT700_FORMATS,
1034 .formats = RT700_FORMATS,
1041 .formats = RT700_FORMATS,
H A Dcx2072x.c1568 .formats = CX2072X_FORMATS,
1575 .formats = CX2072X_FORMATS,
1588 .formats = CX2072X_FORMATS,
1600 .formats = CX2072X_FORMATS,
H A Dhdmi-codec.c738 * This list is only for formats allowed on the I2S bus. So there is
739 * some formats listed that are not supported by HDMI interface. For
740 * instance allowing the 32-bit formats enables 24-precision with CPU
741 * DAIs that do not support 24-bit formats. If the extra formats cause
942 .formats = I2S_FORMATS,
950 .formats = I2S_FORMATS,
964 .formats = SPDIF_FORMATS,
971 .formats = SPDIF_FORMATS,
H A Dwm8753.c1411 .formats = WM8753_FORMATS
1418 .formats = WM8753_FORMATS
1429 .formats = WM8753_FORMATS,
1436 .formats = WM8753_FORMATS,
/kernel/linux/linux-6.6/sound/soc/apple/
H A Dmca.c1104 fe->playback.formats = APPLE_MCA_FMTBITS; in apple_mca_probe()
1108 fe->capture.formats = APPLE_MCA_FMTBITS; in apple_mca_probe()
1131 be->playback.formats = APPLE_MCA_FMTBITS; in apple_mca_probe()
1135 be->capture.formats = APPLE_MCA_FMTBITS; in apple_mca_probe()
/kernel/linux/linux-6.6/sound/soc/amd/
H A Dacp-pcm-dma.c47 .formats = SNDRV_PCM_FMTBIT_S16_LE |
66 .formats = SNDRV_PCM_FMTBIT_S16_LE |
85 .formats = SNDRV_PCM_FMTBIT_S16_LE |
104 .formats = SNDRV_PCM_FMTBIT_S16_LE |
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_ssi.c60 * FSLSSI_I2S_FORMATS: audio formats supported by the SSI
1171 .formats = FSLSSI_I2S_FORMATS,
1178 .formats = FSLSSI_I2S_FORMATS,
1195 .formats = SNDRV_PCM_FMTBIT_S16 | SNDRV_PCM_FMTBIT_S20,
1203 .formats = SNDRV_PCM_FMTBIT_S20,
/kernel/linux/linux-6.6/sound/soc/sunxi/
H A Dsun4i-codec.c643 .formats = SNDRV_PCM_FMTBIT_S16_LE |
654 .formats = SNDRV_PCM_FMTBIT_S16_LE |
1266 .formats = SUN4I_CODEC_FORMATS,
1274 .formats = SUN4I_CODEC_FORMATS,
/kernel/linux/linux-6.6/sound/soc/ti/
H A Domap-mcbsp.c1300 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE,
1306 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE,
1404 omap_mcbsp_dai.playback.formats = SNDRV_PCM_FMTBIT_S16_LE; in asoc_mcbsp_probe()
1405 omap_mcbsp_dai.capture.formats = SNDRV_PCM_FMTBIT_S16_LE; in asoc_mcbsp_probe()

Completed in 48 milliseconds

1...<<41424344454647484950>>...87