Searched refs:fbtype (Results 1 – 10 of 10) sorted by relevance
99 struct fbtype { struct107 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument220 struct fbtype fbtype; /* fbtype info for real device */ member
125 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in fb_ioctl()
2997 ((struct fbtype *)arg)->fb_type = fb_type(adp->va_type); in vga_dev_ioctl()2998 ((struct fbtype *)arg)->fb_height = adp->va_info.vi_height; in vga_dev_ioctl()2999 ((struct fbtype *)arg)->fb_width = adp->va_info.vi_width; in vga_dev_ioctl()3000 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()3002 ((struct fbtype *)arg)->fb_cmsize = 0; in vga_dev_ioctl()3004 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth; in vga_dev_ioctl()3005 ((struct fbtype *)arg)->fb_size = adp->va_buffer_size; in vga_dev_ioctl()
708 struct fbtype *fb; in creator_ioctl()713 fb = (struct fbtype *)data; in creator_ioctl()
880 struct fbtype *fb; in machfb_ioctl()886 fb = (struct fbtype *)data; in machfb_ioctl()
101 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in vt_fb_ioctl()
590 struct fbtype *fb; in am335x_syscons_ioctl()596 fb = (struct fbtype *)data; in am335x_syscons_ioctl()
730 struct fbtype *fb; in ipu3fb_ioctl()736 fb = (struct fbtype *)data; in ipu3fb_ioctl()
682 struct fbtype *fb; in bcmfb_ioctl()688 fb = (struct fbtype *)data; in bcmfb_ioctl()
488 unsigned struct_fbtype_sz = sizeof(fbtype);