Searched defs:s_pitch (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/video/console/
H A Dsoftcursor.c27 unsigned int i, size, dsize, s_pitch, d_pitch; soft_cursor() local
H A Dbitblit.c77 bit_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) bit_putcs_aligned() argument
108 bit_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) bit_putcs_unaligned() argument
H A Dfbcon_ccw.c98 ccw_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) ccw_putcs_aligned() argument
H A Dfbcon_cw.c83 cw_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) cw_putcs_aligned() argument
H A Dfbcon_ud.c85 ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) ud_putcs_aligned() argument
116 ud_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) ud_putcs_unaligned() argument
/linux-4.4.14/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c1624 u32 s_pitch = (ROUND_UP_TO(cursor->image.width, 8) / 8); intelfb_cursor() local
/linux-4.4.14/drivers/video/fbdev/
H A Dneofb.c1432 int s_pitch = (image->width * image->depth + 7) >> 3; neo2200_imageblit() local
/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnvidia.c563 u32 s_pitch = (cursor->image.width + 7) >> 3; nvidiafb_cursor() local
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbmem.c118 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) fb_pad_aligned_buffer() argument
/linux-4.4.14/drivers/video/fbdev/riva/
H A Dfbdev.c1612 u32 s_pitch = (cursor->image.width+7) >> 3; rivafb_cursor() local
/linux-4.4.14/include/linux/
H A Dfb.h645 __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) __fb_pad_aligned_buffer() argument

Completed in 368 milliseconds