/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | mx2_camera.c | 198 u32 out_fmt; member 215 u32 out_fmt; member 299 .out_fmt = 0, 303 .out_fmt = PRP_CNTL_CH1_OUT_RGB16, 313 .out_fmt = V4L2_PIX_FMT_YUYV, 317 .out_fmt = PRP_CNTL_CH1_OUT_YUV422, 327 .out_fmt = V4L2_PIX_FMT_YUYV, 331 .out_fmt = PRP_CNTL_CH1_OUT_YUV422, 341 .out_fmt = V4L2_PIX_FMT_YUV420, 345 .out_fmt = PRP_CNTL_CH2_OUT_YUV420, [all …]
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
D | camif-regs.c | 262 const struct camif_fmt *fmt = vp->out_fmt; in camif_hw_set_output_dma() 306 frame->f_height, vp->out_fmt->color); in camif_hw_set_target_format() 315 if (vp->out_fmt->color == IMG_FMT_YCBCR422P) in camif_hw_set_target_format() 319 switch (vp->out_fmt->color) { in camif_hw_set_target_format() 386 unsigned int color = vp->out_fmt->color; in camif_s3c244x_hw_set_scaler() 433 unsigned int color = vp->out_fmt->color; in camif_s3c64xx_hw_set_scaler()
|
D | camif-capture.c | 72 if (camif->sensor.sd == NULL || vp->out_fmt == NULL) in s3c_camif_hw_init() 102 if (vp->out_fmt == NULL) in s3c_camif_hw_vp_init() 254 vp->out_fmt->colplanes, pix_size); in camif_prepare_addr() 258 switch (vp->out_fmt->colplanes) { in camif_prepare_addr() 271 if (vp->out_fmt->color == IMG_FMT_YCBCR422P) in camif_prepare_addr() 276 if (vp->out_fmt->color == IMG_FMT_YCRCB420) in camif_prepare_addr() 452 const struct camif_fmt *fmt = vp->out_fmt; in queue_setup() 481 if (vp->out_fmt == NULL) in buffer_prepare() 716 const struct camif_fmt *fmt = vp->out_fmt; in s3c_camif_vidioc_g_fmt() 806 vp->out_fmt = fmt; in s3c_camif_vidioc_s_fmt() [all …]
|
D | camif-core.h | 226 const struct camif_fmt *out_fmt; member
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-hw-exynos4.c | 121 void exynos4_jpeg_set_enc_out_fmt(void __iomem *base, unsigned int out_fmt) in exynos4_jpeg_set_enc_out_fmt() argument 128 switch (out_fmt) { in exynos4_jpeg_set_enc_out_fmt()
|
D | jpeg-hw-exynos4.h | 19 void exynos4_jpeg_set_enc_out_fmt(void __iomem *base, unsigned int out_fmt);
|
D | jpeg-core.c | 770 struct s5p_jpeg_fmt *out_fmt, *cap_fmt; in s5p_jpeg_open() local 791 out_fmt = s5p_jpeg_find_format(ctx, V4L2_PIX_FMT_RGB565, in s5p_jpeg_open() 797 out_fmt = s5p_jpeg_find_format(ctx, V4L2_PIX_FMT_JPEG, in s5p_jpeg_open() 810 ctx->out_q.fmt = out_fmt; in s5p_jpeg_open()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-capture.c | 927 struct fimc_fmt **out_fmt) in __video_try_or_set_format() argument 951 *out_fmt = fimc_capture_try_format(ctx, &pix->width, &pix->height, in __video_try_or_set_format() 954 if (*out_fmt == NULL) in __video_try_or_set_format() 970 mf->code = (*out_fmt)->mbus_code; in __video_try_or_set_format() 985 fimc_adjust_mplane_format(*out_fmt, pix->width, pix->height, pix); in __video_try_or_set_format() 987 if ((*out_fmt)->flags & FMT_FLAGS_COMPRESSED) { in __video_try_or_set_format() 995 (*out_fmt)->memplanes, try); in __video_try_or_set_format() 1009 struct fimc_fmt *out_fmt = NULL, *inp_fmt = NULL; in fimc_cap_try_fmt_mplane() local 1011 return __video_try_or_set_format(fimc, f, true, &inp_fmt, &out_fmt); in fimc_cap_try_fmt_mplane()
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 652 u8 out_fmt, in_fmt; in unmap_cmd_data() local 654 out_fmt = cmd->buf_fmt >> 4; in unmap_cmd_data() 657 if (out_fmt == SRP_NO_DATA_DESC && in_fmt == SRP_NO_DATA_DESC) in unmap_cmd_data() 1044 u8 out_fmt, in_fmt; in ibmvscsi_queuecommand_lck() local 1076 out_fmt = srp_cmd->buf_fmt >> 4; in ibmvscsi_queuecommand_lck() 1079 out_fmt == SRP_DATA_DESC_INDIRECT) && in ibmvscsi_queuecommand_lck()
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 2185 goto out_fmt; in vfs_load_quota_inode() 2189 goto out_fmt; in vfs_load_quota_inode() 2194 goto out_fmt; in vfs_load_quota_inode() 2199 goto out_fmt; in vfs_load_quota_inode() 2277 out_fmt: in vfs_load_quota_inode()
|
/linux-4.1.27/drivers/dma/ipu/ |
D | ipu_idmac.c | 516 enum ipu_color_space in_fmt, out_fmt; in ipu_ic_init_prpenc() local 532 out_fmt = format_to_colorspace(params->video.out_pixel_fmt); in ipu_ic_init_prpenc() 538 if (in_fmt != out_fmt) { in ipu_ic_init_prpenc()
|