Searched refs:fbtype (Results 1 – 8 of 8) sorted by relevance
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()
101 struct fbtype { struct109 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
101 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in vt_fb_ioctl()
589 struct fbtype *fb; in am335x_syscons_ioctl()595 fb = (struct fbtype *)data; in am335x_syscons_ioctl()
681 struct fbtype *fb; in bcmfb_ioctl()687 fb = (struct fbtype *)data; in bcmfb_ioctl()
728 struct fbtype *fb; in ipu3fb_ioctl()734 fb = (struct fbtype *)data; in ipu3fb_ioctl()
794 unsigned struct_fbtype_sz = sizeof(fbtype);