Home
last modified time | relevance | path

Searched refs:fbtype (Results 1 – 10 of 10) sorted by relevance

/trueos/sys/sys/
HDfbio.h98 struct fbtype { struct
106 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
211 struct fbtype fbtype; /* fbtype info for real device */ member
/trueos/sys/pc98/cbus/
HDgdc.c1443 ((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()
/trueos/sys/dev/fb/
HDfbd.c120 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in fb_ioctl()
HDvga.c2950 ((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()
HDcreator.c707 struct fbtype *fb; in creator_ioctl()
712 fb = (struct fbtype *)data; in creator_ioctl()
HDmachfb.c879 struct fbtype *fb; in machfb_ioctl()
885 fb = (struct fbtype *)data; in machfb_ioctl()
/trueos/sys/dev/vt/hw/fb/
HDvt_fb.c96 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in vt_fb_ioctl()
/trueos/sys/arm/ti/am335x/
HDam335x_lcd_syscons.c591 struct fbtype *fb; in am335x_syscons_ioctl()
597 fb = (struct fbtype *)data; in am335x_syscons_ioctl()
/trueos/sys/arm/freescale/imx/
HDimx51_ipuv3.c728 struct fbtype *fb; in ipu3fb_ioctl()
734 fb = (struct fbtype *)data; in ipu3fb_ioctl()
/trueos/sys/arm/broadcom/bcm2835/
HDbcm2835_fb.c817 struct fbtype *fb; in bcmfb_ioctl()
823 fb = (struct fbtype *)data; in bcmfb_ioctl()