Searched defs:dx (Results 26 - 50 of 54) sorted by relevance

123

/drivers/video/console/
H A Dfbcon_ccw.c64 int sx, int dy, int dx, int height, int width)
72 area.dx = dy * vc->vc_font.height;
73 area.dy = vyres - ((dx + width) * vc->vc_font.width);
89 region.dx = sy * vc->vc_font.height;
150 image.dx = yy * vc->vc_font.height;
206 region.dx = 0;
214 region.dx = info->var.xoffset + bs;
231 int err = 1, dx, dy; local
287 dx = y * vc->vc_font.height;
290 if (ops->cursor_state.image.dx !
63 ccw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dfbcon_cw.c50 int sx, int dy, int dx, int height, int width)
58 area.dx = vxres - ((dy + height) * vc->vc_font.height);
59 area.dy = dx * vc->vc_font.width;
75 region.dx = vxres - ((sy + height) * vc->vc_font.height);
136 image.dx = vxres - ((yy + 1) * vc->vc_font.height);
190 region.dx = 0;
198 region.dx = info->var.xoffset;
215 int err = 1, dx, dy; local
271 dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height);
274 if (ops->cursor_state.image.dx !
49 cw_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dfbcon_ud.c49 int sx, int dy, int dx, int height, int width)
59 area.dx = vxres - ((dx + width) * vc->vc_font.width);
77 region.dx = vxres - ((sx + width) * vc->vc_font.width);
174 image.dx = vxres - ((xx + count) * vc->vc_font.width);
208 image.dx += image.width;
237 region.dx = info->var.xoffset;
245 region.dx = info->var.xoffset;
261 int err = 1, dx, dy; local
319 dx
48 ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dsticon.c186 int dy, int dx, int height, int width)
194 (dx <= p->cursor_x) && (p->cursor_x < dx+width)))
198 sti_bmove(sticon_sti, sy, sx, dy, dx, height, width);
185 sticon_bmove(struct vc_data *conp, int sy, int sx, int dy, int dx, int height, int width) argument
H A Dmdacon.c448 int dy, int dx, int height, int width)
455 if (sx==0 && dx==0 && width==mda_num_columns) {
458 } else if (dy < sy || (dy == sy && dx < sx)) {
460 dest = MDA_ADDR(dx, dy);
469 dest = MDA_ADDR(dx, dy+height-1);
447 mdacon_bmove(struct vc_data *c, int sy, int sx, int dy, int dx, int height, int width) argument
H A Dnewport_con.c238 printk("NG1: Screensize %dx%d\n", newport_xsize, newport_ysize);
681 int dx, int h, int w)
693 xoffs = (dx - sx) << 3;
680 newport_bmove(struct vc_data *vc, int sy, int sx, int dy, int dx, int h, int w) argument
/drivers/video/mb862xx/
H A Dmb862xxfb.h9 unsigned short dx; member in struct:mb862xx_l1_cfg
/drivers/video/
H A Dsvgalib.c220 int dx, dy; local
228 ((area->sy == area->dy) && (area->sx > area->dx))) {
230 dst = fb + area->dx * colstride + area->dy * rowstride;
234 dst = fb + (area->dx + area->width - 1) * colstride
244 for (dx = 0; dx < area->width; dx++) {
258 int dx, dy; local
267 for (dx = 0; dx < rec
279 int dx, dy, i; local
[all...]
H A Ds1d13xxxfb.c450 u16 dx = area->dx, dy = area->dy; local
461 if ((dy > sy) || ((dy == sy) && (dx >= sx))) {
462 dst = (((dy + height - 1) * stride) + (bpp * (dx + width - 1)));
467 dst = (dy * stride) + (bpp * dx);
507 dbg_blit("(copyarea) dx=%d, dy=%d\n", dx, dy);
548 dest = ((rect->dy * screen_stride) + (bpp * rect->dx));
550 dbg_blit("(solidfill) dx=%d, dy=%d, stride=%d, dest=%d\n"
552 rect->dx, rec
[all...]
H A Darcfb.c343 static void arcfb_lcd_update(struct arcfb_par *par, unsigned int dx, argument
354 left = dx;
373 arcfb_lcd_update(par, rect->dx, rect->dy, rect->width, rect->height);
384 arcfb_lcd_update(par, area->dx, area->dy, area->width, area->height);
394 arcfb_lcd_update(par, image->dx, image->dy, image->width,
H A Dneofb.c602 "Mode (%dx%d) larger than the LCD panel (%dx%d)\n",
634 "Mode (%dx%d) won't display properly on LCD\n",
1371 dst = rect->dx + rect->dy * info->var.xres_virtual;
1403 u32 sx = area->sx, sy = area->sy, dx = area->dx, dy = area->dy; local
1409 if ((dy > sy) || ((dy == sy) && (dx > sx))) {
1414 dx += (area->width - 1);
1420 dst = dx * (info->var.bits_per_pixel >> 3) + dy*info->fix.line_length;
1488 // par->neo2200->dstStart = (image->dy << 16) | (image->dx
[all...]
H A Dtgafb.c630 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
639 dx = image->dx;
652 if (dx > vxres || dy > vyres)
654 if (dx + width > vxres)
655 width = vxres - dx;
685 pos += dx;
689 pos += dx * 4;
843 u32 color, dx, dy, width, height, vxres, vyres; local
849 dx
931 u32 dx, dy, width, height, vxres, vyres, color; local
1151 copyarea_foreward_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length) argument
1312 copyarea_backward_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) argument
1417 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
[all...]
H A Dvga16fb.c829 u32 dx = rect->dx, width = rect->width; local
837 dx /= 4;
838 where = info->screen_base + dx + rect->dy * info->fix.line_length;
889 if (!rect->width || !rect->height || rect->dx > vxres || rect->dy > vyres)
895 x2 = rect->dx + rect->width;
899 width = x2 - rect->dx;
909 dst = info->screen_base + (rect->dx/8) + rect->dy * info->fix.line_length;
963 u32 sx, dx, width; local
970 dx
1013 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
1126 u32 dx = image->dx; local
[all...]
H A Dw100fb.c371 writel((rect->dy << 16) | (rect->dx & 0xffff), remapped_regs + mmDST_Y_X);
380 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
399 writel((dy << 16) | (dx & 0xffff), remapped_regs + mmDST_Y_X);
H A Dps3fb.c269 long dx, dy; local
293 dx = ((long)vmode->left_margin + (long)vmode->xres +
296 if (dx < 0)
306 if (!dx && !dy)
H A Dsm501fb.c441 dev_dbg(fbi->dev, "%s: %dx%d, bpp = %d, virtual %dx%d\n",
1077 unsigned int x = cursor->image.dx;
1304 int dx = area->dx; local
1319 if ((dx >= info->var.xres_virtual) ||
1323 if ((dx + width) >= info->var.xres_virtual)
1324 width = info->var.xres_virtual - dx - 1;
1328 if ((sx < dx) || (sy < dy)) {
1331 dx
[all...]
H A Dtdfxfb.c557 DPRINTK("Checking graphics mode at %dx%d depth %d\n",
750 DPRINTK("Graphics mode is now set at %dx%d depth %d\n",
871 u32 dx = rect->dx; local
886 if (dx + rect->width > 4095) {
887 dstbase += dx * bpp >> 3;
888 dx = 0;
900 tdfx_outl(par, LAUNCH_2D, dx | (dy << 16));
910 u32 sx = area->sx, sy = area->sy, dx = area->dx, d local
974 u32 dx = image->dx; local
[all...]
H A Datafb.c2518 x2 = rect->dx + rect->width;
2522 width = x2 - rect->dx;
2527 rect->dy, rect->dx, height, width);
2530 rect->dy, rect->dx, height, width);
2533 rect->dy, rect->dx, height, width);
2536 rect->dy, rect->dx, height, width);
2545 u32 dx, dy, sx, sy, width, height; local
2556 x2 = area->dx + area->width;
2558 dx = area->dx >
2602 u32 dx, dy, width, height, pitch; local
[all...]
/drivers/gpu/drm/radeon/
H A Dr600_blit.c782 int sx, int sy, int dx, int dy,
804 dx2 = dx + w;
807 vb[0] = i2f(dx);
812 vb[4] = i2f(dx);
852 set_scissors(dev_priv, dx, dy, dx2, dy2);
780 r600_blit_swap(struct drm_device *dev, uint64_t src_gpu_addr, uint64_t dst_gpu_addr, int sx, int sy, int dx, int dy, int w, int h, int src_pitch, int dst_pitch, int cpp) argument
/drivers/video/intelfb/
H A Dintelfbdrv.c1001 DBG_MSG("Initial info: mode is %dx%d-%d (%d)\n",
1095 INF_MSG("Initial video mode is %dx%d-%d@%d.\n", var->xres, var->yres,
1367 DBG_MSG("intelfb_set_par (%dx%d-%d)\n", info->var.xres,
1519 intelfbhw_do_fillrect(dinfo, rect->dx, rect->dy,
1539 intelfbhw_do_bitblt(dinfo, region->sx, region->sy, region->dx,
1570 image->dx, image->dy,
1600 cursor->image.dx, cursor->image.dy);
1604 intelfbhw_cursor_setpos(dinfo, cursor->image.dx,
1625 u32 dx, dy; local
1627 dx
[all...]
/drivers/input/
H A Dmousedev.c56 int dx, dy, dz; member in struct:mousedev_hw_data
90 int dx, dy, dz; member in struct:mousedev_motion
150 mousedev->packet.dx = tmp / FRACTION_DENOM;
152 tmp - mousedev->packet.dx * FRACTION_DENOM;
217 mousedev->packet.dx += value;
293 p->dx += packet->x - client->pos_x;
299 client->pos_x += packet->dx;
306 p->dx += packet->dx;
311 if (p->dx ||
[all...]
/drivers/media/dvb/ttpci/
H A Dav7110_hw.c795 u16 x, u16 y, u16 dx, u16 dy, u16 color)
798 windownr, x, y, dx, dy, color);
802 u16 x, u16 y, u16 dx, u16 dy, u16 color)
805 windownr, x, y, dx, dy, color);
858 u16 dx, u16 dy, int inc, u8 __user * data)
884 av7110->bmplen = ((dx * dy * bpp + 7) & ~7) / 8;
891 if (copy_from_user(av7110->bmpbuf + 1024 + i * dx, data + i * inc, dx)) {
897 for (i = 0; i < dx * dy / delta; i++) {
908 ret = av7110_fw_cmd(av7110, COMTYPE_OSD, LoadBmp, 3, format, dx, d
794 DrawLine(struct av7110 *av7110, u8 windownr, u16 x, u16 y, u16 dx, u16 dy, u16 color) argument
801 DrawBlock(struct av7110 *av7110, u8 windownr, u16 x, u16 y, u16 dx, u16 dy, u16 color) argument
857 LoadBitmap(struct av7110 *av7110, u16 dx, u16 dy, int inc, u8 __user * data) argument
[all...]
/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c480 int dy, int dx, int height, int width)
501 length = ((height * cols) - dx - (cols - width - dx)) * 2;
504 sisusb_copy_memory(sisusb, (unsigned char *)SISUSB_VADDR(dx, dy),
505 (long)SISUSB_HADDR(dx, dy), length, &written);
479 sisusbcon_bmove(struct vc_data *c, int sy, int sx, int dy, int dx, int height, int width) argument
/drivers/video/via/
H A Dhw.c1474 u16 dx = (var->xres - cxres) / 2, dy = (var->yres - cyres) / 2; local
1477 timing.hor_sync_start = timing.hor_addr + var->right_margin + dx;
1479 timing.hor_total = timing.hor_sync_end + var->left_margin + dx;
1480 timing.hor_blank_start = timing.hor_addr + dx;
1481 timing.hor_blank_end = timing.hor_total - dx;
/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4000 int dx = 0; local
4008 dx = x - px[ip];
4011 if (dx <= 0) {
4012 if (!hhave || dx > (x - hx)) {
4020 if (dx >= 0) {
4021 if (!lhave || dx < (x - lx)) {

Completed in 1203 milliseconds

123