Home
last modified time | relevance | path

Searched refs:qemu_chr_fe_printf (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/mips/
H A Dmalta.c135 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 Dboston.c159 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 Dchar-fe.h179 void qemu_chr_fe_printf(CharBackend *be, const char *fmt, ...)
/openbmc/qemu/chardev/
H A Dchar-fe.c163 void qemu_chr_fe_printf(CharBackend *be, const char *fmt, ...) in qemu_chr_fe_printf() function