HomeSort by: relevance | last modified time | path
    Searched defs:fbdevice (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
fbvar.h 52 struct fbdevice { struct
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 *);
    [all...]
  /src/sys/dev/sun/
fbvar.h 74 struct fbdevice { struct
91 void fb_attach(struct fbdevice *, int);
92 void fb_setsize_obp(struct fbdevice *, int, int, int, int);
93 void fb_setsize_eeprom(struct fbdevice *, int, int, int);
94 void fb_setsize_pfour(struct fbdevice *);
97 void fbrcons_init(struct fbdevice *);
103 int fb_pfour_get_video(struct fbdevice *);
104 void fb_pfour_set_video(struct fbdevice *, int);

Completed in 11 milliseconds