Searched refs:dy (Results 1 - 25 of 122) sorted by path

12345

/linux-master/arch/m68k/include/asm/
H A Datarikb.h22 void ikbd_mouse_kbd_mode(int dx, int dy);
/linux-master/drivers/input/mouse/
H A Datarimouse.c65 int buttons, dx, dy; local
75 dy = buf[2];
78 input_report_rel(atamouse_dev, REL_Y, dy);
H A Drpcmouse.c38 short x, y, dx, dy, b; local
45 dy = y - rpcmouse_lasty;
51 input_report_rel(dev, REL_Y, -dy);
/linux-master/drivers/input/
H A Dmousedev.c52 int dx, dy, dz; member in struct:mousedev_hw_data
89 int dx, dy, dz; member in struct:mousedev_motion
159 mousedev->packet.dy = tmp / FRACTION_DENOM;
161 mousedev->packet.dy * FRACTION_DENOM;
213 mousedev->packet.dy -= value;
286 p->dy += packet->y - client->pos_y;
294 client->pos_y += packet->dy;
298 p->dy += packet->dy;
302 if (p->dx || p->dy ||
574 s8 dx, dy, dz; local
[all...]
/linux-master/drivers/video/fbdev/
H A Datafb.h5 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
10 int dy, int dx, u32 width,
13 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
18 int dy, int dx, u32 width,
21 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
26 int dy, int dx, u32 width,
29 void atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
34 int dy, int dx, u32 width,
H A Datafb_iplan2p2.c24 int sy, int sx, int dy, int dx,
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
76 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
110 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
152 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
239 int dy, int dx, u32 width,
247 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
23 atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
238 atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
H A Datafb_iplan2p4.c24 int sy, int sx, int dy, int dx,
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
76 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
110 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
159 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
253 int dy, int dx, u32 width,
261 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
23 atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
252 atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
H A Datafb_iplan2p8.c31 int sy, int sx, int dy, int dx,
50 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
58 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
83 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
117 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
180 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
288 int dy, int dx, u32 width,
296 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
30 atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
287 atafb_iplan2p8_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
H A Datafb_mfb.c24 int sy, int sx, int dy, int dx,
32 dest = (u8 *)info->screen_base + dy * (width >> 3);
34 } else if (dy <= sy) {
36 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3);
44 dest = (u8 *)info->screen_base + (dy + height - 1) * next_line + (dx >> 3);
77 int dy, int dx, u32 width,
83 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3);
23 atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
76 atafb_mfb_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
H A Dc2p.h13 extern void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width,
17 extern void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width,
H A Dc2p_iplan2.c77 * @dy: Vertical destination offset (in pixels)
85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, argument
96 dst += dy*dst_nextline+(dx & ~15)*bpp;
H A Dc2p_planar.c77 * @dy: Vertical destination offset (in pixels)
86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, argument
98 dst += dy*dst_nextline+(dx & ~31);
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c202 u32 dy = area->dy, sy = area->sy, direction = DST_LAST_PEL; local
222 if (area->sy < area->dy) {
223 dy += area->height - 1;
244 draw_rect(dx, dy, width, area->height, par);
284 draw_rect(dx, rect->dy, width, rect->height, par);
290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; local
383 draw_rect(dx, dy, width, image->height, par);
H A Dradeon_accel.c64 OUTREG(DST_Y_X, (region->dy << 16) | region->dx);
89 modded.dx >= vxres || modded.dy >= vyres)
93 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy;
102 u32 sx, sy, dx, dy, w, h; local
105 dx = area->dx; dy = area->dy;
108 ydir = sy - dy;
111 if ( ydir < 0 ) { sy += h-1; dy += h-1; }
130 OUTREG(DST_Y_X, (dy << 1
[all...]
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c301 u32 dx, dy, width, height, dest, rop = 0, color = 0; local
318 dy = rect->dy;
321 dest = info->fix.smem_start + (dy * info->fix.line_length) + dx;
329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; local
341 dy = region->dy;
352 if (dy <= sy) {
358 dy += height - 1;
361 dest = info->fix.smem_start + (dy * inf
[all...]
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c312 NVDmaNext(par, (region->dy << 16) | region->dx);
343 NVDmaNext(par, (rect->dx << 16) | rect->dy);
372 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff));
373 NVDmaNext(par, ((image->dy + image->height) << 16) |
379 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff));
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c35 int sy = region->sy, dy = region->dy; local
51 if (dy <= sy) {
55 dy += region->height - 1;
61 BCI_SEND(BCI_X_Y(dx, dy));
88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) );
131 BCI_SEND(BCI_X_Y(image->dx, image->dy));
/linux-master/drivers/video/fbdev/via/
H A Dhw.c1459 u16 dx = (var->xres - cxres) / 2, dy = (var->yres - cyres) / 2; local
1468 timing.ver_sync_start = timing.ver_addr + var->lower_margin + dy;
1470 timing.ver_total = timing.ver_sync_end + var->upper_margin + dy;
1471 timing.ver_blank_start = timing.ver_addr + dy;
1472 timing.ver_blank_end = timing.ver_total - dy;
/linux-master/arch/m68k/atari/
H A Datakeyb.c373 void ikbd_mouse_kbd_mode(int dx, int dy) argument
375 char cmd[3] = { 0x0A, dx, dy };
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2960 u32 dx, dy; local
2963 dy = pins[i + 1];
2968 if (dy >= dsi->num_lanes_supported * 2)
2972 if (dy != dx - 1)
2976 if (dy != dx + 1)
H A Dhdmi_phy.c38 int dx, dy; local
41 dy = lanes[i + 1];
46 if (dy < 0 || dy >= 8)
50 if (dy != dx - 1)
54 if (dy != dx + 1)
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_vi_layer.c312 u32 dx, dy, src_x, src_y; local
333 dy = src_y;
337 dy /= format->vsub;
342 dma_addr += dy * fb->pitches[i];
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_irq.c80 hintsi->dy >= 0xffff ||
82 hintsj->dy >= 0xffff ||
87 (hintsi->dy <
88 hintsj->dy + (hintsj->cy & 0x8fff) &&
89 hintsi->dy + (hintsi->cy & 0x8fff) >
90 hintsj->dy))
99 vbox->last_mode_hints[i].dy = 0;
142 vbox_conn->vbox_crtc->y_hint = hints->dy;
H A Dvboxvideo.h402 * host should fill any unused members (e.g. dx, dy) or structure space on the
412 u32 dy; /* Y offset into the virtual frame-buffer. */ member in struct:vbva_modehint
/linux-master/drivers/iio/adc/
H A Dqcom-pm8xxx-xoadc.c615 adc->graph[VADC_CALIB_ABSOLUTE].dy = read_1250v - read_0625v;
618 dev_info(adc->dev, "absolute calibration dx = %d uV, dy = %d units\n",
619 VADC_ABSOLUTE_RANGE_UV, adc->graph[VADC_CALIB_ABSOLUTE].dy);
637 adc->graph[VADC_CALIB_RATIOMETRIC].dy =
641 dev_info(adc->dev, "ratiometric calibration dx = %d, dy = %d units\n",
643 adc->graph[VADC_CALIB_RATIOMETRIC].dy);

Completed in 255 milliseconds

12345