Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 190 of 190) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c56 if (area->sx >= area->dx && area->sy >= area->dy) in mb86290fb_copyarea()
58 else if (area->sx >= area->dx && area->sy <= area->dy) in mb86290fb_copyarea()
60 else if (area->sx <= area->dx && area->sy >= area->dy) in mb86290fb_copyarea()
66 cmd[4] = (area->dy << 16) | area->dx; in mb86290fb_copyarea()
75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit1() argument
102 cmd[7] = (dy << 16) | dx; in mb86290fb_imageblit1()
124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit8() argument
135 cmd[1] = (dy << 16) | dx; in mb86290fb_imageblit8()
163 static void mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit16() argument
178 cmd[1] = (dy << 16) | dx; in mb86290fb_imageblit16()
[all …]
Dmb862xxfb.h9 unsigned short dx; member
Dmb862xxfbdrv.c376 pack(l1_cfg->dy, l1_cfg->dx)); in mb862xxfb_ioctl()
531 par->l1_cfg.dx = 0; in mb862xxfb_init_fbinfo()
/linux-4.1.27/drivers/video/fbdev/
Datafb.h5 int dx, int height, int width);
9 int dy, int dx, u32 width,
13 int dx, int height, int width);
17 int dy, int dx, u32 width,
21 int dx, int height, int width);
25 int dy, int dx, u32 width,
29 int dx, int height, int width);
33 int dy, int dx, u32 width,
Ddnfb.c160 dest = area->dy * (info->fix.line_length >> 1) + (area->dx >> 4); in dnfb_copyarea()
164 x_end = area->dx + area->width - 1; in dnfb_copyarea()
165 x_word_count = (x_end >> 4) - (area->dx >> 4) + 1; in dnfb_copyarea()
166 start_mask = 0xffff0000 >> (area->dx & 0xf); in dnfb_copyarea()
169 (((area->dx & 0xf) - (area->sx & 0xf)) % 16) | (0x4 << 5)); in dnfb_copyarea()
170 if ((area->dx & 0xf) < (area->sx & 0xf)) in dnfb_copyarea()
174 x_end = area->dx - area->width + 1; in dnfb_copyarea()
175 x_word_count = (area->dx >> 4) - (x_end >> 4) + 1; in dnfb_copyarea()
176 start_mask = 0x7ffff >> (area->dx & 0xf); in dnfb_copyarea()
179 ((-((area->sx & 0xf) - (area->dx & 0xf))) % 16) | in dnfb_copyarea()
[all …]
Datafb_mfb.c25 int sy, int sx, int dy, int dx, in atafb_mfb_copyarea() argument
31 if (sx == 0 && dx == 0 && width == next_line) { in atafb_mfb_copyarea()
37 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3); in atafb_mfb_copyarea()
45 dest = (u8 *)info->screen_base + (dy + height - 1) * next_line + (dx >> 3); in atafb_mfb_copyarea()
78 int dy, int dx, u32 width, in atafb_mfb_linefill() argument
84 dest = (u8 *)info->screen_base + dy * next_line + (dx >> 3); in atafb_mfb_linefill()
Datafb_iplan2p2.c25 int sy, int sx, int dy, int dx, in atafb_iplan2p2_copyarea() argument
44 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p2_copyarea()
47 if (!((sx ^ dx) & 15)) { in atafb_iplan2p2_copyarea()
52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
77 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
111 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
153 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
158 if ((dx + width) & 15) in atafb_iplan2p2_copyarea()
240 int dy, int dx, u32 width, in atafb_iplan2p2_linefill() argument
248 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); in atafb_iplan2p2_linefill()
[all …]
Datafb_iplan2p4.c25 int sy, int sx, int dy, int dx, in atafb_iplan2p4_copyarea() argument
44 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p4_copyarea()
47 if (!((sx ^ dx) & 15)) { in atafb_iplan2p4_copyarea()
52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
77 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
111 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
160 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
165 if ((dx + width) & 15) in atafb_iplan2p4_copyarea()
254 int dy, int dx, u32 width, in atafb_iplan2p4_linefill() argument
262 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); in atafb_iplan2p4_linefill()
[all …]
Dvga16fb.c829 u32 dx = rect->dx, width = rect->width; in vga_8planes_fillrect() local
837 dx /= 4; in vga_8planes_fillrect()
838 where = info->screen_base + dx + rect->dy * info->fix.line_length; in vga_8planes_fillrect()
889 if (!rect->width || !rect->height || rect->dx > vxres || rect->dy > vyres) in vga16fb_fillrect()
895 x2 = rect->dx + rect->width; in vga16fb_fillrect()
899 width = x2 - rect->dx; in vga16fb_fillrect()
909 dst = info->screen_base + (rect->dx/8) + rect->dy * info->fix.line_length; in vga16fb_fillrect()
963 u32 sx, dx, width; in vga_8planes_copyarea() local
970 dx = area->dx / 4; in vga_8planes_copyarea()
973 if (area->dy < area->sy || (area->dy == area->sy && dx < sx)) { in vga_8planes_copyarea()
[all …]
Datafb_iplan2p8.c32 int sy, int sx, int dy, int dx, in atafb_iplan2p8_copyarea() argument
51 u_int upwards = (dy < sy) || (dy == sy && dx < sx); in atafb_iplan2p8_copyarea()
54 if (!((sx ^ dx) & 15)) { in atafb_iplan2p8_copyarea()
59 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
84 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
118 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
181 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
186 if ((dx + width) & 15) in atafb_iplan2p8_copyarea()
289 int dy, int dx, u32 width, in atafb_iplan2p8_linefill() argument
297 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); in atafb_iplan2p8_linefill()
[all …]
Dtgafb.c623 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
632 dx = image->dx;
645 if (dx > vxres || dy > vyres)
647 if (dx + width > vxres)
648 width = vxres - dx;
678 pos += dx;
682 pos += dx * 4;
836 u32 color, dx, dy, width, height, vxres, vyres; local
842 dx = image->dx;
851 if (dx > vxres || dy > vyres)
[all …]
Dhitfb.c60 static inline void hitfb_accel_set_dest(int truecolor, u16 dx, u16 dy, in hitfb_accel_set_dest() argument
63 u32 saddr = WIDTH * dy + dx; in hitfb_accel_set_dest()
75 static inline void hitfb_accel_bitblt(int truecolor, u16 sx, u16 sy, u16 dx, in hitfb_accel_bitblt() argument
85 if ((sy < dy) || ((sy == dy) && (sx <= dx))) { in hitfb_accel_bitblt()
87 daddr = WIDTH * (dy + height) + dx + width; in hitfb_accel_bitblt()
100 daddr = WIDTH * dy + dx; in hitfb_accel_bitblt()
137 hitfb_accel_set_dest(1, rect->dx, rect->dy, rect->width, in hitfb_fillrect()
142 hitfb_accel_set_dest(0, rect->dx, rect->dy, rect->width, in hitfb_fillrect()
153 area->dx, area->dy, area->width, area->height, in hitfb_copyarea()
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,
Dc2p_iplan2.c85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, in c2p_iplan2() argument
96 dst += dy*dst_nextline+(dx & ~15)*bpp; in c2p_iplan2()
97 dst_idx = dx % 16; in c2p_iplan2()
Dc2p_planar.c86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, in c2p_planar() argument
98 dst += dy*dst_nextline+(dx & ~31); in c2p_planar()
99 dst_idx = dx % 32; in c2p_planar()
Dtdfxfb.c870 u32 dx = rect->dx; in tdfxfb_fillrect() local
885 if (dx + rect->width > 4095) { in tdfxfb_fillrect()
886 dstbase += dx * bpp >> 3; in tdfxfb_fillrect()
887 dx = 0; in tdfxfb_fillrect()
899 tdfx_outl(par, LAUNCH_2D, dx | (dy << 16)); in tdfxfb_fillrect()
909 u32 sx = area->sx, sy = area->sy, dx = area->dx, dy = area->dy; in tdfxfb_copyarea() local
933 if (dx + area->width > 4095) { in tdfxfb_copyarea()
934 dstbase += dx * bpp >> 3; in tdfxfb_copyarea()
935 dx = 0; in tdfxfb_copyarea()
938 if (area->sx <= area->dx) { in tdfxfb_copyarea()
[all …]
Datafb.c2521 x2 = rect->dx + rect->width; in atafb_fillrect()
2525 width = x2 - rect->dx; in atafb_fillrect()
2530 rect->dy, rect->dx, height, width); in atafb_fillrect()
2533 rect->dy, rect->dx, height, width); in atafb_fillrect()
2536 rect->dy, rect->dx, height, width); in atafb_fillrect()
2539 rect->dy, rect->dx, height, width); in atafb_fillrect()
2548 u32 dx, dy, sx, sy, width, height; in atafb_copyarea() local
2559 x2 = area->dx + area->width; in atafb_copyarea()
2561 dx = area->dx > 0 ? area->dx : 0; in atafb_copyarea()
2565 width = x2 - dx; in atafb_copyarea()
[all …]
Dpm3fb.c410 modded.dx >= vxres || modded.dy >= vyres) in pm3fb_fillrect()
413 if (modded.dx + modded.width > vxres) in pm3fb_fillrect()
414 modded.width = vxres - modded.dx; in pm3fb_fillrect()
434 PM3RectanglePosition_XOffset(modded.dx) | in pm3fb_fillrect()
468 modded.dx >= vxres || modded.dy >= vyres) in pm3fb_copyarea()
473 if (modded.dx + modded.width > vxres) in pm3fb_copyarea()
474 modded.width = vxres - modded.dx; in pm3fb_copyarea()
480 o_x = modded.sx - modded.dx; /*(sx > dx ) ? (sx - dx) : (dx - sx); */ in pm3fb_copyarea()
495 ((modded.dy & 0x0fff) << 16) | (modded.dx & 0x0fff)); in pm3fb_copyarea()
498 ((modded.dx + modded.width) & 0x0fff)); in pm3fb_copyarea()
[all …]
Dfb-puv3.c128 int dst_x0 = region->dx; in unifb_prim_fillrect()
195 modded.dx >= vxres || modded.dy >= vyres) in unifb_fillrect()
198 if (modded.dx + modded.width > vxres) in unifb_fillrect()
199 modded.width = vxres - modded.dx; in unifb_fillrect()
216 int dst_x0 = area->dx; in unifb_prim_copyarea()
291 modded.dx = area->dx; in unifb_copyarea()
306 modded.dx >= vxres || modded.dy >= vyres) in unifb_copyarea()
311 if (modded.dx + modded.width > vxres) in unifb_copyarea()
312 modded.width = vxres - modded.dx; in unifb_copyarea()
Dimsttfb.c994 __u32 Bpp, line_pitch, bgc, dx, dy, width, height; in imsttfb_fillrect() local
1004 dx = rect->dx * Bpp; in imsttfb_fillrect()
1012 write_reg_le32(par->dc_regs, DSA, dy + dx); in imsttfb_fillrect()
1023 write_reg_le32(par->dc_regs, DSA, dy + dx); in imsttfb_fillrect()
1024 write_reg_le32(par->dc_regs, S1SA, dy + dx); in imsttfb_fillrect()
1039 __u32 cnt, bltctl, sx, sy, dx, dy, height, width; in imsttfb_copyarea() local
1045 dx = area->dx * Bpp; in imsttfb_copyarea()
1066 if (sx < dx) { in imsttfb_copyarea()
1068 dx += width; in imsttfb_copyarea()
1075 fb_offset_new = dy * line_pitch + dx; in imsttfb_copyarea()
[all …]
Ds1d13xxxfb.c450 u16 dx = area->dx, dy = area->dy; in s1d13xxxfb_bitblt_copyarea() local
461 if ((dy > sy) || ((dy == sy) && (dx >= sx))) { in s1d13xxxfb_bitblt_copyarea()
462 dst = (((dy + height - 1) * stride) + (bpp * (dx + width - 1))); in s1d13xxxfb_bitblt_copyarea()
467 dst = (dy * stride) + (bpp * dx); in s1d13xxxfb_bitblt_copyarea()
507 dbg_blit("(copyarea) dx=%d, dy=%d\n", dx, dy); in s1d13xxxfb_bitblt_copyarea()
548 dest = ((rect->dy * screen_stride) + (bpp * rect->dx)); in s1d13xxxfb_bitblt_solidfill()
552 rect->dx, rect->dy, screen_stride, dest, in s1d13xxxfb_bitblt_solidfill()
Dpm2fb.c1073 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_fillrect()
1076 if (modded.dx + modded.width > vxres) in pm2fb_fillrect()
1077 modded.width = vxres - modded.dx; in pm2fb_fillrect()
1088 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx); in pm2fb_fillrect()
1129 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_copyarea()
1134 if (modded.dx + modded.width > vxres) in pm2fb_copyarea()
1135 modded.width = vxres - modded.dx; in pm2fb_copyarea()
1146 ((modded.sx - modded.dx) & 0xfff)); in pm2fb_copyarea()
1147 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx); in pm2fb_copyarea()
1151 (modded.dx < modded.sx ? PM2F_INCREASE_X : 0) | in pm2fb_copyarea()
[all …]
Darcfb.c343 static void arcfb_lcd_update(struct arcfb_par *par, unsigned int dx, in arcfb_lcd_update() argument
354 left = dx; in arcfb_lcd_update()
373 arcfb_lcd_update(par, rect->dx, rect->dy, rect->width, rect->height); in arcfb_fillrect()
384 arcfb_lcd_update(par, area->dx, area->dy, area->width, area->height); in arcfb_copyarea()
394 arcfb_lcd_update(par, image->dx, image->dy, image->width, in arcfb_imageblit()
Dhgafb.c464 dest = rowaddr(info, y) + (rect->dx >> 3); in hgafb_fillrect()
488 dest = rowaddr(info, y2) + (area->dx >> 3); in hgafb_copyarea()
499 dest = rowaddr(info, y2) + (area->dx >> 3); in hgafb_copyarea()
518 dest = rowaddr(info, y) + ((image->dx + x)>> 3); in hgafb_imageblit()
Dsm501fb.c1077 unsigned int x = cursor->image.dx; in sm501fb_cursor()
1304 int dx = area->dx; in sm501fb_copyarea() local
1319 if ((dx >= info->var.xres_virtual) || in sm501fb_copyarea()
1323 if ((dx + width) >= info->var.xres_virtual) in sm501fb_copyarea()
1324 width = info->var.xres_virtual - dx - 1; in sm501fb_copyarea()
1328 if ((sx < dx) || (sy < dy)) { in sm501fb_copyarea()
1331 dx += width - 1; in sm501fb_copyarea()
1373 smc501_writel((dx << 16) | dy, fbi->regs2d + SM501_2D_DESTINATION); in sm501fb_copyarea()
1388 if ((rect->dx >= info->var.xres_virtual) || in sm501fb_fillrect()
1392 if ((rect->dx + width) >= info->var.xres_virtual) in sm501fb_fillrect()
[all …]
Dwmt_ge_rops.c73 writel(rect->dx, regbase + GE_DESTAREAX_OFF); in wmt_ge_fillrect()
107 writel(area->dx, regbase + GE_DESTAREAX_OFF); in wmt_ge_copyarea()
Damifb.c3181 x2 = rect->dx + rect->width; in amifb_fillrect()
3185 width = x2 - rect->dx; in amifb_fillrect()
3191 dst_idx += rect->dy * par->next_line * 8 + rect->dx; in amifb_fillrect()
3249 u32 dx, dy, sx, sy, width, height; in amifb_copyarea() local
3255 x2 = area->dx + area->width; in amifb_copyarea()
3257 dx = area->dx > 0 ? area->dx : 0; in amifb_copyarea()
3261 width = x2 - dx; in amifb_copyarea()
3264 if (area->sx + dx < area->dx || area->sy + dy < area->dy) in amifb_copyarea()
3268 sx = area->sx + (dx - area->dx); in amifb_copyarea()
3276 if (dy > sy || (dy == sy && dx > sx)) { in amifb_copyarea()
[all …]
Dcg6.c336 sbus_writel(rect->dx, &fbc->arectx); in cg6_fillrect()
338 sbus_writel(rect->dx + rect->width, &fbc->arectx); in cg6_fillrect()
378 sbus_writel(area->dx, &fbc->x2); in cg6_copyarea()
380 sbus_writel(area->dx + area->width - 1, &fbc->x3); in cg6_copyarea()
422 x = image->dx; in cg6_imageblit()
467 x = image->dx; in cg6_imageblit()
Dhpfb.c147 topcat_blit(area->sx, area->sy, area->dx, area->dy, area->width, area->height, RR_COPY); in hpfb_copyarea()
167 topcat_blit(region->dx, region->dy, region->dx, region->dy, region->width, region->height, -1); in hpfb_fillrect()
Dffb.c207 u32 dx; member
501 upa_writel(rect->dx, &fbc->bx); in ffb_fillrect()
521 if (area->dx != area->sx || in ffb_copyarea()
536 upa_writel(area->dx, &fbc->dx); in ffb_copyarea()
567 xy = (image->dy << 16) | image->dx; in ffb_imageblit()
Dvt8623fb.c163 + ((image->dx / 8) * 4); in vt8623fb_iplan_imageblit()
187 + ((rect->dx / 8) * 4); in vt8623fb_iplan_fillrect()
219 + ((image->dx / 8) * 4); in vt8623fb_cfb4_imageblit()
237 && ((image->width % 8) == 0) && ((image->dx % 8) == 0)) { in vt8623fb_imageblit()
249 && ((rect->width % 8) == 0) && ((rect->dx % 8) == 0) in vt8623fb_fillrect()
Dcirrusfb.c1751 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_fillrect()
1754 if (modded.dx + modded.width > vxres) in cirrusfb_fillrect()
1755 modded.width = vxres - modded.dx; in cirrusfb_fillrect()
1761 (region->dx * m) / 8, region->dy, in cirrusfb_fillrect()
1788 modded.dx >= vxres || modded.dy >= vyres) in cirrusfb_copyarea()
1793 if (modded.dx + modded.width > vxres) in cirrusfb_copyarea()
1794 modded.width = vxres - modded.dx; in cirrusfb_copyarea()
1802 (area->dx * m) / 8, area->dy, in cirrusfb_copyarea()
1838 (image->dx * m) / 8, image->dy, in cirrusfb_imageblit()
1846 (image->dx * m) / 8, image->dy, in cirrusfb_imageblit()
Darkfb.c199 + ((image->dx / 8) * 4); in arkfb_iplan_imageblit()
224 + ((rect->dx / 8) * 4); in arkfb_iplan_fillrect()
257 + ((image->dx / 8) * 4); in arkfb_cfb4_imageblit()
276 && ((image->width % 8) == 0) && ((image->dx % 8) == 0)) { in arkfb_imageblit()
288 && ((rect->width % 8) == 0) && ((rect->dx % 8) == 0) in arkfb_fillrect()
Dneofb.c1371 dst = rect->dx + rect->dy * info->var.xres_virtual; in neo2200_fillrect()
1403 u32 sx = area->sx, sy = area->sy, dx = area->dx, dy = area->dy; in neo2200_copyarea() local
1409 if ((dy > sy) || ((dy == sy) && (dx > sx))) { in neo2200_copyarea()
1414 dx += (area->width - 1); in neo2200_copyarea()
1420 dst = dx * (info->var.bits_per_pixel >> 3) + dy*info->fix.line_length; in neo2200_copyarea()
1489 writel(((image->dx & 0xffff) * (info->var.bits_per_pixel >> 3) + in neo2200_imageblit()
Dxen-fbfront.c248 xenfb_refresh(info, rect->dx, rect->dy, rect->width, rect->height); in xenfb_fillrect()
256 xenfb_refresh(info, image->dx, image->dy, image->width, image->height); in xenfb_imageblit()
264 xenfb_refresh(info, area->dx, area->dy, area->width, area->height); in xenfb_copyarea()
Dps3fb.c268 long dx, dy; in ps3fb_cmp_mode() local
292 dx = ((long)vmode->left_margin + (long)vmode->xres + in ps3fb_cmp_mode()
295 if (dx < 0) in ps3fb_cmp_mode()
305 if (!dx && !dy) in ps3fb_cmp_mode()
Ds3fb.c370 + ((image->dx / 8) * 4); in s3fb_iplan_imageblit()
395 + ((rect->dx / 8) * 4); in s3fb_iplan_fillrect()
427 + ((image->dx / 8) * 4); in s3fb_cfb4_imageblit()
445 && ((image->width % 8) == 0) && ((image->dx % 8) == 0)) { in s3fb_imageblit()
457 && ((rect->width % 8) == 0) && ((rect->dx % 8) == 0) in s3fb_fillrect()
Dtmiofb.c440 TMIOFB_ACC_DSADR((rect->dy * fbi->mode->xres + rect->dx) * 2), in tmiofb_fillrect()
460 TMIOFB_ACC_DSADR((area->dy * fbi->mode->xres + area->dx) * 2), in tmiofb_copyarea()
480 .dx = 0, in tmiofb_clearscreen()
Dcobalt_lcdfb.c298 x = cursor->image.dx; in cobalt_lcdfb_cursor()
Dw100fb.c371 writel((rect->dy << 16) | (rect->dx & 0xffff), remapped_regs + mmDST_Y_X); in w100fb_fillrect()
380 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; in w100fb_copyarea() local
399 writel((dy << 16) | (dx & 0xffff), remapped_regs + mmDST_Y_X); in w100fb_copyarea()
Dcyber2000fb.c179 dst = rect->dx + rect->dy * cfb->fb.var.xres_virtual; in cyber2000fb_fillrect()
208 dst = region->dx + region->dy * cfb->fb.var.xres_virtual; in cyber2000fb_copyarea()
210 if (region->sx < region->dx) { in cyber2000fb_copyarea()
Dudlfb.c673 dlfb_handle_damage(dev, area->dx, area->dy, in dlfb_ops_copyarea()
684 dlfb_handle_damage(dev, image->dx, image->dy, in dlfb_ops_imageblit()
695 dlfb_handle_damage(dev, rect->dx, rect->dy, rect->width, in dlfb_ops_fillrect()
Dsmscufx.c928 ufx_handle_damage(dev, area->dx, area->dy, in ufx_ops_copyarea()
939 ufx_handle_damage(dev, image->dx, image->dy, in ufx_ops_imageblit()
950 ufx_handle_damage(dev, rect->dx, rect->dy, rect->width, in ufx_ops_fillrect()
Dtridentfb.c512 par->fill_rect(par, fr->dx, fr->dy, fr->width, in tridentfb_fillrect()
540 par->image_blit(par, img->data, img->dx, img->dy, in tridentfb_imageblit()
556 par->copy_rect(par, ca->sx, ca->sy, ca->dx, ca->dy, in tridentfb_copyarea()
Dsstfb.c784 sst_write(BLTDSTXY, area->dx | (area->dy << 16));
812 sst_write(BLTDSTXY, rect->dx | (rect->dy << 16));
Dfsl-diu-fb.c1051 xx = (cursor->image.dx - info->var.xoffset) & 0x7ff; in fsl_diu_cursor()
/linux-4.1.27/drivers/video/fbdev/aty/
Dmach64_accel.c27 static u32 rotation24bpp(u32 dx, u32 direction) in rotation24bpp() argument
31 rotation = (dx / 4) % 6; in rotation24bpp()
33 rotation = ((dx + 2) / 4) % 6; in rotation24bpp()
200 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local
215 dx *= 3; in atyfb_copyarea()
225 if (sx < dx) { in atyfb_copyarea()
226 dx += width - 1; in atyfb_copyarea()
232 rotation = rotation24bpp(dx, direction); in atyfb_copyarea()
240 draw_rect(dx, dy, width, area->height, par); in atyfb_copyarea()
246 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local
[all …]
Dradeon_accel.c63 OUTREG(DST_Y_X, (region->dy << 16) | region->dx); in radeonfb_prim_fillrect()
88 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_fillrect()
91 if(modded.dx + modded.width > vxres) modded.width = vxres - modded.dx; in radeonfb_fillrect()
101 u32 sx, sy, dx, dy, w, h; in radeonfb_prim_copyarea() local
104 dx = area->dx; dy = area->dy; in radeonfb_prim_copyarea()
106 xdir = sx - dx; in radeonfb_prim_copyarea()
109 if ( xdir < 0 ) { sx += w-1; dx += w-1; } in radeonfb_prim_copyarea()
129 OUTREG(DST_Y_X, (dy << 16) | dx); in radeonfb_prim_copyarea()
141 modded.dx = area->dx; in radeonfb_copyarea()
160 modded.dx >= vxres || modded.dy >= vyres) in radeonfb_copyarea()
[all …]
Dmach64_cursor.c90 x = cursor->image.dx - cursor->hot.x - info->var.xoffset; in atyfb_cursor()
Daty128fb.c2424 int dx, int height, int width)
2428 dx *= fontwidth(p);
2433 aty128_rectcopy(sx, sy, dx, dy, width, height,
/linux-4.1.27/drivers/video/fbdev/savage/
Dsavagefb_accel.c34 int sx = region->sx, dx = region->dx; in savagefb_copyarea() local
44 if (dx <= sx) { in savagefb_copyarea()
48 dx += region->width - 1; in savagefb_copyarea()
61 BCI_SEND(BCI_X_Y(dx, dy)); in savagefb_copyarea()
88 BCI_SEND( BCI_X_Y(rect->dx, rect->dy) ); in savagefb_fillrect()
128 BCI_SEND(BCI_CLIP_LR(image->dx, image->dx + image->width - 1)); in savagefb_imageblit()
131 BCI_SEND(BCI_X_Y(image->dx, image->dy)); in savagefb_imageblit()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi_phy.c48 int dx, dy; in hdmi_phy_parse_lanes() local
50 dx = lanes[i]; in hdmi_phy_parse_lanes()
53 if (dx < 0 || dx >= 8) in hdmi_phy_parse_lanes()
59 if (dx & 1) { in hdmi_phy_parse_lanes()
60 if (dy != dx - 1) in hdmi_phy_parse_lanes()
64 if (dy != dx + 1) in hdmi_phy_parse_lanes()
69 lane = dx / 2; in hdmi_phy_parse_lanes()
Ddsi.c3790 int dx, dy; in dsi_configure_pins() local
3792 dx = pins[i]; in dsi_configure_pins()
3795 if (dx < 0 || dx >= dsi->num_lanes_supported * 2) in dsi_configure_pins()
3801 if (dx & 1) { in dsi_configure_pins()
3802 if (dy != dx - 1) in dsi_configure_pins()
3806 if (dy != dx + 1) in dsi_configure_pins()
3811 lane = dx / 2; in dsi_configure_pins()
/linux-4.1.27/drivers/input/mouse/
Damimouse.c42 int nx, ny, dx, dy; in amimouse_interrupt() local
49 dx = nx - amimouse_lastx; in amimouse_interrupt()
52 if (dx < -127) dx = (256 + nx) - amimouse_lastx; in amimouse_interrupt()
53 if (dx > 127) dx = (nx - 256) - amimouse_lastx; in amimouse_interrupt()
62 input_report_rel(dev, REL_X, dx); in amimouse_interrupt()
Dlogibm.c79 char dx, dy; in logibm_interrupt() local
83 dx = (inb(LOGIBM_DATA_PORT) & 0xf); in logibm_interrupt()
85 dx |= (inb(LOGIBM_DATA_PORT) & 0xf) << 4; in logibm_interrupt()
93 input_report_rel(logibm_dev, REL_X, dx); in logibm_interrupt()
Datarimouse.c70 int buttons, dx, dy; in atamouse_interrupt() local
79 dx = buf[1]; in atamouse_interrupt()
82 input_report_rel(atamouse_dev, REL_X, dx); in atamouse_interrupt()
Drpcmouse.c41 short x, y, dx, dy, b; in rpcmouse_irq() local
47 dx = x - rpcmouse_lastx; in rpcmouse_irq()
53 input_report_rel(dev, REL_X, dx); in rpcmouse_irq()
Dvsxxxaa.c213 int dx, dy; in vsxxxaa_handle_REL_packet() local
228 dx = buf[1] & 0x7f; in vsxxxaa_handle_REL_packet()
229 dx *= ((buf[0] >> 4) & 0x01) ? 1 : -1; in vsxxxaa_handle_REL_packet()
249 mouse->name, mouse->phys, dx, dy, in vsxxxaa_handle_REL_packet()
259 input_report_rel(dev, REL_X, dx); in vsxxxaa_handle_REL_packet()
/linux-4.1.27/arch/x86/boot/
Dheader.S467 movw %ss, %dx
468 cmpw %ax, %dx # %ds == %ss?
469 movw %sp, %dx
473 movw $_end, %dx
476 movw heap_end_ptr, %dx
477 1: addw $STACK_SIZE, %dx
479 xorw %dx, %dx # Prevent wraparound
481 2: # Now %dx should point to the end of our stack space
482 andw $~3, %dx # dword align (might as well...)
484 movw $0xfffc, %dx # Make sure we're not zero
Dmemory.c86 if (oreg.cx || oreg.dx) { in detect_memory_e801()
88 oreg.bx = oreg.dx; in detect_memory_e801()
Dapm.c50 boot_params.apm_bios_info.dseg = oreg.dx; in query_apm_bios()
Dbioscall.S35 movw %dx, %si
Dcopy.S24 movw %dx, %si
Dboot.h252 u16 dx, hdx; member
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_accel.c335 if(!rect->width || !rect->height || rect->dx >= vxres || rect->dy >= vyres) in fbcon_sis_fillrect()
339 width = ((rect->dx + rect->width) > vxres) ? (vxres - rect->dx) : rect->width; in fbcon_sis_fillrect()
354 SiS300SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height); in fbcon_sis_fillrect()
361 SiS310SubsequentSolidFillRect(ivideo, rect->dx, rect->dy, width, height); in fbcon_sis_fillrect()
388 area->dx >= vxres || area->dy >= vyres) in fbcon_sis_copyarea()
393 if((area->dx + width) > vxres) width = vxres - area->dx; in fbcon_sis_copyarea()
401 if(area->sx < area->dx) xdir = 0; in fbcon_sis_copyarea()
409 area->dx, area->dy, width, height); in fbcon_sis_copyarea()
417 area->dx, area->dy, width, height); in fbcon_sis_copyarea()
/linux-4.1.27/arch/x86/lib/
Drwsem.S90 __ASM_SIZE(push,_cfi_reg) __ASM_REG(dx)
93 __ASM_SIZE(pop,_cfi_reg) __ASM_REG(dx)
112 __ASM_HALF_SIZE(dec) %__ASM_HALF_REG(dx)
125 __ASM_SIZE(push,_cfi_reg) __ASM_REG(dx)
128 __ASM_SIZE(pop,_cfi_reg) __ASM_REG(dx)
Dchecksum_32.S466 SRC( movw (%esi), %dx )
468 DST( movw %dx, (%edi) )
/linux-4.1.27/drivers/video/fbdev/i810/
Di810_accel.c301 u32 dx, dy, width, height, dest, rop = 0, color = 0; in i810fb_fillrect() local
316 dx = rect->dx * par->depth; in i810fb_fillrect()
321 dest = info->fix.smem_start + (dy * info->fix.line_length) + dx; in i810fb_fillrect()
329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; in i810fb_copyarea() local
337 dx = region->dx * par->depth; in i810fb_copyarea()
344 if (dx <= sx) { in i810fb_copyarea()
350 dx += width - 1; in i810fb_copyarea()
361 dest = info->fix.smem_start + (dy * info->fix.line_length) + dx; in i810fb_copyarea()
391 (image->dx * par->depth); in i810fb_imageblit()
Di810_main.c1498 tmp = (cursor->image.dx - info->var.xoffset) & 0xffff; in i810fb_cursor()
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c208 int sx, int dy, int dx, int height, int width) in matrox_accel_bmove() argument
217 if ((dy < sy) || ((dy == sy) && (dx <= sx))) { in matrox_accel_bmove()
241 mga_outl(M_FXBNDRY, ((dx+width)<<16) | dx); in matrox_accel_bmove()
249 int sy, int sx, int dy, int dx, int height, in matrox_accel_bmove_lin() argument
259 if ((dy < sy) || ((dy == sy) && (dx <= sx))) { in matrox_accel_bmove_lin()
283 mga_outl(M_FXBNDRY, ((dx+width)<<16) | dx); in matrox_accel_bmove_lin()
294 if ((area->sx | area->dx | area->width) & 1) in matroxfb_cfb4_copyarea()
297 …nfo->fbcon.var.xres_virtual >> 1, area->sy, area->sx >> 1, area->dy, area->dx >> 1, area->height, … in matroxfb_cfb4_copyarea()
303 …matrox_accel_bmove(minfo, minfo->fbcon.var.xres_virtual, area->sy, area->sx, area->dy, area->dx, a… in matroxfb_copyarea()
331 …matroxfb_accel_clear(minfo, ((u_int32_t *)info->pseudo_palette)[rect->color], rect->dy, rect->dx, … in matroxfb_fillrect()
[all …]
/linux-4.1.27/drivers/video/console/
Dfbcon_cw.c49 int sx, int dy, int dx, int height, int width) in cw_bmove() argument
57 area.dx = vxres - ((dy + height) * vc->vc_font.height); in cw_bmove()
58 area.dy = dx * vc->vc_font.width; in cw_bmove()
74 region.dx = vxres - ((sy + height) * vc->vc_font.height); in cw_clear()
135 image.dx = vxres - ((yy + 1) * vc->vc_font.height); in cw_putcs()
188 region.dx = 0; in cw_clear_margins()
196 region.dx = info->var.xoffset; in cw_clear_margins()
213 int err = 1, dx, dy; in cw_cursor() local
269 dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height); in cw_cursor()
272 if (ops->cursor_state.image.dx != dx || in cw_cursor()
[all …]
Dfbcon_ccw.c64 int sx, int dy, int dx, int height, int width) in ccw_bmove() argument
72 area.dx = dy * vc->vc_font.height; in ccw_bmove()
73 area.dy = vyres - ((dx + width) * vc->vc_font.width); in ccw_bmove()
89 region.dx = sy * vc->vc_font.height; in ccw_clear()
150 image.dx = yy * vc->vc_font.height; in ccw_putcs()
205 region.dx = 0; in ccw_clear_margins()
213 region.dx = info->var.xoffset + bs; in ccw_clear_margins()
230 int err = 1, dx, dy; in ccw_cursor() local
286 dx = y * vc->vc_font.height; in ccw_cursor()
289 if (ops->cursor_state.image.dx != dx || in ccw_cursor()
[all …]
Dfbcon_ud.c49 int sx, int dy, int dx, int height, int width) in ud_bmove() argument
59 area.dx = vxres - ((dx + width) * vc->vc_font.width); in ud_bmove()
77 region.dx = vxres - ((sx + width) * vc->vc_font.width); in ud_clear()
174 image.dx = vxres - ((xx + count) * vc->vc_font.width); in ud_putcs()
208 image.dx += image.width; in ud_putcs()
236 region.dx = info->var.xoffset; in ud_clear_margins()
244 region.dx = info->var.xoffset; in ud_clear_margins()
260 int err = 1, dx, dy; in ud_cursor() local
318 dx = vxres - ((vc->vc_x * vc->vc_font.width) + vc->vc_font.width); in ud_cursor()
320 if (ops->cursor_state.image.dx != dx || in ud_cursor()
[all …]
Dbitblit.c47 int sx, int dy, int dx, int height, int width) in bit_bmove() argument
53 area.dx = dx * vc->vc_font.width; in bit_bmove()
68 region.dx = sx * vc->vc_font.width; in bit_clear()
159 image.dx = xx * vc->vc_font.width; in bit_putcs()
192 image.dx += cnt * vc->vc_font.width; in bit_putcs()
220 region.dx = info->var.xoffset + rs; in bit_clear_margins()
228 region.dx = info->var.xoffset; in bit_clear_margins()
289 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) || in bit_cursor()
292 ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x; in bit_cursor()
371 cursor.image.dx = ops->cursor_state.image.dx; in bit_cursor()
Dtileblit.c20 int sx, int dy, int dx, int height, int width) in tile_bmove() argument
26 area.dx = dx; in tile_bmove()
Dmdacon.c448 int dy, int dx, int height, int width) in mdacon_bmove() argument
455 if (sx==0 && dx==0 && width==mda_num_columns) { in mdacon_bmove()
458 } else if (dy < sy || (dy == sy && dx < sx)) { in mdacon_bmove()
460 dest = MDA_ADDR(dx, dy); in mdacon_bmove()
469 dest = MDA_ADDR(dx, dy+height-1); in mdacon_bmove()
Dsticon.c186 int dy, int dx, int height, int width) in sticon_bmove() argument
194 (dx <= p->cursor_x) && (p->cursor_x < dx+width))) in sticon_bmove()
198 sti_bmove(sticon_sti, sy, sx, dy, dx, height, width); in sticon_bmove()
Dfbcon.c169 static void fbcon_bmove(struct vc_data *vc, int sy, int sx, int dy, int dx,
184 int dy, int dx, int height, int width, u_int y_break);
1998 static void fbcon_bmove(struct vc_data *vc, int sy, int sx, int dy, int dx, in fbcon_bmove() argument
2017 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, height, width, in fbcon_bmove()
2022 int dy, int dx, int height, int width, u_int y_break) in fbcon_bmove_rec() argument
2031 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, b, width, in fbcon_bmove_rec()
2033 fbcon_bmove_rec(vc, p, sy + b, sx, dy + b, dx, in fbcon_bmove_rec()
2036 fbcon_bmove_rec(vc, p, sy + b, sx, dy + b, dx, in fbcon_bmove_rec()
2038 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, b, width, in fbcon_bmove_rec()
2047 fbcon_bmove_rec(vc, p, sy, sx, dy, dx, b, width, in fbcon_bmove_rec()
[all …]
Dfbcon.h56 int sx, int dy, int dx, int height, int width);
Dnewport_con.c688 int dx, int h, int w) in newport_bmove() argument
700 xoffs = (dx - sx) << 3; in newport_bmove()
/linux-4.1.27/net/sched/
Dsch_hfsc.c87 u64 dx; /* the x-projection of the 1st segment */ member
99 u64 dx; /* the x-projection of the 1st segment */ member
452 u64 dx; in d2dx() local
454 dx = ((u64)d * PSCHED_TICKS_PER_SEC); in d2dx()
455 dx += USEC_PER_SEC - 1; in d2dx()
456 do_div(dx, USEC_PER_SEC); in d2dx()
457 return dx; in d2dx()
472 dx2d(u64 dx) in dx2d() argument
476 d = dx * USEC_PER_SEC; in dx2d()
486 isc->dx = d2dx(sc->d); in sc2isc()
[all …]
/linux-4.1.27/include/linux/
Dfixp-arith.h127 s32 v1, v2, dx, dy; in fixp_sin32_rad() local
143 dx = twopi / 360; in fixp_sin32_rad()
148 return v1 + div_s64(tmp, dx); in fixp_sin32_rad()
Dfb.h102 __u32 dx; /* Where to place image */ member
341 __u32 dx; /* destination origin in the x-axis */ member
/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_accel.c148 unsigned int dx, in hw_copyarea() argument
195 if (sx <= dx) in hw_copyarea()
226 dx += width - 1; in hw_copyarea()
253 dx *= 3; in hw_copyarea()
286 FIELD_VALUE(0, DE_DESTINATION, X, dx) | in hw_copyarea()
327 u32 dx, in hw_imageblit() argument
368 dx *= 3; in hw_imageblit()
399 FIELD_VALUE(0, DE_DESTINATION, X, dx) | in hw_imageblit()
Dsm750_accel.h255 unsigned int dx,
268 u32 dx,
Dsm750.c153 fbcursor->image.dx - info->var.xoffset, in lynxfb_ops_cursor()
217 region->dx, region->dy, in lynxfb_ops_fillrect()
249 base, pitch, Bpp, region->dx, region->dy, in lynxfb_ops_copyarea()
294 image->dx, image->dy, in lynxfb_ops_imageblit()
/linux-4.1.27/drivers/video/fbdev/core/
Dsvgalib.c220 int dx, dy; in svga_tilecopy() local
228 ((area->sy == area->dy) && (area->sx > area->dx))) { in svga_tilecopy()
230 dst = fb + area->dx * colstride + area->dy * rowstride; in svga_tilecopy()
234 dst = fb + (area->dx + area->width - 1) * colstride in svga_tilecopy()
244 for (dx = 0; dx < area->width; dx++) { in svga_tilecopy()
258 int dx, dy; in svga_tilefill() local
267 for (dx = 0; dx < rect->width; dx++) { in svga_tilefill()
279 int dx, dy, i; in svga_tileblit() local
289 for (dx = 0; dx < blit->width; dx ++) { in svga_tileblit()
Dsyscopyarea.c317 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; in sys_copyarea() local
329 if ((dy == sy && dx > sx) || (dy > sy)) { in sys_copyarea()
340 dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel; in sys_copyarea()
Dsysimgblt.c245 u32 dx = image->dx, dy = image->dy; in sys_imageblit() local
251 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp); in sys_imageblit()
Dcfbimgblt.c270 u32 dx = image->dx, dy = image->dy; in cfb_imageblit() local
276 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp); in cfb_imageblit()
Dcfbcopyarea.c383 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; in cfb_copyarea() local
396 if ((dy == sy && dx > sx) || (dy > sy)) { in cfb_copyarea()
407 dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel; in cfb_copyarea()
Dfbmem.c398 image->dx = info->var.xres - image->width - image->dx; in fb_rotate_logo()
407 image->dy = image->dx; in fb_rotate_logo()
408 image->dx = info->var.xres - image->width - tmp; in fb_rotate_logo()
415 tmp = image->dx; in fb_rotate_logo()
416 image->dx = image->dy; in fb_rotate_logo()
430 x < num && image->dx + image->width <= info->var.xres; in fb_do_show_logo()
433 image->dx += image->width + 8; in fb_do_show_logo()
438 image->dx -= image->width + 8; in fb_do_show_logo()
501 image.dx = 0; in fb_show_logo_line()
Dsysfillrect.c265 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp; in sys_fillrect()
Dcfbfillrect.c300 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp; in cfb_fillrect()
/linux-4.1.27/arch/x86/include/asm/
Dsyscall.h117 *args++ = regs->dx; in syscall_get_arguments()
144 *args++ = regs->dx; in syscall_get_arguments()
178 regs->dx = *args++; in syscall_set_arguments()
205 regs->dx = *args++; in syscall_set_arguments()
Dsigcontext.h17 unsigned long dx; member
53 unsigned long dx; member
Dapm.h51 int cx, dx, si; in apm_bios_call_simple_asm() local
66 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx), in apm_bios_call_simple_asm()
Delf.h110 _r->bx = 0; _r->cx = 0; _r->dx = 0; \
124 pr_reg[2] = regs->dx; \
175 /*regs->ax = regs->bx =*/ regs->cx = regs->dx = 0; in elf_common_init()
220 (pr_reg)[12] = (regs)->dx; \
Da.out-core.h44 dump->regs.dx = regs->dx; in aout_dump_thread()
Dkexec.h102 asm volatile("movl %%edx,%0" : "=m"(newregs->dx)); in crash_setup_regs()
116 asm volatile("movq %%rdx,%0" : "=m"(newregs->dx)); in crash_setup_regs()
Dptrace.h14 unsigned long dx; member
51 unsigned long dx; member
Duser_32.h80 unsigned long dx; member
Duser_64.h81 unsigned long dx; member
Dasm.h39 #define _ASM_DX __ASM_REG(dx)
Dprocessor.h240 unsigned long dx; member
/linux-4.1.27/drivers/isdn/sc/
Dmessage.h38 #define IS_CM_MESSAGE(mesg, tx, cx, dx) \ argument
41 && (mesg.code == cmRsp##dx))
46 #define IS_CE_MESSAGE(mesg, tx, cx, dx) \ argument
49 && (mesg.code == ceRsp##tx##dx))
/linux-4.1.27/include/drm/
Ddrm_rect.h74 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) in drm_rect_translate() argument
76 r->x1 += dx; in drm_rect_translate()
78 r->x2 += dx; in drm_rect_translate()
/linux-4.1.27/drivers/input/
Dmousedev.c54 int dx, dy, dz; member
91 int dx, dy, dz; member
144 mousedev->packet.dx = tmp / FRACTION_DENOM; in mousedev_touchpad_event()
146 tmp - mousedev->packet.dx * FRACTION_DENOM; in mousedev_touchpad_event()
211 mousedev->packet.dx += value; in mousedev_rel_event()
287 p->dx += packet->x - client->pos_x; in mousedev_notify_readers()
293 client->pos_x += packet->dx; in mousedev_notify_readers()
300 p->dx += packet->dx; in mousedev_notify_readers()
305 if (p->dx || p->dy || p->dz || in mousedev_notify_readers()
399 mousedev->packet.dx = mousedev->packet.dy = in mousedev_event()
[all …]
Dinput-mt.c359 int dx = x - p->x, dy = y - p->y; in input_mt_set_matrix() local
360 *w++ = dx * dx + dy * dy - mu; in input_mt_set_matrix()
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py57 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
63 self.dx = dx
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-ipc.c302 struct sst_hsw_ipc_dx_reply dx; member
1427 enum sst_hsw_dx_state state, struct sst_hsw_ipc_dx_reply *dx) in sst_hsw_dx_set_state() argument
1438 sizeof(state_), dx, sizeof(*dx)); in sst_hsw_dx_set_state()
1444 for (item = 0; item < dx->entries_no; item++) { in sst_hsw_dx_set_state()
1447 item, dx->mem_info[item].offset, in sst_hsw_dx_set_state()
1448 dx->mem_info[item].size, in sst_hsw_dx_set_state()
1449 dx->mem_info[item].source); in sst_hsw_dx_set_state()
1452 dx->entries_no, state); in sst_hsw_dx_set_state()
1507 if (hsw->dx.entries_no > SST_HSW_MAX_DX_REGIONS) { in sst_hsw_dx_state_dump()
1511 memset(&hsw->dx, 0, sizeof(hsw->dx)); in sst_hsw_dx_state_dump()
[all …]
Dsst-haswell-ipc.h494 enum sst_hsw_dx_state state, struct sst_hsw_ipc_dx_reply *dx);
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbtcx-risc.c129 s32 nx,nw,dx; in btcx_align() local
137 dx = nx - win->left; in btcx_align()
142 win->width, win->height, win->left, win->top, dx); in btcx_align()
146 nx = (clips[i].c.left-dx) & ~mask; in btcx_align()
148 if (nx + nw < clips[i].c.left-dx + clips[i].c.width) in btcx_align()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv04_fbcon.c43 OUT_RING(chan, (region->dy << 16) | region->dx); in nv04_fbcon_copyarea()
70 OUT_RING(chan, (rect->dx << 16) | rect->dy); in nv04_fbcon_fillrect()
105 OUT_RING(chan, (image->dy << 16) | (image->dx & 0xffff)); in nv04_fbcon_imageblit()
107 ((image->dx + image->width) & 0xffff)); in nv04_fbcon_imageblit()
112 OUT_RING(chan, (image->dy << 16) | (image->dx & 0xffff)); in nv04_fbcon_imageblit()
Dnv50_fbcon.c52 OUT_RING(chan, rect->dx); in nv50_fbcon_fillrect()
54 OUT_RING(chan, rect->dx + rect->width); in nv50_fbcon_fillrect()
79 OUT_RING(chan, region->dx); in nv50_fbcon_copyarea()
124 OUT_RING(chan, image->dx); in nv50_fbcon_imageblit()
Dnvc0_fbcon.c52 OUT_RING (chan, rect->dx); in nvc0_fbcon_fillrect()
54 OUT_RING (chan, rect->dx + rect->width); in nvc0_fbcon_fillrect()
79 OUT_RING (chan, region->dx); in nvc0_fbcon_copyarea()
124 OUT_RING (chan, image->dx); in nvc0_fbcon_imageblit()
Dnouveau_fbcon.c323 rect.dx = rect.dy = 0; in nouveau_fbcon_zfill()
/linux-4.1.27/arch/x86/kernel/
Dperf_regs.c22 PT_REGS_OFFSET(PERF_REG_X86_DX, dx),
140 regs_user_copy->dx = user_regs->dx; in perf_get_regs_user()
Dasm-offsets_64.c40 ENTRY(dx); in main()
56 ENTRY(dx); in main()
Dsignal.c83 COPY(dx); COPY(cx); COPY(ip); COPY(ax); in restore_sigcontext()
139 put_user_ex(regs->dx, &sc->dx); in setup_sigcontext()
326 regs->dx = 0; in __setup_frame()
392 regs->dx = (unsigned long)&frame->info; in __setup_rt_frame()
454 regs->dx = (unsigned long)&frame->uc; in __setup_rt_frame()
521 regs->dx = (unsigned long) &frame->uc; in x32_setup_rt_frame()
Dasm-offsets_32.c23 OFFSET(IA32_SIGCONTEXT_dx, sigcontext, dx); in foo()
46 OFFSET(PT_EDX, pt_regs, dx); in foo()
Dapm_32.c1638 unsigned short dx; in proc_apm_show() local
1648 !(error = apm_get_power_status(&bx, &cx, &dx))) { in proc_apm_show()
1656 if (dx != 0xffff) { in proc_apm_show()
1657 units = (dx & 0x8000) ? "min" : "sec"; in proc_apm_show()
1658 time_units = dx & 0x7fff; in proc_apm_show()
1731 unsigned short dx; in apm() local
1792 error = apm_get_power_status(&bx, &cx, &dx); in apm()
1838 if (dx == 0xffff) in apm()
1841 printk("%d %s\n", dx & 0x7fff, in apm()
1842 (dx & 0x8000) ? in apm()
Dptrace.c77 REG_OFFSET_NAME(dx),
132 [1] = offsetof(struct pt_regs, dx),
137 [2] = offsetof(struct pt_regs, dx),
965 R32(edx, dx); in putreg32()
1035 R32(edx, dx); in getreg32()
1443 regs->si, regs->dx, regs->r10); in do_audit_syscall_entry()
1448 regs->cx, regs->dx, regs->si); in do_audit_syscall_entry()
1500 sd.args[2] = regs->dx; in syscall_trace_enter_phase1()
1509 sd.args[2] = regs->dx; in syscall_trace_enter_phase1()
Ddoublefault.c41 t->ax, t->bx, t->cx, t->dx); in doublefault_fn()
Dkgdb.c58 { "dx", 4, offsetof(struct pt_regs, dx) },
74 { "dx", 8, offsetof(struct pt_regs, dx) },
Dprocess_32.c92 regs->ax, regs->bx, regs->cx, regs->dx); in __show_regs()
Dhead_32.S510 movw %dx,%ax /* selector = 0x0010 = cs */
511 movw $0x8E00,%dx /* interrupt gate - dpl=0, present */
Dprocess_64.c73 regs->dx, regs->si, regs->di); in __show_regs()
Dentry_32.S575 mov %dx, %ax /* eax: new kernel esp */
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnv_accel.c310 NVDmaNext(par, (region->dy << 16) | region->dx); in nvidiafb_copyarea()
341 NVDmaNext(par, (rect->dx << 16) | rect->dy); in nvidiafb_fillrect()
370 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff)); in nvidiafb_mono_color_expand()
372 ((image->dx + image->width) & 0xffff)); in nvidiafb_mono_color_expand()
377 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff)); in nvidiafb_mono_color_expand()
Dnvidia.c558 xx = cursor->image.dx - info->var.xoffset; in nvidiafb_cursor()
/linux-4.1.27/include/uapi/linux/
Dfb.h341 __u32 dx; member
350 __u32 dx; /* screen-relative */ member
359 __u32 dx; /* Where to place image */ member
/linux-4.1.27/arch/x86/xen/
Denlighten.c305 unsigned int *cx, unsigned int *dx) in xen_cpuid() argument
327 *dx = cpuid_leaf5_edx_val; in xen_cpuid()
345 "=d" (*dx) in xen_cpuid()
351 *dx &= maskedx; in xen_cpuid()
364 unsigned int ax, bx, cx, dx; in xen_check_mwait() local
388 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
403 dx = 0; in xen_check_mwait()
405 native_cpuid(&ax, &bx, &cx, &dx); in xen_check_mwait()
419 cpuid_leaf5_edx_val = dx; in xen_check_mwait()
428 unsigned int ax, bx, cx, dx; in xen_init_cpuid_mask() local
[all …]
/linux-4.1.27/arch/x86/ia32/
Dia32_signal.c186 COPY(dx); COPY(cx); COPY(ip); COPY(ax); in ia32_restore_sigcontext()
283 put_user_ex(regs->dx, &sc->dx); in ia32_setup_sigcontext()
408 regs->dx = 0; in ia32_setup_frame()
487 regs->dx = (unsigned long) &frame->info; in ia32_setup_rt_frame()
Dia32_aout.c82 dump->regs.edx = regs->dx; in dump_thread32()
/linux-4.1.27/drivers/lguest/x86/
Dswitcher_32.S153 ltr %dx
253 ltr %dx; \
Dcore.c192 case offsetof(struct pt_regs, dx): in lguest_arch_regptr()
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110_hw.c810 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawLine() argument
813 windownr, x, y, dx, dy, color); in DrawLine()
817 u16 x, u16 y, u16 dx, u16 dy, u16 color) in DrawBlock() argument
820 windownr, x, y, dx, dy, color); in DrawBlock()
873 u16 dx, u16 dy, int inc, u8 __user * data) in LoadBitmap() argument
899 av7110->bmplen = ((dx * dy * bpp + 7) & ~7) / 8; in LoadBitmap()
906 if (copy_from_user(av7110->bmpbuf + 1024 + i * dx, data + i * inc, dx)) { in LoadBitmap()
912 for (i = 0; i < dx * dy / delta; i++) { in LoadBitmap()
923 ret = av7110_fw_cmd(av7110, COMTYPE_OSD, LoadBmp, 3, format, dx, dy); in LoadBitmap()
/linux-4.1.27/drivers/video/fbdev/msm/
Dmsm_fb.c359 msmfb_update(p, rect->dx, rect->dy, rect->dx + rect->width, in msmfb_fillrect()
366 msmfb_update(p, area->dx, area->dy, area->dx + area->width, in msmfb_copyarea()
373 msmfb_update(p, image->dx, image->dy, image->dx + image->width, in msmfb_imageblit()
/linux-4.1.27/arch/x86/lguest/
Dboot.c423 unsigned int *cx, unsigned int *dx) in lguest_cpuid() argument
427 native_cpuid(ax, bx, cx, dx); in lguest_cpuid()
446 *dx &= 0x07808151; in lguest_cpuid()
454 *dx |= 0x00002000; in lguest_cpuid()
469 *bx = *cx = *dx = 0; in lguest_cpuid()
488 *dx &= ~(1 << 20); in lguest_cpuid()
/linux-4.1.27/arch/m68k/include/asm/
Datarikb.h22 void ikbd_mouse_kbd_mode(int dx, int dy);
/linux-4.1.27/arch/metag/include/uapi/asm/
Dptrace.h68 unsigned long dx[8][2]; member
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_fb.c105 mga_dirty_update(mfbdev, rect->dx, rect->dy, rect->width, in mga_fillrect()
114 mga_dirty_update(mfbdev, area->dx, area->dy, area->width, in mga_copyarea()
123 mga_dirty_update(mfbdev, image->dx, image->dy, image->width, in mga_imageblit()
/linux-4.1.27/arch/x86/mm/
Dpf_in.c267 rv = (unsigned char *)&regs->dx; in get_reg_w8()
335 rv = 1 + (unsigned char *)&regs->dx; in get_reg_w8()
363 rv = &regs->dx; in get_reg_w32()
Dmmio-mod.c130 regs->ax, regs->bx, regs->cx, regs->dx); in die_kmmio_nesting_error()
135 regs->ax, regs->cx, regs->dx); in die_kmmio_nesting_error()
Dmpx.c95 offsetof(struct pt_regs, dx), in get_reg_offset()
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c102 cirrus_dirty_update(afbdev, rect->dx, rect->dy, rect->width, in cirrus_fillrect()
111 cirrus_dirty_update(afbdev, area->dx, area->dy, area->width, in cirrus_copyarea()
120 cirrus_dirty_update(afbdev, image->dx, image->dy, image->width, in cirrus_imageblit()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dsigcontext32.h62 unsigned int dx; member
/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_blit.c788 int sx, int sy, int dx, int dy, in r600_blit_swap() argument
810 dx2 = dx + w; in r600_blit_swap()
813 vb[0] = int2float(dx); in r600_blit_swap()
818 vb[4] = int2float(dx); in r600_blit_swap()
858 set_scissors(dev_priv, dx, dy, dx2, dy2); in r600_blit_swap()
Dradeon_drv.h469 int sx, int sy, int dx, int dy,
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_draw.c162 int x = fb_image->dx; in qxl_draw_opaque_fb()
406 u32 dx, u32 dy) in qxl_draw_copyarea() argument
422 rect.left = dx; in qxl_draw_copyarea()
424 rect.right = dx + width; in qxl_draw_copyarea()
Dqxl_fb.c121 image->dx = x1; in qxl_fb_dirty_flush()
252 int x = fb_rect->dx; in qxl_fb_fillrect_internal()
312 region->dx, region->dy); in qxl_fb_copyarea_internal()
Dqxl_drv.h522 u32 dx, u32 dy);
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_fb.c129 ast_dirty_update(afbdev, rect->dx, rect->dy, rect->width, in ast_fillrect()
138 ast_dirty_update(afbdev, area->dx, area->dy, area->width, in ast_copyarea()
147 ast_dirty_update(afbdev, image->dx, image->dy, image->width, in ast_imageblit()
/linux-4.1.27/arch/x86/kvm/
Dtss.h46 u16 dx; member
Demulate.c364 FOP2E(op##w, ax, dx) \
373 FOP2E(op##w, ax, dx) \
391 FOP2E(op##w, dx, ax) \
403 FOP3E(op##w, ax, dx, cl) \
2583 tss->dx = reg_read(ctxt, VCPU_REGS_RDX); in save_state_to_tss16()
2607 *reg_write(ctxt, VCPU_REGS_RDX) = tss->dx; in load_state_from_tss16()
/linux-4.1.27/samples/bpf/
Dtracex2_kern.c75 long write_size = ctx->dx; /* arg3 */ in bpf_prog3()
/linux-4.1.27/arch/m68k/atari/
Datakeyb.c373 void ikbd_mouse_kbd_mode(int dx, int dy) in ikbd_mouse_kbd_mode() argument
375 char cmd[3] = { 0x0A, dx, dy }; in ikbd_mouse_kbd_mode()
/linux-4.1.27/drivers/video/fbdev/intelfb/
Dintelfbdrv.c1518 intelfbhw_do_fillrect(dinfo, rect->dx, rect->dy, in intelfb_fillrect()
1538 intelfbhw_do_bitblt(dinfo, region->sx, region->sy, region->dx, in intelfb_copyarea()
1569 image->dx, image->dy, in intelfb_imageblit()
1599 cursor->image.dx, cursor->image.dy); in intelfb_cursor()
1603 intelfbhw_cursor_setpos(dinfo, cursor->image.dx, in intelfb_cursor()
1624 u32 dx, dy; in intelfb_cursor() local
1626 dx = cursor->image.dx - info->var.xoffset; in intelfb_cursor()
1629 intelfbhw_cursor_setpos(dinfo, dx, dy); in intelfb_cursor()
/linux-4.1.27/drivers/iio/adc/
Dqcom-spmi-vadc.c127 s32 dx; member
421 vadc->graph[VADC_CALIB_RATIOMETRIC].dx = VADC_RATIOMETRIC_RANGE_UV; in vadc_measure_ref_points()
422 vadc->graph[VADC_CALIB_ABSOLUTE].dx = VADC_ABSOLUTE_RANGE_UV; in vadc_measure_ref_points()
478 voltage *= vadc->graph[prop->calibration].dx; in vadc_calibrate()
482 voltage += vadc->graph[prop->calibration].dx; in vadc_calibrate()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c182 u64 ax, bx, cx, dx; member
190 u64 ax, bx, cx, dx; member
202 u64 ax, bx, cx, dx; member
921 regs.dx = pebs->dx; in __intel_pmu_pebs_event()
/linux-4.1.27/arch/x86/include/asm/xen/
Dinterface_64.h111 __DECL_REG(dx);
/linux-4.1.27/arch/arm/mach-omap1/
Dlcd_dma.c166 #define PIXSTEP(sx, sy, dx, dy) (PIXADDR(dx, dy) - PIXADDR(sx, sy) - es + 1) in set_b1_regs() argument
/linux-4.1.27/arch/x86/math-emu/
Dreg_u_add.S65 movw %dx,EXP(%edi) /* Copy exponent to destination */
Dreg_u_sub.S68 movw %dx,EXP(%edi) /* Copy exponent to destination */
Dget_address.c33 offsetof(struct pt_regs, dx),
Dreg_u_div.S106 movw %dx,EXP(%edi)
/linux-4.1.27/drivers/usb/misc/sisusbvga/
Dsisusb_con.c480 int dy, int dx, int height, int width) in sisusbcon_bmove() argument
501 length = ((height * cols) - dx - (cols - width - dx)) * 2; in sisusbcon_bmove()
504 sisusb_copy_memory(sisusb, (unsigned char *)SISUSB_VADDR(dx, dy), in sisusbcon_bmove()
505 (long)SISUSB_HADDR(dx, dy), length, &written); in sisusbcon_bmove()
/linux-4.1.27/drivers/media/rc/
Dati_remote.c631 signed char dx = ati_remote_tbl[index].code >> 8; in ati_remote_input_report() local
640 if (dx) in ati_remote_input_report()
641 input_report_rel(dev, REL_X, dx * acc); in ati_remote_input_report()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c339 vmw_fb_dirty_mark(info->par, rect->dx, rect->dy, in vmw_fb_fillrect()
346 vmw_fb_dirty_mark(info->par, region->dx, region->dy, in vmw_fb_copyarea()
353 vmw_fb_dirty_mark(info->par, image->dx, image->dy, in vmw_fb_imageblit()
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_fb.c293 udl_handle_damage(&ufbdev->ufb, rect->dx, rect->dy, rect->width, in udl_fb_fillrect()
303 udl_handle_damage(&ufbdev->ufb, region->dx, region->dy, region->width, in udl_fb_copyarea()
313 udl_handle_damage(&ufbdev->ufb, image->dx, image->dy, image->width, in udl_fb_imageblit()
/linux-4.1.27/drivers/video/fbdev/via/
Dhw.c1474 u16 dx = (var->xres - cxres) / 2, dy = (var->yres - cyres) / 2; in var_to_timing() local
1477 timing.hor_sync_start = timing.hor_addr + var->right_margin + dx; in var_to_timing()
1479 timing.hor_total = timing.hor_sync_end + var->left_margin + dx; in var_to_timing()
1480 timing.hor_blank_start = timing.hor_addr + dx; in var_to_timing()
1481 timing.hor_blank_end = timing.hor_total - dx; in var_to_timing()
Dviafbdev.c707 viapar->vram_addr, info->fix.line_length, rect->dx, rect->dy, in viafb_fillrect()
729 viapar->vram_addr, info->fix.line_length, area->dx, area->dy, in viafb_copyarea()
766 viapar->vram_addr, info->fix.line_length, image->dx, image->dy, in viafb_imageblit()
796 xx = cursor->image.dx - info->var.xoffset; in viafb_cursor()
/linux-4.1.27/drivers/video/fbdev/riva/
Dfbdev.c1431 (rect->dx << 16) | rect->dy); in rivafb_fillrect()
1464 (region->dy << 16) | region->dx); in rivafb_copyarea()
1531 (image->dy << 16) | (image->dx & 0xFFFF)); in rivafb_imageblit()
1534 ((image->dx + image->width) & 0xffff))); in rivafb_imageblit()
1542 (image->dy << 16) | (image->dx & 0xFFFF)); in rivafb_imageblit()
1606 xx = cursor->image.dx - info->var.xoffset; in rivafb_cursor()
/linux-4.1.27/drivers/gpu/drm/gma500/
Daccel_2d.c290 a->sx, a->sy, a->dx, a->dy, a->width, a->height); in psbfb_copyarea_accel()
/linux-4.1.27/arch/x86/um/
Dsignal.c179 GETREG(DX, dx); in copy_sc_from_user()
268 PUTREG(DX, dx); in copy_sc_to_user()
/linux-4.1.27/arch/x86/crypto/
Daes-x86_64-asm_64.S38 #define R4X %dx
/linux-4.1.27/arch/s390/kernel/
Dipl.c1862 int sx, dx; in strncpy_skip_quote() local
1864 dx = 0; in strncpy_skip_quote()
1868 dst[dx++] = src[sx]; in strncpy_skip_quote()
1869 if (dx >= n) in strncpy_skip_quote()
/linux-4.1.27/drivers/media/dvb-frontends/
Dmb86a20s.c1367 u32 dx, dy; in interpolate_value() local
1385 dx = segments[i - 1].x - segments[i].x; in interpolate_value()
1388 do_div(tmp64, dx); in interpolate_value()
Ddib7000p.c1753 u32 dx; in interpolate_value() local
1772 dx = segments[i - 1].x - segments[i].x; in interpolate_value()
1776 do_div(tmp64, dx); in interpolate_value()
Ddib8000.c3949 u32 dx; in interpolate_value() local
3968 dx = segments[i - 1].x - segments[i].x; in interpolate_value()
3972 do_div(tmp64, dx); in interpolate_value()
/linux-4.1.27/drivers/staging/fbtft/
Dfbtft-core.c510 __func__, rect->dx, rect->dy, rect->width, rect->height); in fbtft_fb_fillrect()
523 __func__, area->dx, area->dy, area->width, area->height); in fbtft_fb_copyarea()
536 __func__, image->dx, image->dy, image->width, image->height); in fbtft_fb_imageblit()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c4205 int dx = 0; in ar9003_hw_power_interpolate() local
4213 dx = x - px[ip]; in ar9003_hw_power_interpolate()
4216 if (dx <= 0) { in ar9003_hw_power_interpolate()
4217 if (!hhave || dx > (x - hx)) { in ar9003_hw_power_interpolate()
4225 if (dx >= 0) { in ar9003_hw_power_interpolate()
4226 if (!lhave || dx < (x - lx)) { in ar9003_hw_power_interpolate()
/linux-4.1.27/Documentation/trace/
Dkprobetrace.txt100 …echo 'p:myprobe do_sys_open dfd=%ax filename=%dx flags=%cx mode=+4($stack)' > /sys/kernel/debug/tr…
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dphy.c3788 ii, dx = 0, dy = 0, tx_finish = 0, rx_finish = 0; in _rtl8821ae_iqk_tx() local
4409 dx = (tx_x0[i]>>21) - (tx_x0[ii]>>21); in _rtl8821ae_iqk_tx()
4410 if (dx < 3 && dx > -3) { in _rtl8821ae_iqk_tx()
4439 dx = (rx_x0[i]>>21) - (rx_x0[ii]>>21); in _rtl8821ae_iqk_tx()
4440 if (dx < 4 && dx > -4) { in _rtl8821ae_iqk_tx()
/linux-4.1.27/drivers/hv/
Dvmbus_drv.c62 wrmsrl(HV_X64_MSR_CRASH_P4, regs->dx); in hyperv_panic_event()
/linux-4.1.27/arch/arm/boot/dts/
Datlas7.dtsi284 compatible = "dx,cc44p";
/linux-4.1.27/Documentation/RCU/
Dtrace.txt240 s=21872 d=21872 w=0 tf=0 wd1=0 wd2=0 n=0 sc=21872 dt=21872 dl=0 dx=21872
273 o "dx" is the number of times that we succeeded in updating
DRTFP.txt1919 ,doi="http://dx.doi.org/10.1016/j.jpdc.2007.04.010"
2708 ,url = {http://dx.doi.org/10.1007/s11227-012-0766-x}
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c1583 .dx = 0, in omapfb_clear_fb()