Searched refs:d_pitch (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsoftcursor.c28 unsigned int i, size, dsize, s_pitch, d_pitch; local
53 d_pitch = (s_pitch + scan_align) & ~scan_align;
55 size = d_pitch * image->height + buf_align;
74 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height);
H A Dbitblit.c78 u32 d_pitch, u32 s_pitch, u32 cellsize,
95 __fb_pad_aligned_buffer(dst, d_pitch, src, idx,
98 fb_pad_aligned_buffer(dst, d_pitch, src, idx,
109 u32 attr, u32 cnt, u32 d_pitch,
129 fb_pad_unaligned_buffer(dst, d_pitch, src, idx,
76 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
107 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_ud.c86 u32 d_pitch, u32 s_pitch, u32 cellsize,
103 __fb_pad_aligned_buffer(dst, d_pitch, src, idx,
106 fb_pad_aligned_buffer(dst, d_pitch, src, idx,
117 u32 attr, u32 cnt, u32 d_pitch,
137 fb_pad_unaligned_buffer(dst, d_pitch, src, idx,
84 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
115 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
H A Dfbcon_ccw.c99 u32 d_pitch, u32 s_pitch, u32 cellsize,
116 __fb_pad_aligned_buffer(dst, d_pitch, src, idx,
119 fb_pad_aligned_buffer(dst, d_pitch, src, idx,
122 dst += d_pitch * vc->vc_font.width;
97 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.c85 u32 d_pitch, u32 s_pitch, u32 cellsize,
102 __fb_pad_aligned_buffer(dst, d_pitch, src, idx,
105 fb_pad_aligned_buffer(dst, d_pitch, src, idx,
108 dst += d_pitch * vc->vc_font.width;
83 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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h936 extern void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx,
938 extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height);
949 static inline void __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, argument
954 d_pitch -= s_pitch;
960 dst += d_pitch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmem.c87 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) argument
89 __fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, height);
93 void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, argument
118 dst += d_pitch;
H A Dneofb.c1492 int bltCntl_flags, d_pitch, data_len; local
1495 d_pitch = (s_pitch + scan_align) & ~scan_align;
1496 data_len = ((d_pitch * image->height) + buf_align) & ~buf_align;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c571 u32 d_pitch = MAX_CURS / 8; local
591 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c1633 u32 d_pitch = MAX_CURS/8; local
1653 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch,

Completed in 187 milliseconds