Searched refs:sti_putc (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/video/console/ |
D | sticon.c | 84 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++, in sticon_putcs() 99 sti_putc(sticon_sti, car1, conp->state.y, conp->state.x, in sticon_cursor() 110 sti_putc(sticon_sti, (car1 & 255) + (0 << 8) + (7 << 11), in sticon_cursor()
|
/linux-6.12.1/include/video/ |
D | sticore.h | 396 void sti_putc(struct sti_struct *sti, int c, int y, int x,
|
/linux-6.12.1/drivers/video/ |
D | sticore.c | 158 sti_putc(struct sti_struct *sti, int c, int y, int x, in sti_putc() function
|