Searched refs:sti_putc (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/video/console/ |
H A D | sticon.c | 103 sti_putc(sticon_sti, c, ypos, xpos); sticon_putc() 129 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++); sticon_putcs() 143 sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x); sticon_cursor() 153 sti_putc(sticon_sti, (car1 & 255) + (0 << 8) + (7 << 11), sticon_cursor()
|
H A D | sticore.c | 135 sti_putc(struct sti_struct *sti, int c, int y, int x) sti_putc() function
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | sticore.h | 393 void sti_putc(struct sti_struct *sti, int c, int y, int x);
|
Completed in 103 milliseconds