Searched refs:fb_rgboffs (Results 1 – 3 of 3) sorted by relevance
183 info->fb_rgboffs.red = roffset; in vt_config_cons_colors()184 info->fb_rgboffs.green = goffset; in vt_config_cons_colors()185 info->fb_rgboffs.blue = boffset; in vt_config_cons_colors()187 memset(&info->fb_rgboffs, 0, sizeof(info->fb_rgboffs)); in vt_config_cons_colors()
114 struct fb_rgboffs { struct159 struct fb_rgboffs fb_rgboffs; /* RGB offsets */ member487 #define FBIO_GETRGBOFFS _IOR('F', 116, struct fb_rgboffs)
122 if (info->fb_rgboffs.red == 0 && info->fb_rgboffs.green == 0 && in vt_fb_ioctl() 123 info->fb_rgboffs.blue == 0) in vt_fb_ioctl() 125 memcpy((struct fb_rgboffs *)data, &info->fb_rgboffs, in vt_fb_ioctl() 126 sizeof(struct fb_rgboffs)); in vt_fb_ioctl()