Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/
Dsticore.c99 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph()
100 struct sti_init_inptr_ext *inptr_ext = &sti->sti_data->init_inptr_ext; in sti_init_graph()
101 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph()
136 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf()
137 struct sti_conf_outptr *outptr = &sti->sti_data->inq_outptr; in sti_inq_conf()
141 store_sti_ptr(sti, &outptr->ext_ptr, &sti->sti_data->inq_outptr_ext); in sti_inq_conf()
170 struct sti_font_outptr *outptr = &sti->sti_data->font_outptr; in sti_putc()
179 inptr = &sti->sti_data->font_inptr; in sti_putc()
211 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_set()
220 inptr = &sti->sti_data->blkmv_inptr; in sti_set()
[all …]
/Linux-v6.6/include/video/
Dsticore.h374 struct sti_all_data *sti_data; member
/Linux-v6.6/drivers/video/console/
Dsticon.c398 sticon_sti->sti_data->inq_outptr.dev_name, in sticonsole_init()
/Linux-v6.6/drivers/video/fbdev/
Dstifb.c1205 dev_name = sti->sti_data->inq_outptr.dev_name; in stifb_init_fb()