Lines Matching refs:inptr
77 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local
85 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph()
86 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph()
88 inptr->ext_ptr = STI_PTR(inptr_ext); in sti_init_graph()
91 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph()
114 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local
123 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf()
125 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
138 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc() local
153 *inptr = inptr_default; in sti_putc()
155 inptr, outptr, sti->glob_cfg); in sti_putc()
170 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_set() local
187 *inptr = inptr_default; in sti_set()
189 inptr, outptr, sti->glob_cfg); in sti_set()
198 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_clear() local
215 *inptr = inptr_default; in sti_clear()
217 inptr, outptr, sti->glob_cfg); in sti_clear()
230 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_bmove() local
245 *inptr = inptr_default; in sti_bmove()
247 inptr, outptr, sti->glob_cfg); in sti_bmove()
1095 const void *flags, void *inptr, void *outptr, in sti_call() argument
1099 unsigned long _inptr = STI_PTR(inptr); in sti_call()