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

/linux-4.4.14/sound/soc/blackfin/
H A Dbf5xx-ac97.c125 struct ac97_frame out_frame[2], in_frame[2]; bf5xx_ac97_read() local
136 memset(&out_frame, 0, 2 * sizeof(struct ac97_frame)); bf5xx_ac97_read()
138 out_frame[0].ac97_tag = TAG_VALID | TAG_CMD; bf5xx_ac97_read()
139 out_frame[0].ac97_addr = ((reg << 8) | 0x8000); bf5xx_ac97_read()
140 sport_send_and_recv(sport_handle, (unsigned char *)&out_frame, bf5xx_ac97_read()
/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c58 struct camif_frame *f = &vp->out_frame; camif_prepare_dma_offset()
245 struct camif_frame *frame = &vp->out_frame; camif_prepare_addr()
446 struct camif_frame *frame = &vp->out_frame; queue_setup()
714 struct camif_frame *frame = &vp->out_frame; s3c_camif_vidioc_g_fmt()
792 struct camif_frame *out_frame = &vp->out_frame; s3c_camif_vidioc_s_fmt() local
807 out_frame->f_width = pix->width; s3c_camif_vidioc_s_fmt()
808 out_frame->f_height = pix->height; s3c_camif_vidioc_s_fmt()
811 out_frame->rect.width = pix->width; s3c_camif_vidioc_s_fmt()
812 out_frame->rect.height = pix->height; s3c_camif_vidioc_s_fmt()
813 out_frame->rect.left = 0; s3c_camif_vidioc_s_fmt()
814 out_frame->rect.top = 0; s3c_camif_vidioc_s_fmt()
820 out_frame->f_width, out_frame->f_height, vp->payload, fmt->name, s3c_camif_vidioc_s_fmt()
1011 sel->r.width = vp->out_frame.f_width; s3c_camif_g_selection()
1012 sel->r.height = vp->out_frame.f_height; s3c_camif_g_selection()
1016 sel->r = vp->out_frame.rect; s3c_camif_g_selection()
1028 *r = vp->out_frame.rect; __camif_try_compose()
1051 vp->out_frame.rect = rect; s3c_camif_s_selection()
1346 struct camif_frame *frame = &camif->vp[i].out_frame; s3c_camif_subdev_set_fmt()
1439 struct v4l2_rect *or = &camif->vp[i].out_frame.rect; __camif_try_crop()
1632 struct camif_frame *f = &vp->out_frame; s3c_camif_set_defaults()
H A Dcamif-regs.c223 struct camif_frame *frame = &vp->out_frame; camif_hw_set_out_dma_size()
261 struct camif_frame *frame = &vp->out_frame; camif_hw_set_output_dma()
302 struct camif_frame *frame = &vp->out_frame; camif_hw_set_target_format()
H A Dcamif-core.h202 * @out_frame: the output pixel resolution
228 struct camif_frame out_frame; member in struct:camif_vp
H A Dcamif-core.c157 int target_x = vp->out_frame.rect.width; s3c_camif_get_scaler_config()
158 int target_y = vp->out_frame.rect.height; s3c_camif_get_scaler_config()
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c150 if (fimc->inp_frame.fmt == NULL || fimc->out_frame.fmt == NULL) fimc_lite_hw_init()
164 flite_hw_set_output_dma(fimc, &fimc->out_frame, !isp_output); fimc_lite_hw_init()
247 flite_hw_set_dma_window(fimc, &fimc->out_frame); fimc_lite_config_update()
365 struct flite_frame *frame = &fimc->out_frame; queue_setup()
401 if (fimc->out_frame.fmt == NULL) buffer_prepare()
404 for (i = 0; i < fimc->out_frame.fmt->memplanes; i++) { buffer_prepare()
638 struct flite_frame *frame = &fimc->out_frame; fimc_lite_try_compose()
649 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); fimc_lite_try_compose()
695 struct flite_frame *frame = &fimc->out_frame; fimc_lite_g_fmt_mplane()
766 struct flite_frame *frame = &fimc->out_frame; fimc_lite_s_fmt_mplane()
800 struct flite_frame *ff = &fimc->out_frame; fimc_pipeline_validate()
910 struct flite_frame *f = &fimc->out_frame; fimc_lite_g_selection()
936 struct flite_frame *f = &fimc->out_frame; fimc_lite_s_selection()
1107 struct flite_frame *source = &fimc->out_frame; fimc_lite_subdev_set_fmt()
1216 fimc->out_frame.rect = sel->r; fimc_lite_subdev_set_selection()
1409 struct flite_frame *source = &fimc->out_frame; fimc_lite_set_default_config()
H A Dfimc-lite.h133 * @out_frame: DMA output frame structure
169 struct flite_frame out_frame; member in struct:fimc_lite
/linux-4.4.14/arch/x86/xen/
H A Dmmu.c2626 unsigned long *in_frames = discontig_frames, out_frame; xen_create_contiguous_region() local
2651 out_frame = virt_to_pfn(vstart); xen_create_contiguous_region()
2653 1, order, &out_frame, xen_create_contiguous_region()
2658 xen_remap_exchanged_ptes(vstart, order, NULL, out_frame); xen_create_contiguous_region()

Completed in 194 milliseconds