Home
last modified time | relevance | path

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

/dports/cad/alliance/alliance/src/fvh/src/
H A Dfbh_typ.c51 struct fbtyp *fbh_crtfbtyp (listfbtyp) in fbh_crtfbtyp()
53 struct fbtyp *listfbtyp; /* pointer on the list of fbtyps */ in fbh_crtfbtyp()
56 struct fbtyp *lclfbtyp = listfbtyp;
57 struct fbtyp *ptfbtyp = 0;
68 ptfbtyp = (struct fbtyp *) mbkalloc (size * sizeof(struct fbtyp));
H A Dfvh.h98 struct fbtyp *BETYP; /* list of declared types */
286 typedef struct fbtyp /* type or subtype */ struct
288 struct fbtyp *NEXT; /* next fbtyp */ argument
338 …extern struct fbtyp * fbh_addfbtyp __P((struct fbtyp *lastfbtyp, char *name, int left, int right,…
340 extern struct fbtyp * fbh_crtfbtyp __P((struct fbtyp *listfbtyp));
366 extern void fbh_frefbtyp __P((struct fbtyp *listfbtyp));
379 extern struct fbtyp * fbh_prdeftyp __P(());
H A Dfbh_add.c485 struct fbtyp *fbh_addfbtyp (lastfbtyp, name , left , right , value , in fbh_addfbtyp()
488 struct fbtyp *lastfbtyp; /* pointer on the last fbtyp */ in fbh_addfbtyp()
501 struct fbtyp *ptfbtyp;
505 ptfbtyp = (struct fbtyp *) mbkalloc (sizeof(struct fbtyp));
579 struct fbtyp *fbh_prdeftyp () in fbh_prdeftyp()
585 struct fbtyp *t = 0; in fbh_prdeftyp()
H A Dfbh_fre.c392 struct fbtyp *listfbtyp; /* list of fbtyp to be deleted */ in fbh_frefbtyp()
395 struct fbtyp *ptfbtyp;
H A Dfbl_bcomp_y.y74 struct fbtyp type;
526 struct fbtyp *fbtyp_pnt;
769 struct fbtyp *listfbtyp;
770 struct fbtyp *fbtypaux;
771 struct fbtyp *revfbtyp = 0;
980 { struct fbtyp *fbtyp_pnt;
981 fbtyp_pnt = (struct fbtyp*)chktab(hshtab,$1,FBL_MODNAM,FBL_PNTDFN);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1828 struct fbtype fbtyp; in atyfb_ioctl() local
1834 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()
1835 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()
1836 fbtyp.fb_height = par->crtc.vyres; in atyfb_ioctl()
1837 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()
1838 fbtyp.fb_cmsize = info->cmap.len; in atyfb_ioctl()
1839 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()
1840 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()
1841 sizeof(fbtyp))) in atyfb_ioctl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1828 struct fbtype fbtyp; in atyfb_ioctl() local
1834 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()
1835 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()
1836 fbtyp.fb_height = par->crtc.vyres; in atyfb_ioctl()
1837 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()
1838 fbtyp.fb_cmsize = info->cmap.len; in atyfb_ioctl()
1839 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()
1840 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()
1841 sizeof(fbtyp))) in atyfb_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1828 struct fbtype fbtyp; in atyfb_ioctl() local
1834 fbtyp.fb_type = FBTYPE_PCI_GENERIC; in atyfb_ioctl()
1835 fbtyp.fb_width = par->crtc.vxres; in atyfb_ioctl()
1836 fbtyp.fb_height = par->crtc.vyres; in atyfb_ioctl()
1837 fbtyp.fb_depth = info->var.bits_per_pixel; in atyfb_ioctl()
1838 fbtyp.fb_cmsize = info->cmap.len; in atyfb_ioctl()
1839 fbtyp.fb_size = info->fix.smem_len; in atyfb_ioctl()
1840 if (copy_to_user((struct fbtype __user *) arg, &fbtyp, in atyfb_ioctl()
1841 sizeof(fbtyp))) in atyfb_ioctl()