Searched refs:ppix (Results 1 – 4 of 4) sorted by relevance
95 u16 *ppix = priv->fb; in video_clear() local98 while (ppix < end) in video_clear()99 *ppix++ = priv->colour_bg; in video_clear()103 u32 *ppix = priv->fb; in video_clear() local106 while (ppix < end) in video_clear()107 *ppix++ = priv->colour_bg; in video_clear()
35 -nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **handle_p)36 +nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr secondary, void **handle_p)38 struct nouveau_bo *bo = nouveau_pixmap_bo(ppix);39 struct nouveau_pixmap *nvpix = nouveau_pixmap(ppix);
825 struct v4l2_plane_pix_format *ppix = &mp->plane_fmt[0]; in fmt_sp2mp() local843 ppix->sizeimage = pix->sizeimage; in fmt_sp2mp()844 ppix->bytesperline = pix->bytesperline; in fmt_sp2mp()845 memset(ppix->reserved, 0, sizeof(ppix->reserved)); in fmt_sp2mp()853 struct v4l2_plane_pix_format *ppix = &mp->plane_fmt[0]; in fmt_sp2mp_func() local871 pix->sizeimage = ppix->sizeimage; in fmt_sp2mp_func()872 pix->bytesperline = ppix->bytesperline; in fmt_sp2mp_func()
207 u32 *ppix = lcd_base; in lcd_clear() local212 *ppix++ = bg_color; in lcd_clear()