Searched refs:STI_CALL (Results 1 – 2 of 2) sorted by relevance
/drivers/video/console/ |
D | sticore.c | 87 ret = STI_CALL(sti->init_graph, &default_init_flags, &inptr, in sti_init_graph() 115 ret = STI_CALL(sti->inq_conf, &default_conf_flags, in sti_inq_conf() 143 ret = STI_CALL(sti->font_unpmv, &default_font_flags, in sti_putc() 175 ret = STI_CALL(sti->block_move, &clear_blkmv_flags, in sti_set() 201 ret = STI_CALL(sti->block_move, &clear_blkmv_flags, in sti_clear() 229 ret = STI_CALL(sti->block_move, &default_blkmv_flags, in sti_bmove()
|
/drivers/video/ |
D | sticore.h | 43 #define STI_CALL(func, flags, inptr, outptr, glob_cfg) \ macro
|