Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfbio.h50 struct fbtype { struct
58 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
87 struct fbtype fbtype; /* real frame buffer fbtype */ member
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dfbio.h50 struct fbtype { struct
58 #define FBIOGTYPE _IOR('F', 0, struct fbtype) argument
90 struct fbtype fbtype; /* real frame buffer fbtype */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_init.c289 (ioctl(fd, FBIOGTYPE, &fbattr.fbtype) < 0)) { in xf86CloseConsole()
297 fbdata = mmap(NULL, fbattr.fbtype.fb_size, in xf86CloseConsole()
305 memset(fbdata, 0, fbattr.fbtype.fb_size); in xf86CloseConsole()
306 munmap(fbdata, fbattr.fbtype.fb_size); in xf86CloseConsole()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86sbusBus.c59 if (ioctl(fd, FBIOGTYPE, &fbattr.fbtype) < 0) { in CheckSbusDevice()
66 if (sbusDeviceTable[i].fbType == fbattr.fbtype.fb_type) in CheckSbusDevice()
77 psdp->width = fbattr.fbtype.fb_width; in CheckSbusDevice()
78 psdp->height = fbattr.fbtype.fb_height; in CheckSbusDevice()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsbuslib.c106 struct fbtype __user *f = (struct fbtype __user *) arg; in sbusfb_ioctl_helper()
/OK3568_Linux_fs/kernel/net/dccp/ccids/
H A Dccid3.c586 enum ccid3_fback_type fbtype) in ccid3_hc_rx_send_feedback() argument
593 switch (fbtype) { in ccid3_hc_rx_send_feedback()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Datyfb_base.c1818 struct fbtype fbtyp; in atyfb_ioctl()
1830 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()