Searched defs:fbdevice (Results 1 – 1 of 1) sorted by relevance
35 struct fbdevice { struct36 int fb_major; /* XXX */37 struct fbtype fb_type; /* what it says */38 caddr_t fb_pixels; /* display RAM */39 int fb_linebytes; /* bytes per display line */41 struct fbdriver *fb_driver; /* pointer to driver */42 struct device *fb_device; /* parameter for fbd_unblank */45 u_int fb_bits; /* see defines below */46 int fb_ringing; /* bell currently ringing */47 int fb_belldepth; /* audible bell depth */[all …]