Lines Matching refs:outptr
101 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph() local
111 outptr->errno = 0; in sti_init_graph()
114 outptr, sti->glob_cfg); in sti_init_graph()
117 sti->text_planes = outptr->text_planes; in sti_init_graph()
118 err = outptr->errno; in sti_init_graph()
137 struct sti_conf_outptr *outptr = &sti->sti_data->inq_outptr; in sti_inq_conf() local
141 store_sti_ptr(sti, &outptr->ext_ptr, &sti->sti_data->inq_outptr_ext); in sti_inq_conf()
147 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
170 struct sti_font_outptr *outptr = &sti->sti_data->font_outptr; in sti_putc() local
185 inptr, outptr, sti->glob_cfg); in sti_putc()
211 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_set() local
224 inptr, outptr, sti->glob_cfg); in sti_set()
244 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_clear() local
257 inptr, outptr, sti->glob_cfg); in sti_clear()
280 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_bmove() local
293 inptr, outptr, sti->glob_cfg); in sti_bmove()
1182 const void *flags, void *inptr, void *outptr, in sti_call() argument
1187 unsigned long _outptr = STI_PTR(outptr); in sti_call()