Lines Matching refs:inptr
79 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local
87 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph()
88 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph()
90 inptr->ext_ptr = STI_PTR(inptr_ext); in sti_init_graph()
93 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph()
116 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local
125 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf()
127 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
141 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc() local
156 *inptr = inptr_default; in sti_putc()
158 inptr, outptr, sti->glob_cfg); in sti_putc()
173 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_set() local
190 *inptr = inptr_default; in sti_set()
192 inptr, outptr, sti->glob_cfg); in sti_set()
201 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_clear() local
218 *inptr = inptr_default; in sti_clear()
220 inptr, outptr, sti->glob_cfg); in sti_clear()
234 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_bmove() local
249 *inptr = inptr_default; in sti_bmove()
251 inptr, outptr, sti->glob_cfg); in sti_bmove()
1109 const void *flags, void *inptr, void *outptr, in sti_call() argument
1113 unsigned long _inptr = STI_PTR(inptr); in sti_call()