Searched refs:dx (Results 1 - 25 of 203) sorted by path

123456789

/linux-master/arch/m68k/include/asm/
H A Datarikb.h22 void ikbd_mouse_kbd_mode(int dx, int dy);
/linux-master/arch/x86/boot/
H A Dmemory.c84 if (oreg.cx || oreg.dx) {
86 oreg.bx = oreg.dx;
/linux-master/arch/x86/include/asm/
H A Dapm.h15 "mov %%dx, %%ds\n\t" \
16 "mov %%dx, %%es\n\t" \
17 "mov %%dx, %%fs\n\t" \
18 "mov %%dx, %%gs\n\t"
52 int cx, dx, si; local
67 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx),
/linux-master/arch/x86/kvm/
H A Dtss.h47 u16 dx; member in struct:tss_segment_16
/linux-master/arch/x86/mm/
H A Dpf_in.c251 rv = (unsigned char *)&regs->dx;
319 rv = 1 + (unsigned char *)&regs->dx;
347 rv = &regs->dx;
/linux-master/drivers/input/mouse/
H A Datarimouse.c65 int buttons, dx, dy; local
74 dx = buf[1];
77 input_report_rel(atamouse_dev, REL_X, dx);
H A Drpcmouse.c38 short x, y, dx, dy, b; local
44 dx = x - rpcmouse_lastx;
50 input_report_rel(dev, REL_X, dx);
/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
142 mousedev->packet.dx = tmp / FRACTION_DENOM;
144 tmp - mousedev->packet.dx * FRACTION_DENOM;
209 mousedev->packet.dx += value;
285 p->dx += packet->x - client->pos_x;
291 client->pos_x += packet->dx;
297 p->dx += packet->dx;
302 if (p->dx ||
574 s8 dx, dy, dz; local
[all...]
/linux-master/drivers/video/fbdev/
H A Datafb.h6 int dx, int height, int width);
10 int dy, int dx, u32 width,
14 int dx, int height, int width);
18 int dy, int dx, u32 width,
22 int dx, int height, int width);
26 int dy, int dx, u32 width,
30 int dx, int height, int width);
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);
46 if (!((sx ^ dx) & 15)) {
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);
157 if ((dx + width) & 15)
239 int dy, int dx, u32 width,
247 dest = (u32 *)(info->screen_base + dy * next_line + (dx
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
[all...]
H A Datafb_iplan2p4.c24 int sy, int sx, int dy, int dx,
43 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
46 if (!((sx ^ dx) & 15)) {
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);
164 if ((dx + width) & 15)
253 int dy, int dx, u32 width,
261 dest = (u32 *)(info->screen_base + dy * next_line + (dx
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
[all...]
H A Datafb_iplan2p8.c31 int sy, int sx, int dy, int dx,
50 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
53 if (!((sx ^ dx) & 15)) {
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);
185 if ((dx + width) & 15)
288 int dy, int dx, u32 width,
296 dest = (u32 *)(info->screen_base + dy * next_line + (dx
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
[all...]
H A Datafb_mfb.c24 int sy, int sx, int dy, int dx,
30 if (sx == 0 && dx == 0 && width == next_line) {
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.c76 * @dx: Horizontal 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;
97 dst_idx = dx % 16;
H A Dc2p_planar.c76 * @dx: Horizontal 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);
99 dst_idx = dx % 32;
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c28 static u32 rotation24bpp(u32 dx, u32 direction) argument
32 rotation = (dx / 4) % 6;
34 rotation = ((dx + 2) / 4) % 6;
203 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; local
218 dx *= 3;
228 if (sx < dx) {
229 dx += width - 1;
235 rotation = rotation24bpp(dx, direction);
244 draw_rect(dx, d
250 u32 color, dx = rect->dx, width = rect->width, rotation = 0; local
290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; local
[all...]
H A Dradeon_accel.c64 OUTREG(DST_Y_X, (region->dy << 16) | region->dx);
89 modded.dx >= vxres || modded.dy >= vyres)
92 if(modded.dx + modded.width > vxres) modded.width = vxres - modded.dx;
102 u32 sx, sy, dx, dy, w, h; local
105 dx = area->dx; dy = area->dy;
107 xdir = sx - dx;
110 if ( xdir < 0 ) { sx += w-1; dx += w-1; }
130 OUTREG(DST_Y_X, (dy << 16) | dx);
[all...]
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c301 u32 dx, dy, width, height, dest, rop = 0, color = 0; local
316 dx = rect->dx * par->depth;
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
337 dx = region->dx * par->depth;
344 if (dx <= sx) {
350 dx += width - 1;
361 dest = info->fix.smem_start + (dy * info->fix.line_length) + dx;
[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));
374 ((image->dx + image->width) & 0xffff));
379 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff));
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c34 int sx = region->sx, dx = region->dx; local
44 if (dx <= sx) {
48 dx += region->width - 1;
61 BCI_SEND(BCI_X_Y(dx, dy));
88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) );
128 BCI_SEND(BCI_CLIP_LR(image->dx, image->dx + image->width - 1));
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
1462 timing.hor_sync_start = timing.hor_addr + var->right_margin + dx;
1464 timing.hor_total = timing.hor_sync_end + var->left_margin + dx;
1465 timing.hor_blank_start = timing.hor_addr + dx;
1466 timing.hor_blank_end = timing.hor_total - dx;
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
66 self.dx = dx
/linux-master/tools/testing/selftests/x86/
H A Dcheck_initial_reg_state.c11 unsigned long ax, bx, cx, dx, si, di, bp, sp, flags; variable
23 "mov %rdx, dx\n\t"
42 "mov %edx, dx\n\t"
63 if (ax || bx || cx || dx || si || di || bp
73 SHOW(dx);
/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 };

Completed in 234 milliseconds

123456789