Searched defs:sunfb (Results 1 – 1 of 1) sorted by relevance
48 struct sunfb { struct49 struct device sf_dev; /* base device */51 int sf_width;52 int sf_height;53 int sf_depth;77 void fb_setsize(struct sunfb*, int, int, int, int, int); argument