Searched refs:bpp (Results 151 - 175 of 462) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/scrub/
H A Dreaddir.c148 struct xfs_buf **bpp)
157 *bpp = NULL;
178 return xfs_dir3_data_read(tp, dp, map.br_startoff, 0, bpp);
143 xchk_read_leaf_dir_buf( struct xfs_trans *tp, struct xfs_inode *dp, struct xfs_da_geometry *geo, xfs_dir2_off_t *curoff, struct xfs_buf **bpp) argument
/linux-master/drivers/media/platform/atmel/
H A Datmel-isi.c80 * @bpp: Bytes per pixel (when stored in memory)
88 u8 bpp; member in struct:isi_format
622 pixfmt->bytesperline = pixfmt->width * isi_fmt->bpp;
996 .bpp = 2,
1001 .bpp = 2,
1006 .bpp = 2,
1011 .bpp = 2,
1016 .bpp = 2,
1021 .bpp = 2,
1026 .bpp
[all...]
/linux-master/drivers/video/fbdev/
H A Dimxfb.c46 unsigned char bpp; member in struct:imx_fb_videomode
390 var->bits_per_pixel = imxfb_mode->bpp;
748 u32 bpp; local
761 ret = of_property_read_u32(np, "bits-per-pixel", &bpp);
765 dev_err(dev, "Failed to read bpp and pcr from DT\n");
769 if (bpp < 1 || bpp > 255) {
774 imxfb_mode->bpp = bpp;
951 * be the same as m->bpp/
[all...]
H A Dsm712.h80 int bpp; member in struct:modeinit
H A Dwm8505fb.c271 u32 bpp; local
314 ret = of_property_read_u32(pdev->dev.of_node, "bits-per-pixel", &bpp);
327 fb_mem_len = mode.xres * mode.yres * 2 * (bpp / 8);
337 fbi->fb.var.bits_per_pixel = bpp;
H A Damifb.c728 u_short bpp; /* vmode */ member in struct:amifb_par
1161 par->bpp = var->bits_per_pixel;
1163 if (par->bpp < 1)
1164 par->bpp = 1;
1165 if (par->bpp > maxdepth[clk_shift]) {
1167 par->bpp = maxdepth[clk_shift];
1169 DPRINTK("invalid bpp\n");
1174 if (par->bpp < 6)
1175 par->bpp = 6;
1176 if (par->bpp !
3126 fill_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, u32 color) argument
3141 xor_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, u32 color) argument
3200 copy_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, unsigned long *src, int src_idx, u32 n) argument
3217 copy_one_line_rev(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, unsigned long *src, int src_idx, u32 n) argument
3299 expand_one_line(int bpp, unsigned long next_plane, unsigned long *dst, int dst_idx, u32 n, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
H A Dtdfxfb.c26 * (proper acceleration, 24 bpp, hardware cursor) and bug fixes by Attila
96 /* "640x480, 8 bpp @ 60 Hz */
277 * Set the color of a palette entry in 8bpp mode
848 u32 bpp = info->var.bits_per_pixel; local
850 u32 fmt = stride | ((bpp + ((bpp == 8) ? 0 : 8)) << 13);
868 dstbase += dx * bpp >> 3;
892 u32 bpp = info->var.bits_per_pixel; local
895 u32 fmt = stride | ((bpp + ((bpp
951 u32 bpp = info->var.bits_per_pixel; local
[all...]
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c40 int width, height, bpp, pitch; local
47 bpp = fb ? fb->format->cpp[0] * 8 : 32;
48 pitch = fb ? fb->pitches[0] : width * bpp / 8;
60 vbox_crtc->fb_offset % (bpp / 8) == 0) {
63 vbox_write_ioport(VBE_DISPI_INDEX_VIRT_WIDTH, pitch * 8 / bpp);
64 vbox_write_ioport(VBE_DISPI_INDEX_BPP, bpp);
67 vbox_crtc->fb_offset % pitch / bpp * 8 + vbox_crtc->x);
77 vbox_crtc->x * bpp / 8 +
79 pitch, width, height, bpp, flags);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_accel.h180 #define SiS300SetupDSTColorDepth(bpp) \
182 MMIO_OUT16(ivideo->mmio_vbase, BR(1)+2, bpp);\
310 #define SiS310SetupDSTColorDepth(bpp) \
312 MMIO_OUT16(ivideo->mmio_vbase, AGP_BASE, bpp);\
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c225 vout->pix.height, vout->bpp, yuv_mode);
253 pixsize = vout->bpp * vout->vrfb_bpp;
254 dst_icg = MAX_PIXELS_PER_LINE * pixsize - vout->pix.width * vout->bpp;
261 xt->sgl[0].size = vout->pix.width * vout->bpp;
H A Domap_voutdef.h158 int bpp; /* bytes per pixel */ member in struct:omap_vout_device
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp.h41 * @bpp: bits per pixel (general)
49 u8 bpp; member in struct:bdisp_fmt
/linux-master/drivers/video/fbdev/omap/
H A Dlcd_ams_delta.c107 .bpp = 12,
/linux-master/include/linux/platform_data/
H A Dvideo-pxafb.h70 u_char bpp; member in struct:pxafb_mode_info
/linux-master/sound/usb/caiaq/
H A Ddevice.h91 unsigned int samplerates, bpp; member in struct:snd_usb_caiaqdev
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.h101 xfs_dablk_t bno, struct xfs_buf **bpp);
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss.h140 s64 camss_get_link_freq(struct media_entity *entity, unsigned int bpp,
/linux-master/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c658 isc->try_config.bpp = 8;
668 isc->try_config.bpp = 16;
678 isc->try_config.bpp = 16;
685 isc->try_config.bpp = 16;
692 isc->try_config.bpp = 16;
699 isc->try_config.bpp = 16;
707 isc->try_config.bpp = 32;
714 isc->try_config.bpp = 12;
721 isc->try_config.bpp = 16;
728 isc->try_config.bpp
[all...]
/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.h100 u8 bpp[3]; member in struct:sun4i_csi_format
/linux-master/drivers/video/fbdev/riva/
H A Driva_hw.c658 int data, pagemiss, cas,width, video_enable, bpp; local
673 bpp = arb->pix_bpp;
712 crtc_drain_rate = pclk_freq * bpp/8;
743 crtc_drain_rate = pclk_freq * bpp/8;
753 p1 = p1 * bpp / 8;
839 int data, pagemiss, width, video_enable, bpp; local
859 bpp = arb->pix_bpp;
893 mclk_extra = (bpp == 32) ? 31 : 42; /* Margin of error */
898 mclk_extra = (bpp == 32) ? 8 : 4; /* Margin of error */
929 crtc_drain_rate = pclk_freq * bpp/
1215 CalcStateExt( RIVA_HW_INST *chip, RIVA_HW_STATE *state, struct pci_dev *pdev, int bpp, int width, int hDisplaySize, int height, int dotClock ) argument
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c431 int bpp)
437 bppshft2 = bpp;
449 int xres, int bpp)
456 switch (bpp) {
482 int bpp)
489 if (!bpp) return xres;
495 if ((*width >= xres) && (matroxfb_test_and_set_rounding(minfo, *width, bpp) == *width)) {
502 xres_new = matroxfb_test_and_set_rounding(minfo, xres, bpp);
534 unsigned char bpp; member in struct:RGBT
552 unsigned int bpp local
430 matroxfb_get_final_bppShift(const struct matrox_fb_info *minfo, int bpp) argument
448 matroxfb_test_and_set_rounding(const struct matrox_fb_info *minfo, int xres, int bpp) argument
481 matroxfb_pitch_adjust(const struct matrox_fb_info *minfo, int xres, int bpp) argument
[all...]
/linux-master/drivers/staging/media/deprecated/atmel/
H A Datmel-isc-base.c624 isc->try_config.bpp = 8;
634 isc->try_config.bpp = 16;
644 isc->try_config.bpp = 16;
651 isc->try_config.bpp = 16;
658 isc->try_config.bpp = 16;
665 isc->try_config.bpp = 16;
673 isc->try_config.bpp = 32;
680 isc->try_config.bpp = 12;
687 isc->try_config.bpp = 16;
694 isc->try_config.bpp
[all...]
/linux-master/fs/nfsd/
H A Dexport.c61 char **bpp, int *blen)
67 qword_add(bpp, blen, ek->ek_client->name);
69 qword_add(bpp, blen, type);
70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype));
71 (*bpp)[-1] = '\n';
373 char **bpp, int *blen)
379 qword_add(bpp, blen, exp->ex_client->name);
380 pth = d_path(&exp->ex_path, *bpp, *blen);
383 (*bpp)[0] = '\n';
386 qword_add(bpp, ble
59 expkey_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) argument
371 svc_export_request(struct cache_detail *cd, struct cache_head *h, char **bpp, int *blen) argument
[all...]
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c82 s->width * s->bpp, s->stride, desc);
641 s->stride = timings->bt.width * s->bpp;
809 s->bpp = COBALT_BYTES_PER_PIXEL_YUYV;
812 s->bpp = COBALT_BYTES_PER_PIXEL_RGB24;
815 s->bpp = COBALT_BYTES_PER_PIXEL_RGB32;
924 s->bpp = COBALT_BYTES_PER_PIXEL_YUYV;
928 s->bpp = COBALT_BYTES_PER_PIXEL_RGB32;
1219 s->bpp = 1;
1222 s->bpp = COBALT_BYTES_PER_PIXEL_RGB32;
1225 s->bpp
[all...]
/linux-master/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c268 * @bpp: bits per pixel
273 u8 bpp; member in struct:zynqmp_dp_config
531 * @bpp: bits per pixel
535 static inline int zynqmp_dp_max_rate(int link_rate, u8 lane_num, u8 bpp) argument
537 return link_rate * lane_num * 8 / bpp;
560 u8 bpp = dp->config.bpp; local
585 rate = zynqmp_dp_max_rate(bw, lane_cnt, bpp);
1174 /* Update the current bpp based on the format. */
1175 config->bpp
[all...]

Completed in 224 milliseconds

1234567891011>>