Searched refs:inptr (Results 1 – 1 of 1) sorted by relevance
/drivers/video/ |
D | sticore.c | 99 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph() local 107 memset(inptr, 0, sizeof(*inptr)); in sti_init_graph() 108 inptr->text_planes = 3; /* # of text planes (max 3 for STI) */ in sti_init_graph() 110 store_sti_ptr(sti, &inptr->ext_ptr, inptr_ext); in sti_init_graph() 113 ret = sti_call(sti, sti->init_graph, &default_init_flags, inptr, in sti_init_graph() 136 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf() local 145 memset(inptr, 0, sizeof(*inptr)); in sti_inq_conf() 147 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 161 struct sti_font_inptr *inptr; in sti_putc() local 176 inptr = &inptr_default; in sti_putc() [all …]
|