Lines Matching refs:inptr
76 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local
84 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph()
85 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph()
87 inptr->ext_ptr = STI_PTR(inptr_ext); in sti_init_graph()
90 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph()
113 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local
122 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf()
124 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
137 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc() local
152 *inptr = inptr_default; in sti_putc()
154 inptr, outptr, sti->glob_cfg); in sti_putc()
169 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_set() local
186 *inptr = inptr_default; in sti_set()
188 inptr, outptr, sti->glob_cfg); in sti_set()
197 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_clear() local
214 *inptr = inptr_default; in sti_clear()
216 inptr, outptr, sti->glob_cfg); in sti_clear()
229 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_bmove() local
244 *inptr = inptr_default; in sti_bmove()
246 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()