Searched refs:qemu_chr_fe_printf (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/mips/ |
H A D | malta.c | 135 qemu_chr_fe_printf(&s->display, "\e[H\n\n|\e[32m%-8.8s\e[00m|\r\n", in malta_fpga_update_display_leds() 142 qemu_chr_fe_printf(&s->display, "\n\n\n\n|\e[31m%-8.8s\e[00m|", in malta_fpga_update_display_ascii() 568 qemu_chr_fe_printf(&s->display, "\e[HMalta LEDBAR\r\n"); in malta_fgpa_display_event() 569 qemu_chr_fe_printf(&s->display, "+--------+\r\n"); in malta_fgpa_display_event() 570 qemu_chr_fe_printf(&s->display, "+ +\r\n"); in malta_fgpa_display_event() 571 qemu_chr_fe_printf(&s->display, "+--------+\r\n"); in malta_fgpa_display_event() 572 qemu_chr_fe_printf(&s->display, "\n"); in malta_fgpa_display_event() 573 qemu_chr_fe_printf(&s->display, "Malta ASCII\r\n"); in malta_fgpa_display_event() 574 qemu_chr_fe_printf(&s->display, "+--------+\r\n"); in malta_fgpa_display_event() 575 qemu_chr_fe_printf(&s->display, "+ +\r\n"); in malta_fgpa_display_event() [all …]
|
H A D | boston.c | 159 qemu_chr_fe_printf(&s->lcd_display, " "); in boston_lcd_event() 216 qemu_chr_fe_printf(&s->lcd_display, in boston_lcd_write()
|
/openbmc/qemu/include/chardev/ |
H A D | char-fe.h | 179 void qemu_chr_fe_printf(CharBackend *be, const char *fmt, ...)
|
/openbmc/qemu/chardev/ |
H A D | char-fe.c | 163 void qemu_chr_fe_printf(CharBackend *be, const char *fmt, ...) in qemu_chr_fe_printf() function
|