Lines Matching refs:outptr
82 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph() local
92 outptr->errno = 0; in sti_init_graph()
95 outptr, sti->glob_cfg); in sti_init_graph()
98 sti->text_planes = outptr->text_planes; in sti_init_graph()
99 err = outptr->errno; in sti_init_graph()
118 struct sti_conf_outptr *outptr = &sti->sti_data->inq_outptr; in sti_inq_conf() local
122 outptr->ext_ptr = STI_PTR(&sti->sti_data->inq_outptr_ext); in sti_inq_conf()
128 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
151 struct sti_font_outptr *outptr = &sti->sti_data->font_outptr; in sti_putc() local
159 inptr, outptr, sti->glob_cfg); in sti_putc()
185 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_set() local
193 inptr, outptr, sti->glob_cfg); in sti_set()
213 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_clear() local
221 inptr, outptr, sti->glob_cfg); in sti_clear()
244 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_bmove() local
252 inptr, outptr, sti->glob_cfg); in sti_bmove()
1109 const void *flags, void *inptr, void *outptr, in sti_call() argument
1114 unsigned long _outptr = STI_PTR(outptr); in sti_call()