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

/linux-master/drivers/video/fbdev/core/
H A Dsoftcursor.c27 unsigned int i, size, dsize, s_pitch, d_pitch; 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) 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) 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) 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) argument
H A Dfbmem.c92 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) argument
98 void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, 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) 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) argument
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c58 static inline int d_pitch(struct fb_var_screeninfo *var) function
/linux-master/drivers/video/fbdev/
H A Dneofb.c1435 int bltCntl_flags, d_pitch, data_len; local
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c560 u32 d_pitch = MAX_CURS / 8; local
/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c1606 u32 d_pitch = MAX_CURS/8; local
/linux-master/include/linux/
H A Dfb.h623 static inline void __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, argument

Completed in 146 milliseconds