Searched refs:dy (Results 101 - 122 of 122) sorted by last modified time

12345

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c29 int dy = y1 - y0; local
42 dydx_int = dy / dx;
43 dydx_frc = ((dy - dydx_int * dx) << frc_bits) / dx;
56 <= (((float)dy / (float)dx) * (1 << sft))
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_types.h451 * Setting dx or dy to 0 disables digital zoom for that direction.
464 u32 dy; /** Vertical zoom factor */ member in struct:ia_css_dz_config
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h11 unsigned short dy; member in struct:mb862xx_l1_cfg
/linux-master/drivers/staging/sm750fb/
H A Dsm750_accel.h207 * @dy: Starting y coordinate of destination surface
216 unsigned int Bpp, unsigned int dx, unsigned int dy,
231 * @dy: Starting y coordinate of destination surface
240 u32 bytePerPixel, u32 dx, u32 dy, u32 width,
/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/input/mouse/
H A Drpcmouse.c38 short x, y, dx, dy, b; local
45 dy = y - rpcmouse_lasty;
51 input_report_rel(dev, REL_Y, -dy);
H A Datarimouse.c65 int buttons, dx, dy; local
75 dy = buf[2];
78 input_report_rel(atamouse_dev, REL_Y, 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/drivers/video/fbdev/
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 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_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_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.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 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/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/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/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/arch/m68k/include/asm/
H A Datarikb.h22 void ikbd_mouse_kbd_mode(int dx, int dy);

Completed in 199 milliseconds

12345