src_format        161 drivers/gpu/drm/gma500/accel_2d.c 			     uint32_t src_format, uint32_t dst_offset,
src_format        201 drivers/gpu/drm/gma500/accel_2d.c 	    PSB_2D_SRC_SURF_BH | src_format | (src_stride <<
src_format        236 drivers/gpu/drm/gma500/accel_2d.c 	uint32_t src_format;
src_format        247 drivers/gpu/drm/gma500/accel_2d.c 		src_format = PSB_2D_SRC_332RGB;
src_format        251 drivers/gpu/drm/gma500/accel_2d.c 		src_format = PSB_2D_SRC_555RGB;
src_format        255 drivers/gpu/drm/gma500/accel_2d.c 		src_format = PSB_2D_SRC_565RGB;
src_format        261 drivers/gpu/drm/gma500/accel_2d.c 		src_format = PSB_2D_SRC_8888ARGB;
src_format        275 drivers/gpu/drm/gma500/accel_2d.c 			  offset, stride, src_format,
src_format        241 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 	u32 chroma_samp, unpack, src_format;
src_format        278 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 	src_format = (chroma_samp << 23) | (fmt->fetch_planes << 19) |
src_format        283 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 		src_format |= BIT(11); /* ROT90 */
src_format        286 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 		src_format |= BIT(8); /* SRCC3_EN */
src_format        289 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 		src_format |= BIT(22);
src_format        293 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 	src_format |= ((fmt->unpack_count - 1) << 12) |
src_format        301 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 		src_format |= (fmt->fetch_mode & 3) << 30; /*FRAME_FORMAT */
src_format        317 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 		src_format |= BIT(15);
src_format        320 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 		src_format |= BIT(14);
src_format        331 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c 	DPU_REG_WRITE(c, format_off + idx, src_format);
src_format        207 drivers/media/platform/cadence/cdns-csi2tx.c 	const struct v4l2_mbus_framefmt *src_format = &fmt->format;
src_format        215 drivers/media/platform/cadence/cdns-csi2tx.c 		src_format = &fmt_default;
src_format        221 drivers/media/platform/cadence/cdns-csi2tx.c 	*dst_format = *src_format;
src_format         39 sound/core/oss/copy.c 	nchannels = plugin->src_format.channels;
src_format         54 sound/core/oss/copy.c 		snd_pcm_area_copy(&src_channels->area, 0, &dst_channels->area, 0, frames, plugin->src_format.format);
src_format         62 sound/core/oss/copy.c 			      struct snd_pcm_plugin_format *src_format,
src_format         74 sound/core/oss/copy.c 	if (snd_BUG_ON(src_format->format != dst_format->format))
src_format         76 sound/core/oss/copy.c 	if (snd_BUG_ON(src_format->rate != dst_format->rate))
src_format         78 sound/core/oss/copy.c 	if (snd_BUG_ON(src_format->channels != dst_format->channels))
src_format         81 sound/core/oss/copy.c 	width = snd_pcm_format_physical_width(src_format->format);
src_format         85 sound/core/oss/copy.c 	err = snd_pcm_plugin_build(plug, "copy", src_format, dst_format,
src_format        102 sound/core/oss/io.c 		for (channel = 0; channel < plugin->src_format.channels; ++channel, ++v)
src_format         62 sound/core/oss/linear.c 	int nchannels = plugin->src_format.channels;
src_format        100 sound/core/oss/linear.c 		for (channel = 0; channel < plugin->src_format.channels; channel++) {
src_format        117 sound/core/oss/linear.c 		      snd_pcm_format_t src_format, snd_pcm_format_t dst_format)
src_format        121 sound/core/oss/linear.c 	src_bytes = snd_pcm_format_width(src_format) / 8;
src_format        123 sound/core/oss/linear.c 	src_le = snd_pcm_format_little_endian(src_format) > 0;
src_format        133 sound/core/oss/linear.c 		data->src_ofs = snd_pcm_format_physical_width(src_format) / 8 -
src_format        140 sound/core/oss/linear.c 	if (snd_pcm_format_signed(src_format) !=
src_format        150 sound/core/oss/linear.c 				struct snd_pcm_plugin_format *src_format,
src_format        162 sound/core/oss/linear.c 	if (snd_BUG_ON(src_format->rate != dst_format->rate))
src_format        164 sound/core/oss/linear.c 	if (snd_BUG_ON(src_format->channels != dst_format->channels))
src_format        166 sound/core/oss/linear.c 	if (snd_BUG_ON(!snd_pcm_format_linear(src_format->format) ||
src_format        171 sound/core/oss/linear.c 				   src_format, dst_format,
src_format        176 sound/core/oss/linear.c 	init_data(data, src_format->format, dst_format->format);
src_format        175 sound/core/oss/mulaw.c 	int nchannels = plugin->src_format.channels;
src_format        221 sound/core/oss/mulaw.c 	int nchannels = plugin->src_format.channels;
src_format        262 sound/core/oss/mulaw.c 		for (channel = 0; channel < plugin->src_format.channels; channel++) {
src_format        301 sound/core/oss/mulaw.c 			       struct snd_pcm_plugin_format *src_format,
src_format        315 sound/core/oss/mulaw.c 	if (snd_BUG_ON(src_format->rate != dst_format->rate))
src_format        317 sound/core/oss/mulaw.c 	if (snd_BUG_ON(src_format->channels != dst_format->channels))
src_format        321 sound/core/oss/mulaw.c 		format = src_format;
src_format        324 sound/core/oss/mulaw.c 	else if (src_format->format == SNDRV_PCM_FORMAT_MU_LAW) {
src_format        336 sound/core/oss/mulaw.c 				   src_format, dst_format,
src_format       1342 sound/core/oss/pcm_oss.c 		size_t oss_frame_bytes = (runtime->oss.plugin_first->src_width * runtime->oss.plugin_first->src_format.channels) / 8;
src_format         58 sound/core/oss/pcm_plugin.c 		format = &plugin->src_format;
src_format        148 sound/core/oss/pcm_plugin.c 			 struct snd_pcm_plugin_format *src_format,
src_format        158 sound/core/oss/pcm_plugin.c 	if (snd_BUG_ON(!src_format || !dst_format))
src_format        167 sound/core/oss/pcm_plugin.c 	plugin->src_format = *src_format;
src_format        168 sound/core/oss/pcm_plugin.c 	plugin->src_width = snd_pcm_format_physical_width(src_format->format);
src_format        174 sound/core/oss/pcm_plugin.c 		channels = src_format->channels;
src_format        592 sound/core/oss/pcm_plugin.c 		format = &plugin->src_format;
src_format         42 sound/core/oss/pcm_plugin.h 	struct snd_pcm_plugin_format src_format;	/* source format */
src_format         72 sound/core/oss/pcm_plugin.h                          struct snd_pcm_plugin_format *src_format,
src_format         89 sound/core/oss/pcm_plugin.h 				struct snd_pcm_plugin_format *src_format,
src_format         93 sound/core/oss/pcm_plugin.h 			       struct snd_pcm_plugin_format *src_format,
src_format         97 sound/core/oss/pcm_plugin.h 			      struct snd_pcm_plugin_format *src_format,
src_format        101 sound/core/oss/pcm_plugin.h 			       struct snd_pcm_plugin_format *src_format,
src_format        105 sound/core/oss/pcm_plugin.h 			      struct snd_pcm_plugin_format *src_format,
src_format         58 sound/core/oss/rate.c 	for (channel = 0; channel < plugin->src_format.channels; channel++) {
src_format         79 sound/core/oss/rate.c 	for (channel = 0; channel < plugin->src_format.channels; channel++) {
src_format        138 sound/core/oss/rate.c 	for (channel = 0; channel < plugin->src_format.channels; ++channel) {
src_format        193 sound/core/oss/rate.c 	if (plugin->src_format.rate < plugin->dst_format.rate) {
src_format        226 sound/core/oss/rate.c 	if (plugin->src_format.rate < plugin->dst_format.rate) {
src_format        264 sound/core/oss/rate.c 		for (channel = 0; channel < plugin->src_format.channels; channel++) {
src_format        301 sound/core/oss/rate.c 			      struct snd_pcm_plugin_format *src_format,
src_format        313 sound/core/oss/rate.c 	if (snd_BUG_ON(src_format->channels != dst_format->channels))
src_format        315 sound/core/oss/rate.c 	if (snd_BUG_ON(src_format->channels <= 0))
src_format        317 sound/core/oss/rate.c 	if (snd_BUG_ON(src_format->format != SNDRV_PCM_FORMAT_S16))
src_format        321 sound/core/oss/rate.c 	if (snd_BUG_ON(src_format->rate == dst_format->rate))
src_format        325 sound/core/oss/rate.c 				   src_format, dst_format,
src_format        327 sound/core/oss/rate.c 					       src_format->channels),
src_format        332 sound/core/oss/rate.c 	if (src_format->rate < dst_format->rate) {
src_format        333 sound/core/oss/rate.c 		data->pitch = ((src_format->rate << SHIFT) + (dst_format->rate >> 1)) / dst_format->rate;
src_format        336 sound/core/oss/rate.c 		data->pitch = ((dst_format->rate << SHIFT) + (src_format->rate >> 1)) / src_format->rate;
src_format         63 sound/core/oss/route.c 	nsrcs = plugin->src_format.channels;
src_format         88 sound/core/oss/route.c 			       struct snd_pcm_plugin_format *src_format,
src_format         98 sound/core/oss/route.c 	if (snd_BUG_ON(src_format->rate != dst_format->rate))
src_format        100 sound/core/oss/route.c 	if (snd_BUG_ON(src_format->format != dst_format->format))
src_format        104 sound/core/oss/route.c 				   src_format, dst_format, 0, &plugin);