/drivers/video/fbdev/ |
D | c2p_iplan2.c | 89 u8 pixels[16]; in c2p_iplan2() member 109 memset(d.pixels, 0, sizeof(d)); in c2p_iplan2() 110 memcpy(d.pixels+dst_idx, c, width); in c2p_iplan2() 121 memset(d.pixels, 0, dst_idx); in c2p_iplan2() 122 memcpy(d.pixels+dst_idx, c, w); in c2p_iplan2() 131 memcpy(d.pixels, c, 16); in c2p_iplan2() 141 memcpy(d.pixels, c, w); in c2p_iplan2() 142 memset(d.pixels+w, 0, 16-w); in c2p_iplan2()
|
D | c2p_planar.c | 91 u8 pixels[32]; in c2p_planar() member 109 memset(d.pixels, 0, sizeof(d)); in c2p_planar() 110 memcpy(d.pixels+dst_idx, c, width); in c2p_planar() 122 memset(d.pixels, 0, dst_idx); in c2p_planar() 123 memcpy(d.pixels+dst_idx, c, w); in c2p_planar() 133 memcpy(d.pixels, c, 32); in c2p_planar() 143 memcpy(d.pixels, c, w); in c2p_planar() 144 memset(d.pixels+w, 0, 32-w); in c2p_planar()
|
D | cirrusfb.c | 535 unsigned pixels = info->screen_size * 8 / var->bits_per_pixel; in cirrusfb_check_var() local 581 var->yres_virtual = pixels / var->xres_virtual; in cirrusfb_check_var() 590 if (var->xres_virtual * var->yres_virtual > pixels) { in cirrusfb_check_var()
|
D | Kconfig | 107 and 4 bits per pixel depths which has opposite order of pixels in 213 the standard blitting divides the screen into pixels. Because the 215 parameters in terms of number of tiles instead of number of pixels. 1272 packed pixels, so it is a good idea to compile them into the kernel 1323 packed pixels, so it is a good idea to compile them into the kernel
|
/drivers/media/usb/gspca/ |
D | se401.c | 489 int i, plen, bits, pixels, info, count; in sd_pkt_scan_janggu() local 514 pixels = sd->packet[1] + ((sd->packet[0] & 0x3f) << 8); in sd_pkt_scan_janggu() 538 sd->pixels_read += pixels; in sd_pkt_scan_janggu() 557 sd->pixels_read = pixels; in sd_pkt_scan_janggu()
|
/drivers/staging/fbtft/ |
D | Kconfig | 150 displays with a resolution of up to 320x240 pixels.
|
/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 101 u32 pixels; in smiapp_read_frame_fmt() local 117 pixels = desc & SMIAPP_FRAME_FORMAT_DESC_2_PIXELS_MASK; in smiapp_read_frame_fmt() 131 pixels = desc & SMIAPP_FRAME_FORMAT_DESC_4_PIXELS_MASK; in smiapp_read_frame_fmt() 167 what, pixels, which); in smiapp_read_frame_fmt() 178 || pixels >= sensor->limits[SMIAPP_LIMIT_MIN_FRAME_LENGTH_LINES] / 2) in smiapp_read_frame_fmt() 183 line_count += pixels; in smiapp_read_frame_fmt()
|
/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 1807 static s32 pixinc(int pixels, u8 ps) in pixinc() argument 1809 if (pixels == 1) in pixinc() 1811 else if (pixels > 1) in pixinc() 1812 return 1 + (pixels - 1) * ps; in pixinc() 1813 else if (pixels < 0) in pixinc() 1814 return 1 - (-pixels + 1) * ps; in pixinc()
|
/drivers/video/fbdev/matrox/ |
D | matroxfb_base.h | 236 unsigned int pixels; member
|
D | matroxfb_accel.c | 84 #define curr_ydstorg(x) ((x)->curr.ydstorg.pixels)
|
D | matroxfb_base.c | 778 minfo->curr.ydstorg.pixels = ydstorg; in matroxfb_set_par() 780 minfo->curr.ydstorg.pixels = (ydstorg * 8) / var->bits_per_pixel; in matroxfb_set_par()
|
/drivers/gpu/drm/i915/ |
D | intel_dsi.c | 761 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() argument 764 return DIV_ROUND_UP(DIV_ROUND_UP(pixels * bpp * burst_mode_ratio, in txbyteclkhs()
|
/drivers/media/platform/ |
D | Kconfig | 81 This module supports VGA(640x480 pixels) resolutions.
|
/drivers/staging/speakup/ |
D | spkguide.txt | 1255 pixels) generic paint programs or (for drawings) some widely available
|