Home
last modified time | relevance | path

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

/drivers/media/usb/usbvision/
Dusbvision-cards.c32 .x_offset = -1,
46 .x_offset = 0,
62 .x_offset = -1,
76 .x_offset = 0,
92 .x_offset = -1,
108 .x_offset = -1,
122 .x_offset = 0,
138 .x_offset = -1,
152 .x_offset = -1,
168 .x_offset = 0,
[all …]
Dusbvision.h336 __s16 x_offset; member
Dusbvision-core.c1985 if (usbvision_device_data[usbvision->dev_model].x_offset >= 0) { in usbvision_set_input()
1986 value[4] = usbvision_device_data[usbvision->dev_model].x_offset & 0xff; in usbvision_set_input()
1987 value[5] = (usbvision_device_data[usbvision->dev_model].x_offset & 0x0300) >> 8; in usbvision_set_input()
/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,
/drivers/gpu/drm/i915/gvt/
Dfb_decoder.h110 u32 x_offset; /* in pixels */ member
127 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()
/drivers/media/platform/
Dvim2m.c453 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local
521 x_offset = 0; in device_process()
530 x_offset += x_int; in device_process()
533 x_offset++; in device_process()
538 p_in_x[1] = p_line - x_offset * bytes_per_pixel; in device_process()
540 p_in_x[1] = p_line + x_offset * bytes_per_pixel; in device_process()
547 x_offset += x_int; in device_process()
550 x_offset++; in device_process()
555 p_in_x[0] = p_line - x_offset * bytes_per_pixel; in device_process()
557 p_in_x[0] = p_line + x_offset * bytes_per_pixel; in device_process()
/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-msg-format.h44 u32 x_offset; member
/drivers/gpu/drm/vboxvideo/
Dvbox_mode.c36 s32 x_offset, y_offset; in vbox_do_modeset() local
43 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint; in vbox_do_modeset()
70 x_offset, y_offset, in vbox_do_modeset()
/drivers/gpu/drm/ast/
Dast_mode.c1256 int x_offset, y_offset; in ast_cursor_move() local
1265 x_offset = ast_crtc->offset_x; in ast_cursor_move()
1268 x_offset = (-x) + ast_crtc->offset_x; in ast_cursor_move()
1276 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xc2, x_offset); in ast_cursor_move()
/drivers/media/platform/vivid/
Dvivid-kthread-cap.c99 static void blend_line(struct vivid_dev *dev, unsigned y_offset, unsigned x_offset, in blend_line() argument
106 copy_pix(dev, y_offset, x_offset + x, in blend_line()
/drivers/hid/
Dwacom_wac.c1595 int x_offset = 0; in wacom_mt_touch() local
1599 x_offset = -4; in wacom_mt_touch()
1612 int offset = (WACOM_BYTES_PER_MT_PACKET + x_offset) * i + 3; in wacom_mt_touch()
1623 int x = get_unaligned_le16(&data[offset + x_offset + 7]); in wacom_mt_touch()
1624 int y = get_unaligned_le16(&data[offset + x_offset + 9]); in wacom_mt_touch()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2970 uint32_t x_offset = min(x_plane, pos_cpy.x); in dcn10_set_cursor_position() local
2973 pos_cpy.x -= x_offset; in dcn10_set_cursor_position()
2975 pos_cpy.x_hotspot += (x_plane - x_offset); in dcn10_set_cursor_position()