Searched refs:pitch (Results 1 - 25 of 266) sorted by path

1234567891011

/linux-master/arch/powerpc/include/asm/
H A Dps3gpu.h59 u64 ioif_offset, u64 sync_width, u64 pitch)
64 pitch);
58 lv1_gpu_fb_blit(u64 context_handle, u64 ddr_offset, u64 ioif_offset, u64 sync_width, u64 pitch) argument
H A Dbtext.h13 int depth, int pitch);
14 extern void btext_setup_display(int width, int height, int depth, int pitch,
H A Dps3av.h552 u32 pitch; /* in: line size in byte */ member in struct:ps3av_pkt_video_mode
571 /* video: pitch */
577 u32 pitch; /* in: line size in byte */ member in struct:ps3av_pkt_video_pitch
/linux-master/drivers/char/
H A Ddtlk.c550 status.pitch = *t++;
/linux-master/drivers/gpu/drm/radeon/
H A Dr100_track.h17 unsigned pitch; member in struct:r100_cs_track_cb
41 unsigned pitch; member in struct:r100_cs_track_texture
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo_guest.h54 u32 pitch, u32 width, u32 height,
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_accel.c37 OUTREG(DEFAULT_PITCH_OFFSET, (rinfo->pitch << 0x16) |
39 OUTREG(DST_PITCH_OFFSET, (rinfo->pitch << 0x16) | (rinfo->fb_local_base >> 10));
40 OUTREG(SRC_PITCH_OFFSET, (rinfo->pitch << 0x16) | (rinfo->fb_local_base >> 10));
287 OUTREG(DEFAULT_PITCH_OFFSET, (rinfo->pitch << 0x16) |
289 OUTREG(DST_PITCH_OFFSET, (rinfo->pitch << 0x16) | (rinfo->fb_local_base >> 10));
290 OUTREG(SRC_PITCH_OFFSET, (rinfo->pitch << 0x16) | (rinfo->fb_local_base >> 10));
/linux-master/drivers/video/fbdev/
H A Dcontrolfb.h63 struct preg pitch; /* addrs diff between scan lines */ member in struct:control_regs
H A Dplatinumfb.h61 int pitch[3]; member in struct:platinum_regvals
H A Dsh_mobile_lcdcfb.h54 * @pitch: Frame buffer line pitch
84 unsigned int pitch; member in struct:sh_mobile_lcdc_chan
H A Dvalkyriefb.h84 int pitch[2]; /* bytes/line, indexed by color_mode */ member in struct:valkyrie_regvals
/linux-master/drivers/video/fbdev/i810/
H A Di810.h271 u32 pitch; member in struct:i810fb_par
H A Di810_accel.c183 * @pitch: pixels per line of the buffer
195 static inline void color_blit(int width, int height, int pitch, int dest, argument
204 PUT_RING(rop << 16 | pitch | SOLIDPATTERN | DYN_COLOR_EN | blit_bpp);
269 PUT_RING(PARSER | FRONT_BUFFER | ((par->pitch >> 3) << 8));
329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; local
353 pitch = info->fix.line_length;
356 pitch = (-(info->fix.line_length)) & 0xFFFF;
363 source_copy_blit(width, height, pitch, xdir, src, dest,
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c205 int pitch, i; local
207 pitch = info->fix.line_length;
260 NVDmaNext(par, pitch | (pitch << 16));
/linux-master/drivers/video/fbdev/via/
H A Dvia_modesetting.c140 void via_set_primary_pitch(u32 pitch) argument
142 DEBUG_MSG(KERN_DEBUG "via_set_primary_pitch(0x%08X)\n", pitch);
146 pitch = pitch >> 3;
147 via_write_reg(VIACR, 0x13, pitch & 0xFF);
148 via_write_reg_mask(VIACR, 0x35, (pitch >> (8 - 5)) & 0xE0, 0xE0);
151 void via_set_secondary_pitch(u32 pitch) argument
153 DEBUG_MSG(KERN_DEBUG "via_set_secondary_pitch(0x%08X)\n", pitch);
154 pitch = pitch >>
[all...]
H A Dvia_modesetting.h41 void via_set_primary_pitch(u32 pitch);
42 void via_set_secondary_pitch(u32 pitch);
/linux-master/include/linux/
H A Ddtlk.h72 unsigned char pitch; /* nP; 0-99 */ member in struct:dtlk_settings
/linux-master/include/uapi/drm/
H A Dradeon_drm.h678 int pitch; member in struct:drm_radeon_texture
859 __u32 pitch; member in struct:drm_radeon_gem_set_tiling
865 __u32 pitch; member in struct:drm_radeon_gem_get_tiling
/linux-master/include/video/
H A Dneomagic.h101 __u32 pitch; member in struct:__anon14664
/linux-master/sound/isa/sb/
H A Demu8000_callback.c240 /* set pitch offset */
262 /* lfo1 pitch & cutoff shift */
266 /* lfo2 pitch & freq */
309 /* set reverb and pitch target */
333 * Set the pitch of a possibly playing note.
373 short pitch; local
377 pitch = (char)(vp->reg.parm.fmmod>>8);
380 pitch += (MOD_SENSE * modulation) / 1200;
381 LIMITVALUE(pitch, -128, 127);
382 fmmod = ((unsigned char)pitch<<
398 short pitch; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dbtext.c107 void __init btext_setup_display(int width, int height, int depth, int pitch, argument
116 dispDeviceRowBytes = pitch;
162 unsigned int width, height, depth, pitch; local
184 pitch = width * ((depth + 7) / 8);
189 pitch = *prop;
190 if (pitch == 1)
191 pitch = 0x1000;
209 dispDeviceRowBytes = pitch;
263 int depth, int pitch)
278 dispDeviceRowBytes = pitch;
262 btext_update_display(unsigned long phys, int width, int height, int depth, int pitch) argument
[all...]
H A Dprom_init.c2457 u32 width, height, pitch, addr; local
2467 if (prom_getprop(node, "linebytes", &pitch, 4) == PROM_ERROR)
2474 width, height, pitch, addr);
2475 btext_setup_display(width, height, 8, pitch, addr);
/linux-master/arch/sparc/kernel/
H A Dbtext.c42 unsigned int width, height, depth, pitch; local
52 pitch = width * ((depth + 7) / 8);
56 pitch = prop;
58 if (pitch == 1)
59 pitch = 0x1000;
75 dispDeviceRowBytes = pitch;
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_acntpc.c65 __ATTR(pitch, 0644, spk_var_show, spk_var_store);
318 module_param_named(pitch, vars[PITCH_ID].u.n.default_val, int, 0444);
328 MODULE_PARM_DESC(pitch, "Set the pitch variable on load.");
H A Dspeakup_acntsa.c51 __ATTR(pitch, 0644, spk_var_show, spk_var_store);
143 module_param_named(pitch, vars[PITCH_ID].u.n.default_val, int, 0444);
152 MODULE_PARM_DESC(pitch, "Set the pitch variable on load.");

Completed in 271 milliseconds

1234567891011