Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sun/
H A Dfbvar.h54 struct fbdriver { struct
56 void (*fbd_unblank)(device_t);
80 struct fbdriver *fb_driver; /* pointer to driver */ argument
/netbsd-src/sys/arch/sun3/dev/
H A Dfbvar.h73 struct fbdriver { struct
75 int (*fbd_open)(dev_t, int, int, struct lwp *);
76 int (*fbd_close)(dev_t, int, int, struct lwp *);
77 paddr_t (*fbd_mmap)(dev_t, off_t, int);
78 int (*fbd_kqfilter)(dev_t, struct knote *);
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 *);