/linux-4.1.27/drivers/accessibility/braille/ |
D | braille_console.c | 58 #define WIDTH 40 macro 60 static u16 console_buf[WIDTH]; 77 static u16 lastwrite[WIDTH]; in braille_write() 78 unsigned char data[1 + 1 + 2*WIDTH + 2 + 1], csum = 0, *c; in braille_write() 85 if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) in braille_write() 87 memcpy(lastwrite, buf, WIDTH * sizeof(*buf)); in braille_write() 98 for (i = 0; i < WIDTH; i++) { in braille_write() 125 vc_x = vc->vc_x - (vc->vc_x % WIDTH); in vc_follow_cursor() 141 u16 buf[WIDTH]; in vc_refresh() 144 for (i = 0; i < WIDTH; i++) { in vc_refresh() [all …]
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | single_step_syscall.c | 58 # define WIDTH "q" macro 61 # define WIDTH "l" macro 67 asm volatile ("pushf" WIDTH "\n\tpop" WIDTH " %0" : "=rm" (eflags)); in get_eflags() 73 asm volatile ("push" WIDTH " %0\n\tpopf" WIDTH in set_eflags() 133 asm volatile ("pushf" WIDTH "\n\t" in main() 134 "pop" WIDTH " %%r11\n\t" in main()
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fb_tls8204.c | 35 #define WIDTH 84 macro 37 #define TXBUFLEN WIDTH 116 for (x = 0; x < WIDTH; x++) { in write_vmem() 118 for (i = 0; i < 8*WIDTH; i += WIDTH) { in write_vmem() 120 if (vmem16[(y*8*WIDTH)+i+x]) in write_vmem() 127 ret = par->fbtftops.write(par, par->txbuf.buf, WIDTH); in write_vmem() 155 .width = WIDTH,
|
D | fb_uc1701.c | 34 #define WIDTH 102 macro 162 for (x = 0; x < WIDTH; x++) { in write_vmem() 165 *buf |= (vmem16[((y*8*WIDTH)+(i*WIDTH))+x] ? 1 : 0) << i; in write_vmem() 181 ret = par->fbtftops.write(par, par->txbuf.buf, WIDTH); in write_vmem() 195 .width = WIDTH,
|
D | fb_upd161704.c | 34 #define WIDTH 240 macro 144 write_reg(par, 0x0006, WIDTH - 1 - xs); in set_addr_win() 148 write_reg(par, 0x0006, WIDTH - 1 - ys); in set_addr_win() 189 .width = WIDTH,
|
D | fb_bd663474.c | 34 #define WIDTH 240 macro 135 write_reg(par, 0x0200, WIDTH - 1 - xs); in set_addr_win() 139 write_reg(par, 0x0200, WIDTH - 1 - ys); in set_addr_win() 175 .width = WIDTH,
|
D | fb_s6d1121.c | 34 #define WIDTH 240 macro 99 write_reg(par, 0x0020, WIDTH - 1 - xs); in set_addr_win() 103 write_reg(par, 0x0020, WIDTH - 1 - ys); in set_addr_win() 183 .width = WIDTH,
|
D | fb_ili9325.c | 32 #define WIDTH 240 macro 189 write_reg(par, 0x0020, WIDTH - 1 - xs); in set_addr_win() 193 write_reg(par, 0x0020, WIDTH - 1 - ys); in set_addr_win() 267 .width = WIDTH,
|
D | fb_ili9320.c | 31 #define WIDTH 240 macro 137 write_reg(par, 0x0020, WIDTH - 1 - xs); in set_addr_win() 141 write_reg(par, 0x0020, WIDTH - 1 - ys); in set_addr_win() 213 .width = WIDTH,
|
D | fb_ili9486.c | 28 #define WIDTH 320 macro 104 .width = WIDTH,
|
D | fb_ili9481.c | 30 #define WIDTH 320 macro 100 .width = WIDTH,
|
D | fb_tinylcd.c | 29 #define WIDTH 320 macro 109 .width = WIDTH,
|
D | fb_ili9340.c | 30 #define WIDTH 240 macro 146 .width = WIDTH,
|
D | fb_ili9163.c | 29 #define WIDTH 128 macro 140 write_reg(par, CMD_CLMADRS, 0, 0, 0, WIDTH); /* Set Column Address */ in init_display() 275 .width = WIDTH,
|
D | fb_pcd8544.c | 34 #define WIDTH 84 macro 168 .width = WIDTH,
|
D | fb_hx8340bn.c | 36 #define WIDTH 176 macro 198 .width = WIDTH,
|
D | fb_ili9341.c | 35 #define WIDTH 240 macro 157 .width = WIDTH,
|
D | fb_ssd1306.c | 30 #define WIDTH 128 macro 205 .width = WIDTH,
|
D | fb_hx8347d.c | 31 #define WIDTH 320 macro 160 .width = WIDTH,
|
D | fb_ssd1289.c | 31 #define WIDTH 240 macro 184 .width = WIDTH,
|
D | fb_ssd1331.c | 11 #define WIDTH 96 macro 182 .width = WIDTH,
|
D | fb_ssd1351.c | 11 #define WIDTH 128 macro 179 .width = WIDTH,
|
D | fb_watterott.c | 30 #define WIDTH 320 macro 304 .width = WIDTH,
|
D | fb_agm1264k-fl.c | 33 #define WIDTH 64 macro 35 #define TOTALWIDTH (WIDTH * 2) /* because 2 x ks0108 in one display */
|
/linux-4.1.27/drivers/usb/misc/ |
D | idmouse.c | 30 #define WIDTH 225 macro 33 #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1) 192 for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read < IMGSIZE; bytes_read += WIDTH) in idmouse_create_image() 197 for (bytes_read = IMGSIZE-WIDTH; bytes_read < IMGSIZE-1; bytes_read++) in idmouse_create_image()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | hitfb.c | 31 #define WIDTH 640 macro 63 u32 saddr = WIDTH * dy + dx; in hitfb_accel_set_dest() 86 saddr = WIDTH * (sy + height) + sx + width; in hitfb_accel_bitblt() 87 daddr = WIDTH * (dy + height) + dx + width; in hitfb_accel_bitblt() 99 saddr = WIDTH * sy + sx; in hitfb_accel_bitblt() 100 daddr = WIDTH * dy + dx; in hitfb_accel_bitblt()
|
D | au1200fb.h | 92 #define LCD_SCREEN_SX_N(WIDTH) ((WIDTH-1)<<19) argument 378 #define LCD_SCREEN_SX_N(WIDTH) ((WIDTH-1)<<19) argument
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_mode.c | 92 FIELD_VALUE(0, CRT_HORIZONTAL_SYNC, WIDTH, pModeParam->horizontal_sync_width) in programModeRegisters() 133 FIELD_VALUE(0, PANEL_HORIZONTAL_SYNC, WIDTH, pModeParam->horizontal_sync_width) in programModeRegisters()
|
D | sm750_hw.c | 371 FIELD_VALUE(0, PANEL_FB_WIDTH, WIDTH, reg)| in hw_sm750_crtc_setMode() 375 FIELD_VALUE(0, PANEL_WINDOW_WIDTH, WIDTH, var->xres -1)| in hw_sm750_crtc_setMode() 403 FIELD_VALUE(0, CRT_FB_WIDTH, WIDTH, reg)| in hw_sm750_crtc_setMode()
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 59 - cavium,bus-width: A cell specifying the WIDTH parameter (in bits) of
|
/linux-4.1.27/Documentation/input/ |
D | multi-touch-protocol.txt | 169 The TOUCH and WIDTH parameters have a geometrical interpretation; imagine 256 of TOUCH and WIDTH for pressure-based devices or any device with a spatial 395 In the specific application of creating gesture events, the TOUCH and WIDTH
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | bitfield.h | 52 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH)
|
D | falcon.c | 141 hw_name ## _ ## WIDTH == 48 ? 64 : hw_name ## _ ## WIDTH, \
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | debug-mmrs.c | 281 __GPTIMER(WIDTH, width); in bfin_debug_mmrs_gptimer()
|