| /OK3568_Linux_fs/kernel/drivers/accessibility/braille/ |
| H A D | braille_console.c | 45 #define WIDTH 40 macro 47 static u16 console_buf[WIDTH]; 64 static u16 lastwrite[WIDTH]; in braille_write() 65 unsigned char data[1 + 1 + 2*WIDTH + 2 + 1], csum = 0, *c; in braille_write() 72 if (!memcmp(lastwrite, buf, WIDTH * sizeof(*buf))) in braille_write() 74 memcpy(lastwrite, buf, WIDTH * sizeof(*buf)); in braille_write() 85 for (i = 0; i < WIDTH; i++) { in braille_write() 112 vc_x = vc->state.x - (vc->state.x % WIDTH); in vc_follow_cursor() 128 u16 buf[WIDTH]; in vc_refresh() 131 for (i = 0; i < WIDTH; i++) { in vc_refresh() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/fbtft/ |
| H A D | fb_tls8204.c | 22 #define WIDTH 84 macro 24 #define TXBUFLEN WIDTH 101 for (x = 0; x < WIDTH; x++) { in write_vmem() 104 for (i = 0; i < 8 * WIDTH; i += WIDTH) { in write_vmem() 106 if (vmem16[(y * 8 * WIDTH) + i + x]) in write_vmem() 113 ret = par->fbtftops.write(par, par->txbuf.buf, WIDTH); in write_vmem() 138 .width = WIDTH,
|
| H A D | fb_uc1701.c | 21 #define WIDTH 102 macro 127 for (x = 0; x < WIDTH; x++) { in write_vmem() 130 *buf |= (vmem16[((y * 8 * WIDTH) + in write_vmem() 131 (i * WIDTH)) + x] ? in write_vmem() 140 ret = par->fbtftops.write(par, par->txbuf.buf, WIDTH); in write_vmem() 153 .width = WIDTH,
|
| H A D | fb_upd161704.c | 20 #define WIDTH 240 macro 123 write_reg(par, 0x0006, WIDTH - 1 - xs); in set_addr_win() 127 write_reg(par, 0x0006, WIDTH - 1 - ys); in set_addr_win() 166 .width = WIDTH,
|
| H A D | fb_bd663474.c | 20 #define WIDTH 240 macro 114 write_reg(par, 0x0200, WIDTH - 1 - xs); in set_addr_win() 118 write_reg(par, 0x0200, WIDTH - 1 - ys); in set_addr_win() 152 .width = WIDTH,
|
| H A D | fb_sh1106.c | 17 #define WIDTH 128 macro 23 if (!par->info->var.xres || par->info->var.xres > WIDTH || in init_display() 159 .width = WIDTH, 161 .txbuflen = WIDTH,
|
| H A D | fb_s6d1121.c | 20 #define WIDTH 240 macro 78 write_reg(par, 0x0020, WIDTH - 1 - xs); in set_addr_win() 82 write_reg(par, 0x0020, WIDTH - 1 - ys); in set_addr_win() 158 .width = WIDTH,
|
| H A D | fb_ili9320.c | 17 #define WIDTH 240 macro 174 write_reg(par, 0x0020, WIDTH - 1 - xs); in set_addr_win() 178 write_reg(par, 0x0020, WIDTH - 1 - ys); in set_addr_win() 246 .width = WIDTH,
|
| H A D | fb_ili9325.c | 18 #define WIDTH 240 macro 163 write_reg(par, 0x0020, WIDTH - 1 - xs); in set_addr_win() 167 write_reg(par, 0x0020, WIDTH - 1 - ys); in set_addr_win() 237 .width = WIDTH,
|
| H A D | fb_ssd1305.c | 18 #define WIDTH 128 macro 183 .width = WIDTH, 185 .txbuflen = WIDTH * HEIGHT / 8,
|
| H A D | fb_ili9486.c | 16 #define WIDTH 320 macro 85 .width = WIDTH,
|
| H A D | fb_ili9163.c | 20 #define WIDTH 128 macro 102 write_reg(par, MIPI_DCS_SET_COLUMN_ADDRESS, 0, 0, 0, WIDTH); in init_display() 232 .width = WIDTH,
|
| H A D | fb_ssd1325.c | 16 #define WIDTH 128 macro 170 .width = WIDTH, 172 .txbuflen = WIDTH * HEIGHT / 2,
|
| H A D | fb_ili9481.c | 18 #define WIDTH 320 macro 85 .width = WIDTH,
|
| H A D | fb_tinylcd.c | 17 #define WIDTH 320 macro 87 .width = WIDTH,
|
| H A D | fb_ili9340.c | 17 #define WIDTH 240 macro 121 .width = WIDTH,
|
| /OK3568_Linux_fs/debian/overlay/usr/bin/ |
| H A D | usbdevice | 282 WIDTH=$(echo $1 | cut -d'x' -f1) 289 echo $WIDTH > $DIR/wWidth 292 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMinBitRate 293 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMaxBitRate 294 echo $((WIDTH * HEIGHT * 2)) > $DIR/dwMaxVideoFrameBufferSize 300 WIDTH=$(echo $1 | cut -d'x' -f1) 307 echo $WIDTH > $DIR/wWidth 310 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMinBitRate 311 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMaxBitRate 312 echo $((WIDTH * HEIGHT * 2)) > $DIR/dwMaxVideoFrameBufferSize [all …]
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | usbdevice | 289 WIDTH=$(echo $1 | cut -d'x' -f1) 296 echo $WIDTH > $DIR/wWidth 299 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMinBitRate 300 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMaxBitRate 301 echo $((WIDTH * HEIGHT * 2)) > $DIR/dwMaxVideoFrameBufferSize 307 WIDTH=$(echo $1 | cut -d'x' -f1) 314 echo $WIDTH > $DIR/wWidth 317 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMinBitRate 318 echo $((WIDTH * HEIGHT * 20)) > $DIR/dwMaxBitRate 319 echo $((WIDTH * HEIGHT * 2)) > $DIR/dwMaxVideoFrameBufferSize [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | single_step_syscall.c | 64 # define WIDTH "q" macro 68 # define WIDTH "l" macro 163 asm volatile ("pushf" WIDTH "\n\t" in main() 164 "pop" WIDTH " %%r11\n\t" in main()
|
| /OK3568_Linux_fs/u-boot/drivers/demo/ |
| H A D | demo-shape.c | 19 #define WIDTH 8 macro 40 { 0, WIDTH, 0, 0 }, in shape_hello() 41 { HEIGHT / 2 - 1, WIDTH - HEIGHT / 2 + 1, -1, 1}, in shape_hello() 61 for (pos = 0; pos < WIDTH; pos++) { in shape_hello()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | idmouse.c | 27 #define WIDTH 225 macro 30 #define IMGSIZE ((WIDTH * HEIGHT) + sizeof(HEADER)-1) 182 for (bytes_read = sizeof(HEADER)-1 + WIDTH-1; bytes_read < IMGSIZE; bytes_read += WIDTH) in idmouse_create_image() 187 for (bytes_read = IMGSIZE-WIDTH; bytes_read < IMGSIZE-1; bytes_read++) in idmouse_create_image()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | hitfb.c | 30 #define WIDTH 640 macro 62 u32 saddr = WIDTH * dy + dx; in hitfb_accel_set_dest() 85 saddr = WIDTH * (sy + height) + sx + width; in hitfb_accel_bitblt() 86 daddr = WIDTH * (dy + height) + dx + width; in hitfb_accel_bitblt() 98 saddr = WIDTH * sy + sx; in hitfb_accel_bitblt() 99 daddr = WIDTH * dy + dx; in hitfb_accel_bitblt()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | numeric_traits.h | 95 #define _GLIBCXX_INT_N_TRAITS(T, WIDTH) \ in _GLIBCXX_VISIBILITY() argument 100 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY() 106 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | numeric_traits.h | 95 #define _GLIBCXX_INT_N_TRAITS(T, WIDTH) \ in _GLIBCXX_VISIBILITY() argument 100 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY() 106 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | ovly507e.c | 49 NVVAL(NV507E, SET_SIZE_IN, WIDTH, asyw->scale.sw) | in ovly507e_scale_set() 53 NVVAL(NV507E, SET_SIZE_OUT, WIDTH, asyw->scale.dw)); in ovly507e_scale_set() 78 NVVAL(NV507E, SURFACE_SET_SIZE, WIDTH, asyw->image.w) | in ovly507e_image_set()
|