Searched refs:fbtype (Results 1 – 7 of 7) sorted by relevance
120 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in fb_ioctl()
2954 ((struct fbtype *)arg)->fb_type = fb_type(adp->va_type); in vga_dev_ioctl()2955 ((struct fbtype *)arg)->fb_height = adp->va_info.vi_height; in vga_dev_ioctl()2956 ((struct fbtype *)arg)->fb_width = adp->va_info.vi_width; in vga_dev_ioctl()2957 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()2959 ((struct fbtype *)arg)->fb_cmsize = 0; in vga_dev_ioctl()2961 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth; in vga_dev_ioctl()2962 ((struct fbtype *)arg)->fb_size = adp->va_buffer_size; in vga_dev_ioctl()
97 struct fbtype { struct105 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
99 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in vt_fb_ioctl()
587 struct fbtype *fb; in am335x_syscons_ioctl()593 fb = (struct fbtype *)data; in am335x_syscons_ioctl()
677 struct fbtype *fb; in bcmfb_ioctl()683 fb = (struct fbtype *)data; in bcmfb_ioctl()
795 unsigned struct_fbtype_sz = sizeof(fbtype);