Home
last modified time | relevance | path

Searched refs:sti_data (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/video/console/
Dsticore.c77 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph()
78 struct sti_init_inptr_ext *inptr_ext = &sti->sti_data->init_inptr_ext; in sti_init_graph()
79 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph()
114 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf()
115 struct sti_conf_outptr *outptr = &sti->sti_data->inq_outptr; in sti_inq_conf()
119 outptr->ext_ptr = STI_PTR(&sti->sti_data->inq_outptr_ext); in sti_inq_conf()
138 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc()
147 struct sti_font_outptr *outptr = &sti->sti_data->font_outptr; in sti_putc()
170 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_set()
181 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_set()
[all …]
/Linux-v5.4/drivers/video/fbdev/
Dsticore.h376 struct sti_all_data *sti_data; member
Dstifb.c1139 dev_name = sti->sti_data->inq_outptr.dev_name; in stifb_init_fb()