Lines Matching refs:outptr
78 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph() local
88 outptr->errno = 0; in sti_init_graph()
91 outptr, sti->glob_cfg); in sti_init_graph()
94 sti->text_planes = outptr->text_planes; in sti_init_graph()
95 err = outptr->errno; in sti_init_graph()
114 struct sti_conf_outptr *outptr = &sti->sti_data->inq_outptr; in sti_inq_conf() local
118 outptr->ext_ptr = STI_PTR(&sti->sti_data->inq_outptr_ext); in sti_inq_conf()
124 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
146 struct sti_font_outptr *outptr = &sti->sti_data->font_outptr; in sti_putc() local
154 inptr, outptr, sti->glob_cfg); in sti_putc()
180 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_set() local
188 inptr, outptr, sti->glob_cfg); in sti_set()
208 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_clear() local
216 inptr, outptr, sti->glob_cfg); in sti_clear()
238 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_bmove() local
246 inptr, outptr, sti->glob_cfg); in sti_bmove()
1095 const void *flags, void *inptr, void *outptr, in sti_call() argument
1100 unsigned long _outptr = STI_PTR(outptr); in sti_call()