/drivers/media/usb/usbvision/ |
D | usbvision-cards.c | 32 .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 …]
|
D | usbvision.h | 336 __s16 x_offset; member
|
D | usbvision-core.c | 1985 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/ |
D | jpeg-hw-exynos3250.c | 363 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()
|
D | jpeg-hw-exynos3250.h | 40 void exynos3250_jpeg_offset(void __iomem *regs, unsigned int x_offset,
|
/drivers/gpu/drm/i915/gvt/ |
D | fb_decoder.h | 110 u32 x_offset; /* in pixels */ member 127 u32 x_offset; /* in pixels */ member
|
D | fb_decoder.c | 271 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/ |
D | vim2m.c | 453 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/ |
D | mmal-msg-format.h | 44 u32 x_offset; member
|
/drivers/gpu/drm/vboxvideo/ |
D | vbox_mode.c | 36 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/ |
D | ast_mode.c | 1256 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/ |
D | vivid-kthread-cap.c | 99 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/ |
D | wacom_wac.c | 1595 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/ |
D | dcn10_hw_sequencer.c | 2970 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()
|