Home | History | Annotate | Download | only in dev

Lines Matching defs:fbdevice

52 struct fbdevice {
80 int (*fbd_gattr)(struct fbdevice *, void *);
81 int (*fbd_gvideo)(struct fbdevice *, void *);
82 int (*fbd_svideo)(struct fbdevice *, void *);
83 int (*fbd_getcmap)(struct fbdevice *, void *);
84 int (*fbd_putcmap)(struct fbdevice *, void *);
87 int fbioctlfb(struct fbdevice *, u_long, void *);
89 void fb_attach(struct fbdevice *, int);
90 int fb_noioctl(struct fbdevice *, void *);
92 void fb_eeprom_setsize (struct fbdevice *);
95 int fb_pfour_get_video(struct fbdevice *);
96 void fb_pfour_set_video(struct fbdevice *, int);
98 void fb_pfour_setsize(struct fbdevice *);