Searched refs:out_frame (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/sound/soc/blackfin/ |
D | bf5xx-ac97.c | 125 struct ac97_frame out_frame[2], in_frame[2]; in bf5xx_ac97_read() local 136 memset(&out_frame, 0, 2 * sizeof(struct ac97_frame)); in bf5xx_ac97_read() 138 out_frame[0].ac97_tag = TAG_VALID | TAG_CMD; in bf5xx_ac97_read() 139 out_frame[0].ac97_addr = ((reg << 8) | 0x8000); in bf5xx_ac97_read() 140 sport_send_and_recv(sport_handle, (unsigned char *)&out_frame, in bf5xx_ac97_read()
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 58 struct camif_frame *f = &vp->out_frame; in camif_prepare_dma_offset() 245 struct camif_frame *frame = &vp->out_frame; in camif_prepare_addr() 451 struct camif_frame *frame = &vp->out_frame; in queue_setup() 715 struct camif_frame *frame = &vp->out_frame; in s3c_camif_vidioc_g_fmt() 793 struct camif_frame *out_frame = &vp->out_frame; in s3c_camif_vidioc_s_fmt() local 808 out_frame->f_width = pix->width; in s3c_camif_vidioc_s_fmt() 809 out_frame->f_height = pix->height; in s3c_camif_vidioc_s_fmt() 812 out_frame->rect.width = pix->width; in s3c_camif_vidioc_s_fmt() 813 out_frame->rect.height = pix->height; in s3c_camif_vidioc_s_fmt() 814 out_frame->rect.left = 0; in s3c_camif_vidioc_s_fmt() [all …]
|
D | camif-regs.c | 223 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_out_dma_size() 261 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_output_dma() 302 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_target_format()
|
D | camif-core.h | 228 struct camif_frame out_frame; member
|
D | camif-core.c | 157 int target_x = vp->out_frame.rect.width; in s3c_camif_get_scaler_config() 158 int target_y = vp->out_frame.rect.height; in s3c_camif_get_scaler_config()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-lite.c | 150 if (fimc->inp_frame.fmt == NULL || fimc->out_frame.fmt == NULL) in fimc_lite_hw_init() 164 flite_hw_set_output_dma(fimc, &fimc->out_frame, !isp_output); in fimc_lite_hw_init() 247 flite_hw_set_dma_window(fimc, &fimc->out_frame); in fimc_lite_config_update() 369 struct flite_frame *frame = &fimc->out_frame; in queue_setup() 405 if (fimc->out_frame.fmt == NULL) in buffer_prepare() 408 for (i = 0; i < fimc->out_frame.fmt->memplanes; i++) { in buffer_prepare() 641 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_try_compose() 652 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose() 698 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_g_fmt_mplane() 769 struct flite_frame *frame = &fimc->out_frame; in fimc_lite_s_fmt_mplane() [all …]
|
D | fimc-lite.h | 169 struct flite_frame out_frame; member
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 2284 unsigned long *in_frames = discontig_frames, out_frame; in xen_create_contiguous_region() local 2309 out_frame = virt_to_pfn(vstart); in xen_create_contiguous_region() 2311 1, order, &out_frame, in xen_create_contiguous_region() 2316 xen_remap_exchanged_ptes(vstart, order, NULL, out_frame); in xen_create_contiguous_region()
|