Home
last modified time | relevance | path

Searched refs:x_offset (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/ast/
Dast_cursor.c237 u8 x_offset, u8 y_offset) in ast_cursor_set_location() argument
244 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xc2, x_offset); in ast_cursor_set_location()
255 u8 x_offset, y_offset; in ast_cursor_show() local
267 x_offset = (-x) + offset_x; in ast_cursor_show()
270 x_offset = offset_x; in ast_cursor_show()
279 ast_cursor_set_location(ast, x, y, x_offset, y_offset); in ast_cursor_show()
/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dfb_decoder.h112 u32 x_offset; /* in pixels */ member
129 u32 x_offset; /* in pixels */ member
Dfb_decoder.c271 plane->x_offset = (val & _PRI_PLANE_X_OFF_MASK) >> in intel_vgpu_decode_primary_plane()
501 plane->x_offset = (val & _SPRITE_OFFSET_START_X_MASK) >> in intel_vgpu_decode_sprite_plane()
/Linux-v5.10/drivers/media/platform/s5p-jpeg/
Djpeg-hw-exynos3250.c363 void exynos3250_jpeg_offset(void __iomem *regs, unsigned int x_offset, in exynos3250_jpeg_offset() argument
370 reg |= (x_offset << EXYNOS3250_LUMA_YX_OFFSET_SHIFT) & in exynos3250_jpeg_offset()
377 reg |= (x_offset << EXYNOS3250_CHROMA_YX_OFFSET_SHIFT) & in exynos3250_jpeg_offset()
384 reg |= (x_offset << EXYNOS3250_CHROMA_CR_YX_OFFSET_SHIFT) & in exynos3250_jpeg_offset()
Djpeg-hw-exynos3250.h40 void exynos3250_jpeg_offset(void __iomem *regs, unsigned int x_offset,
/Linux-v5.10/drivers/media/test-drivers/
Dvim2m.c452 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local
520 x_offset = 0; in device_process()
529 x_offset += x_int; in device_process()
532 x_offset++; in device_process()
537 p_in_x[1] = p_line - x_offset * bytes_per_pixel; in device_process()
539 p_in_x[1] = p_line + x_offset * bytes_per_pixel; in device_process()
546 x_offset += x_int; in device_process()
549 x_offset++; in device_process()
554 p_in_x[0] = p_line - x_offset * bytes_per_pixel; in device_process()
556 p_in_x[0] = p_line + x_offset * bytes_per_pixel; in device_process()
/Linux-v5.10/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg-format.h44 u32 x_offset; member
/Linux-v5.10/include/linux/platform_data/
Dcros_ec_sensorhub.h82 s64 x_offset, y_offset; member
/Linux-v5.10/arch/powerpc/boot/
Drs6000.h189 char x_offset[4]; member
/Linux-v5.10/include/uapi/linux/
Dcoff.h307 char x_offset[4]; member
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dgen7_renderclear.c294 unsigned int x_offset = (media_object_index % 16) * 64; in gen7_emit_media_object() local
320 *cs++ = (y_offset << 16) | (x_offset); in gen7_emit_media_object()
/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_sensorhub_ring.c238 dx = (state->x_history[0] + state->x_offset) - x; in cros_ec_sensor_ring_ts_filter_update()
262 state->x_offset = x; in cros_ec_sensor_ring_ts_filter_update()
325 return div_s64(state->median_m * (x - state->x_offset), M_PRECISION) in cros_ec_sensor_ring_ts_filter()
/Linux-v5.10/drivers/gpu/drm/vboxvideo/
Dvbox_mode.c37 s32 x_offset, y_offset; in vbox_do_modeset() local
44 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint; in vbox_do_modeset()
71 x_offset, y_offset, in vbox_do_modeset()
/Linux-v5.10/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c100 static void blend_line(struct vivid_dev *dev, unsigned y_offset, unsigned x_offset, in blend_line() argument
107 copy_pix(dev, y_offset, x_offset + x, in blend_line()
/Linux-v5.10/drivers/hid/
Dwacom_wac.c1598 int x_offset = 0; in wacom_mt_touch() local
1602 x_offset = -4; in wacom_mt_touch()
1615 int offset = (WACOM_BYTES_PER_MT_PACKET + x_offset) * i + 3; in wacom_mt_touch()
1626 int x = get_unaligned_le16(&data[offset + x_offset + 7]); in wacom_mt_touch()
1627 int y = get_unaligned_le16(&data[offset + x_offset + 9]); in wacom_mt_touch()
/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py1583 x_offset = n - (subrange.lo % n)
1585 x_offset = 0.0
1586 x = subrange.lo + x_offset