Lines Matching refs:outptr
79 struct sti_init_outptr outptr = { 0, }; in sti_init_graph() local
86 &outptr, sti->glob_cfg); in sti_init_graph()
91 printk(KERN_ERR "STI init_graph failed (ret %d, errno %d)\n",ret,outptr.errno); in sti_init_graph()
95 sti->text_planes = outptr.text_planes; in sti_init_graph()
109 sti->outptr.ext_ptr = STI_PTR(&sti->outptr_ext); in sti_inq_conf()
114 &inptr, &sti->outptr, sti->glob_cfg); in sti_inq_conf()
135 struct sti_font_outptr outptr = { 0, }; in sti_putc() local
142 &inptr, &outptr, sti->glob_cfg); in sti_putc()
167 struct sti_blkmv_outptr outptr = { 0, }; in sti_set() local
174 &inptr, &outptr, sti->glob_cfg); in sti_set()
193 struct sti_blkmv_outptr outptr = { 0, }; in sti_clear() local
200 &inptr, &outptr, sti->glob_cfg); in sti_clear()
221 struct sti_blkmv_outptr outptr = { 0, }; in sti_bmove() local
228 &inptr, &outptr, sti->glob_cfg); in sti_bmove()
392 sti->outptr.bits_per_pixel, in sti_dump_outptr()
393 sti->outptr.bits_used, in sti_dump_outptr()
394 sti->outptr.planes, in sti_dump_outptr()
395 sti->outptr.attributes)); in sti_dump_outptr()
910 printk(KERN_INFO " graphics card name: %s\n", sti->outptr.dev_name ); in sti_try_rom_generic()