Home
last modified time | relevance | path

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

/drivers/video/console/
Dsticore.c76 struct sti_init_inptr *inptr = &sti->sti_data->init_inptr; in sti_init_graph()
77 struct sti_init_inptr_ext *inptr_ext = &sti->sti_data->init_inptr_ext; in sti_init_graph()
78 struct sti_init_outptr *outptr = &sti->sti_data->init_outptr; in sti_init_graph()
113 struct sti_conf_inptr *inptr = &sti->sti_data->inq_inptr; in sti_inq_conf()
114 struct sti_conf_outptr *outptr = &sti->sti_data->inq_outptr; in sti_inq_conf()
118 outptr->ext_ptr = STI_PTR(&sti->sti_data->inq_outptr_ext); in sti_inq_conf()
137 struct sti_font_inptr *inptr = &sti->sti_data->font_inptr; in sti_putc()
146 struct sti_font_outptr *outptr = &sti->sti_data->font_outptr; in sti_putc()
169 struct sti_blkmv_inptr *inptr = &sti->sti_data->blkmv_inptr; in sti_set()
180 struct sti_blkmv_outptr *outptr = &sti->sti_data->blkmv_outptr; in sti_set()
[all …]
/drivers/video/fbdev/
Dsticore.h375 struct sti_all_data *sti_data; member
Dstifb.c1104 dev_name = sti->sti_data->inq_outptr.dev_name; in stifb_init_fb()