Lines Matching refs:vfmt_out
114 struct sh_veu_vfmt vfmt_out; member
251 sh_veu_reg_write(veu, VEU_DAYR, addr + veu->vfmt_out.offset_y); in sh_veu_process()
252 sh_veu_reg_write(veu, VEU_DACR, veu->vfmt_out.offset_c ? in sh_veu_process()
253 addr + veu->vfmt_out.offset_c : 0); in sh_veu_process()
256 veu->vfmt_out.offset_y, veu->vfmt_out.offset_c); in sh_veu_process()
388 return &veu->vfmt_out; in sh_veu_get_vfmt()
524 dma_addr_t offset = ((left * veu->vfmt_out.fmt->depth) >> 3) + in sh_veu_colour_offset()
525 top * veu->vfmt_out.bytesperline; in sh_veu_colour_offset()
772 dst_width = real_w = veu->vfmt_out.frame.width; in sh_veu_configure()
773 dst_height = real_h = veu->vfmt_out.frame.height; in sh_veu_configure()
775 dst_stride = veu->vfmt_out.bytesperline; in sh_veu_configure()
1179 veu->vfmt_out = DEFAULT_OUT_VFMT; in sh_veu_probe()