Lines Matching refs:outptr
81 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph() local
91 outptr->errno = 0; in sti_init_graph()
94 outptr, sti->glob_cfg); in sti_init_graph()
97 sti->text_planes = outptr->text_planes; in sti_init_graph()
98 err = outptr->errno; in sti_init_graph()
117 struct sti_conf_outptr *outptr = &sti->sti_data->inq_outptr; in sti_inq_conf() local
121 outptr->ext_ptr = STI_PTR(&sti->sti_data->inq_outptr_ext); in sti_inq_conf()
127 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
150 struct sti_font_outptr *outptr = &sti->sti_data->font_outptr; in sti_putc() local
158 inptr, outptr, sti->glob_cfg); in sti_putc()
184 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_set() local
192 inptr, outptr, sti->glob_cfg); in sti_set()
212 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_clear() local
220 inptr, outptr, sti->glob_cfg); in sti_clear()
243 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_bmove() local
251 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()