Searched defs:fbdevice (Results 1 – 2 of 2) sorted by relevance
52 struct fbdevice { struct53 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
74 struct fbdevice { struct91 void fb_attach(struct fbdevice *, int); argument