Home
last modified time | relevance | path

Searched defs:fbdevice (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sun3/dev/
H A Dfbvar.h52 struct fbdevice { struct
53 struct fbtype fb_fbtype; /* see fbio.h */
54 struct fbdriver *fb_driver; /* pointer to driver */
55 void *fb_private; /* for fb driver use */
56 const char *fb_name; /* i.e. device_xname(sc_dev) */
80 int (*fbd_gattr)(struct fbdevice *, void *); argument
/netbsd-src/sys/dev/sun/
H A Dfbvar.h74 struct fbdevice { struct
91 void fb_attach(struct fbdevice *, int); argument