Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/fb/
H A Dfbd.c125 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in fb_ioctl()
H A Dvga.c2997 ((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()
/freebsd-13.1/sys/sys/
H A Dfbio.h101 struct fbtype { struct
109 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
/freebsd-13.1/sys/dev/vt/hw/fb/
H A Dvt_fb.c101 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype)); in vt_fb_ioctl()
/freebsd-13.1/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c589 struct fbtype *fb; in am335x_syscons_ioctl()
595 fb = (struct fbtype *)data; in am335x_syscons_ioctl()
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c681 struct fbtype *fb; in bcmfb_ioctl()
687 fb = (struct fbtype *)data; in bcmfb_ioctl()
/freebsd-13.1/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c728 struct fbtype *fb; in ipu3fb_ioctl()
734 fb = (struct fbtype *)data; in ipu3fb_ioctl()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp794 unsigned struct_fbtype_sz = sizeof(fbtype);