Searched refs:dy (Results 76 - 100 of 122) sorted by relevance

12345

/linux-master/drivers/video/fbdev/
H A Dcg6.c336 sbus_writel(rect->dy, &fbc->arecty);
338 sbus_writel(rect->dy + rect->height, &fbc->arecty);
378 sbus_writel(area->dy, &fbc->y2);
380 sbus_writel(area->dy + area->height - 1, &fbc->y3);
424 y = image->dy;
H A Darcfb.c345 unsigned int dy, unsigned int w, unsigned int h)
350 y = floor8(dy);
351 h += dy - y;
344 arcfb_lcd_update(struct arcfb_par *par, unsigned int dx, unsigned int dy, unsigned int w, unsigned int h) argument
H A Dneofb.c1366 dst = rect->dx + rect->dy * info->var.xres_virtual;
1398 u32 sx = area->sx, sy = area->sy, dx = area->dx, dy = area->dy; local
1404 if ((dy > sy) || ((dy == sy) && (dx > sx))) {
1407 dy += (area->height - 1);
1415 dst = dx * (info->var.bits_per_pixel >> 3) + dy*info->fix.line_length;
1483 // par->neo2200->dstStart = (image->dy << 16) | (image->dx & 0xffff);
1485 image->dy * info->fix.line_length), &par->neo2200->dstStart);
1573 u32 y = cursor->image.dy;
[all...]
H A Dpmag-aa-fb.c119 cursor->image.dx, cursor->image.dy);
H A Dcobalt_lcdfb.c251 y = cursor->image.dy;
H A Dcirrusfb.c1754 modded.dx >= vxres || modded.dy >= vyres)
1759 if (modded.dy + modded.height > vyres)
1760 modded.height = vyres - modded.dy;
1764 (region->dx * m) / 8, region->dy,
1791 modded.dx >= vxres || modded.dy >= vyres)
1800 if (modded.dy + modded.height > vyres)
1801 modded.height = vyres - modded.dy;
1805 (area->dx * m) / 8, area->dy,
1841 (image->dx * m) / 8, image->dy,
1849 (image->dx * m) / 8, image->dy,
[all...]
H A Dps3fb.c269 long dx, dy; local
299 dy = ((long)vmode->upper_margin + (long)vmode->yres +
302 if (dy < 0)
306 if (!dx && !dy)
H A Dvt8623fb.c153 dst1 = info->screen_base + (image->dy * info->fix.line_length)
177 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
209 dst1 = info->screen_base + (image->dy * info->fix.line_length)
H A Darkfb.c186 dst1 = info->screen_base + (image->dy * info->fix.line_length)
211 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
244 dst1 = info->screen_base + (image->dy * info->fix.line_length)
H A Dcyber2000fb.c174 dst = rect->dx + rect->dy * cfb->fb.var.xres_virtual;
203 dst = region->dx + region->dy * cfb->fb.var.xres_virtual;
211 if (region->sy < region->dy) {
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c225 * dy[n] = x[n-1] - x[n]
226 * m[n] = dy[n] / dx[n]
258 s64 dx, dy; local
272 dy = (state->y_history[0] + state->y_offset) - y;
273 m = div64_s64(dy * M_PRECISION, dx);
282 state->y_history[i] = state->y_history[i - 1] + dy;
325 trace_cros_ec_sensorhub_filter(state, dx, dy);
/linux-master/include/linux/
H A Dfb.h108 __u32 dy; member in struct:fb_image_user
348 __u32 dy; /* destination origin in the y-axis */ member in struct:fb_tilearea
674 __damage_area(info, rect->dx, rect->dy, rect->width, rect->height); \
680 __damage_area(info, area->dx, area->dy, area->width, area->height); \
686 __damage_area(info, image->dx, image->dy, image->width, image->height); \
/linux-master/drivers/video/backlight/
H A Dpwm_bl.c302 s64 dy; local
336 dy = (s64)y2 - y1;
340 div_s64(dy * (x - x1), dx);
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c99 y = cursor->image.dy - cursor->hot.y - info->var.yoffset;
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c130 fbcursor->image.dy - info->var.yoffset);
196 region->dx, region->dy,
230 base, pitch, Bpp, region->dx, region->dy,
280 image->dx, image->dy,
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.h56 int sx, int dy, int dx, int height, int width);
H A Dsysfillrect.c258 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp;
H A Dcfbfillrect.c303 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp;
/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);
H A Dqcom-vadc-common.c400 *scale_voltage = div64_s64(*scale_voltage, calib_graph->dy);
H A Dqcom-spmi-vadc.c382 vadc->graph[VADC_CALIB_ABSOLUTE].dy = read_1 - read_2;
401 vadc->graph[VADC_CALIB_RATIOMETRIC].dy = read_1 - read_2;
/linux-master/drivers/media/rc/
H A Dati_remote.c623 signed char dy = ati_remote_tbl[index].code & 255; local
633 if (dy)
634 input_report_rel(dev, REL_Y, dy * acc);
/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/riva/
H A Dfbdev.c1419 (rect->dx << 16) | rect->dy);
1452 (region->dy << 16) | region->dx);
1519 (image->dy << 16) | (image->dx & 0xFFFF));
1521 (((image->dy + image->height) << 16) |
1530 (image->dy << 16) | (image->dx & 0xFFFF));
1593 yy = cursor->image.dy - info->var.yoffset;
/linux-master/drivers/media/dvb-frontends/
H A Dmb86a20s.c1348 u32 dx, dy; local
1365 dy = segments[i].y - segments[i - 1].y;
1368 tmp64 *= dy;

Completed in 330 milliseconds

12345