Searched refs:y_offset (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg-format.h47 u32 y_offset; member in struct:mmal_subpicture_format
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h115 u32 y_offset; /* in lines */ member in struct:intel_vgpu_primary_plane_format
132 u32 y_offset; /* in lines */ member in struct:intel_vgpu_sprite_plane_format
H A Dfb_decoder.c274 plane->y_offset = (val & _PRI_PLANE_Y_OFF_MASK) >>
504 plane->y_offset = (val & _SPRITE_OFFSET_START_Y_MASK) >>
/linux-master/include/linux/platform_data/
H A Dcros_ec_sensorhub.h70 * @y_offset: y is the difference between AP and EC time, y_offset its last
73 * @y_history: The past history of y, relative to y_offset.
82 s64 x_offset, y_offset; member in struct:cros_ec_sensors_ts_filter_state
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-hw-exynos3250.c364 unsigned int y_offset)
368 reg = (y_offset << EXYNOS3250_LUMA_YY_OFFSET_SHIFT) &
375 reg = (y_offset << EXYNOS3250_CHROMA_YY_OFFSET_SHIFT) &
382 reg = (y_offset << EXYNOS3250_CHROMA_CR_YY_OFFSET_SHIFT) &
363 exynos3250_jpeg_offset(void __iomem *regs, unsigned int x_offset, unsigned int y_offset) argument
H A Djpeg-hw-exynos3250.h41 unsigned int y_offset);
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c364 unsigned int snk_y, y_offset; local
367 y_offset = snk_y * snk_width * vscaler->bpp;
374 index = y_offset + x_offset;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_trace.h99 __entry->y = state->y_offset;
H A Dcros_ec_sensorhub_ring.c272 dy = (state->y_history[0] + state->y_offset) - y;
294 state->y_offset = y;
347 * f(x) = median_m * (x - x_offset) + median_error + y_offset
349 * f(x) = median_m * (x - x_offset) + median_error + y_offset + x * 1000
358 + state->median_error + state->y_offset + x * 1000;
/linux-master/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1369 unsigned long y_offset; local
1373 y_offset = (var->yoffset * ovl->xres_virtual + var->xoffset)
1380 y_offset = var->yoffset * ovl->xres_virtual + var->xoffset;
1388 if (y_offset == ovl->pan_y_offset)
1392 base_addr_y = ovl->dma_handle + y_offset;
1398 ovl->pan_y_offset = y_offset;
1685 unsigned long y_offset; local
1689 y_offset = (var->yoffset * ch->xres_virtual + var->xoffset)
1696 y_offset = var->yoffset * ch->xres_virtual + var->xoffset;
1704 if (y_offset
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c313 unsigned int y_offset = (media_object_index / 16) * 16; local
333 *cs++ = y_offset << 16 | x_offset;
/linux-master/drivers/gpu/drm/omapdrm/
H A Dtcm.h60 unsigned int y_offset; /* offset to use for y coordinates */ member in struct:tcm
H A Domap_dmm_tiler.c363 pat->area.y0 += engine->tcm->y_offset;
364 pat->area.y1 += engine->tcm->y_offset;
941 omap_dmm->tcm[1]->y_offset = OMAP5_LUT_OFFSET;
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c651 int y_offset, int *y, int *cb, int *cr)
653 *y = ((m[0][0] * r + m[0][1] * g + m[0][2] * b) >> 16) + (y_offset << 4);
713 unsigned y_offset = full ? 0 : 16; local
718 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr);
731 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr);
749 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr);
753 rgb2ycbcr(full ? rec709_full : rec709, r, g, b, y_offset, y, cb, cr);
759 int y_offset, int *r, int *g, int *b)
761 y -= y_offset << 4;
827 unsigned y_offset local
650 rgb2ycbcr(const int m[3][3], int r, int g, int b, int y_offset, int *y, int *cb, int *cr) argument
758 ycbcr2rgb(const int m[3][3], int y, int cb, int cr, int y_offset, int *r, int *g, int *b) argument
[all...]
/linux-master/drivers/gpu/drm/ast/
H A Dast_mode.c823 u8 x_offset, u8 y_offset)
831 ast_set_index_reg(ast, AST_IO_VGACRI, 0xc3, y_offset);
896 u8 x_offset, y_offset; local
926 y_offset = (-plane_state->crtc_y) + offset_y;
929 y_offset = offset_y;
933 ast_set_cursor_location(ast, x, y, x_offset, y_offset);
822 ast_set_cursor_location(struct ast_device *ast, u16 x, u16 y, u8 x_offset, u8 y_offset) argument
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c42 s32 x_offset, y_offset; local
50 y_offset = vbox->single_framebuffer ? vbox_crtc->y : vbox_crtc->y_hint;
76 x_offset, y_offset,
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c80 static void blend_line(struct vivid_dev *dev, unsigned y_offset, unsigned x_offset, argument
87 copy_pix(dev, y_offset, x_offset + x,
/linux-master/drivers/hid/
H A Dwacom_wac.c1609 int y_offset = 2; local
1618 y_offset = 0;
1642 int t_y = get_unaligned_le16(&data[offset + 4 + y_offset]);

Completed in 195 milliseconds