Searched defs:bytespp (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/arch/arm/plat-omap/include/plat/ |
D | vrfb.h | 34 u8 bytespp; member 55 u8 bytespp) {} in omap_vrfb_adjust_size() 56 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 58 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 61 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup()
|
/linux-3.3/drivers/video/omap2/ |
D | vrfb.c | 82 static u32 get_image_width_roundup(u16 width, u8 bytespp) in get_image_width_roundup() 96 static inline u32 get_extra_physical_size(u16 image_width_roundup, u8 bytespp) in get_extra_physical_size() 116 u8 bytespp) in omap_vrfb_adjust_size() 123 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 136 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 160 unsigned bytespp, bool yuv_mode) in omap_vrfb_setup()
|
/linux-3.3/drivers/staging/omapdrm/ |
D | omap_drv.h | 141 int bytespp = (bpp + 7) / 8; in align_pitch() local
|
/linux-3.3/drivers/video/omap2/omapfb/ |
D | omapfb-main.c | 71 const unsigned bytespp = var->bits_per_pixel >> 3; in draw_pixel() local 458 int bytespp = var->bits_per_pixel >> 3; in check_fb_size() local 508 unsigned bytespp; in setup_vrfb_rotation() local 1449 int bytespp; in omapfb_alloc_fbmem_display() local
|
/linux-3.3/drivers/video/omap2/dss/ |
D | dsi.c | 4057 unsigned bytespp; in dsi_update_screen_dispc() local
|