Searched refs:fbtype (Results 1 – 10 of 10) sorted by relevance
98 struct fbtype { struct106 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument211 struct fbtype fbtype; /* fbtype info for real device */ member
1443 ((struct fbtype *)arg)->fb_type = fb_type(adp->va_type); in gdc_dev_ioctl()1444 ((struct fbtype *)arg)->fb_height = adp->va_info.vi_height; in gdc_dev_ioctl()1445 ((struct fbtype *)arg)->fb_width = adp->va_info.vi_width; in gdc_dev_ioctl()1446 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in gdc_dev_ioctl()1448 ((struct fbtype *)arg)->fb_cmsize = 0; in gdc_dev_ioctl()1450 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth; in gdc_dev_ioctl()1451 ((struct fbtype *)arg)->fb_size = adp->va_buffer_size; in gdc_dev_ioctl()
120 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in fb_ioctl()
2950 ((struct fbtype *)arg)->fb_type = fb_type(adp->va_type); in vga_dev_ioctl()2951 ((struct fbtype *)arg)->fb_height = adp->va_info.vi_height; in vga_dev_ioctl()2952 ((struct fbtype *)arg)->fb_width = adp->va_info.vi_width; in vga_dev_ioctl()2953 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()2955 ((struct fbtype *)arg)->fb_cmsize = 0; in vga_dev_ioctl()2957 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth; in vga_dev_ioctl()2958 ((struct fbtype *)arg)->fb_size = adp->va_buffer_size; in vga_dev_ioctl()
707 struct fbtype *fb; in creator_ioctl()712 fb = (struct fbtype *)data; in creator_ioctl()
879 struct fbtype *fb; in machfb_ioctl()885 fb = (struct fbtype *)data; in machfb_ioctl()
96 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in vt_fb_ioctl()
591 struct fbtype *fb; in am335x_syscons_ioctl()597 fb = (struct fbtype *)data; in am335x_syscons_ioctl()
728 struct fbtype *fb; in ipu3fb_ioctl()734 fb = (struct fbtype *)data; in ipu3fb_ioctl()
817 struct fbtype *fb; in bcmfb_ioctl()823 fb = (struct fbtype *)data; in bcmfb_ioctl()