Searched refs:fb_fbtype (Results 1 – 5 of 5) sorted by relevance
140 *(struct fbtype *)vp = fb->fb_fbtype; in fbioctlfb() 228 fb->fb_fbtype.fb_width = w; in fb_eeprom_setsize() 229 fb->fb_fbtype.fb_height = h; in fb_eeprom_setsize() 321 fb->fb_fbtype.fb_width = w; in fb_pfour_setsize() 322 fb->fb_fbtype.fb_height = h; in fb_pfour_setsize()
192 fbt = &fb->fb_fbtype; in cg2attach() 257 fba->real_type = fb->fb_fbtype.fb_type; in cg2gattr() 259 fba->fbtype = fb->fb_fbtype; in cg2gattr() 261 fba->sattr.emu_type = fb->fb_fbtype.fb_type; in cg2gattr() 263 fba->emu_types[0] = fb->fb_fbtype.fb_type; in cg2gattr()
256 fbt = &fb->fb_fbtype; in cg4attach() 414 fba->real_type = fb->fb_fbtype.fb_type; in cg4gattr() 416 fba->fbtype = fb->fb_fbtype; in cg4gattr() 418 fba->sattr.emu_type = fb->fb_fbtype.fb_type; in cg4gattr() 420 fba->emu_types[0] = fb->fb_fbtype.fb_type; in cg4gattr()
204 fbt = &fb->fb_fbtype; in bw2attach() 326 int size = sc->sc_fb.fb_fbtype.fb_size; in bw2mmap()
53 struct fbtype fb_fbtype; /* see fbio.h */ member