Home
last modified time | relevance | path

Searched refs:qemu_chr_new (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/char/
H A Domap_uart.c62 chr ?: qemu_chr_new(label, "null", NULL), in omap_uart_init()
H A Dxen_console.c592 cd = qemu_chr_new(label, "null", NULL); in type_init()
/openbmc/qemu/tests/unit/
H A Dtest-char.c113 chr = qemu_chr_new("label", "stdio", NULL); in char_stdio_test_subprocess()
437 Chardev *chr = qemu_chr_new("server", in char_websock_test()
462 chr_client = qemu_chr_new("client", tmp, NULL); in char_websock_test()
508 chr = qemu_chr_new("pipe", tmp, NULL); in char_pipe_test()
612 chr = qemu_chr_new("client", tmp, NULL); in char_udp_test_internal()
1365 chr = qemu_chr_new("label-null", "null", NULL); in char_null_test()
1402 chr = qemu_chr_new("label-invalid", "invalid", NULL); in char_invalid_test()
1436 chr = qemu_chr_new("chardev", chr_args, NULL); in char_hotswap_test()
/openbmc/qemu/hw/isa/
H A Disa-superio.c52 chr = qemu_chr_new(name, "null", NULL); in isa_superio_realize()
91 chr = qemu_chr_new(name, "null", NULL); in isa_superio_realize()
/openbmc/qemu/include/chardev/
H A Dchar.h120 Chardev *qemu_chr_new(const char *label, const char *filename,
/openbmc/qemu/hw/usb/
H A Ddev-serial.c622 cdrv = qemu_chr_new("braille", "braille", NULL); in usb_braille_init()
/openbmc/qemu/system/
H A Dqtest.c837 chr = qemu_chr_new("qtest", qtest_chrdev, NULL); in qtest_server_init()
/openbmc/qemu/hw/mips/
H A Dboston.c768 chr = qemu_chr_new("lcd", "vc:320x240", NULL); in boston_mach_init()
H A Dmalta.c599 chr = qemu_chr_new("fpga", "vc:320x200", NULL); in malta_fpga_init()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c622 chr = qemu_chr_new(server->chr_name, chr_path, server->context); in test_server_create_chr()
/openbmc/qemu/chardev/
H A Dchar.c781 Chardev *qemu_chr_new(const char *label, const char *filename, in qemu_chr_new() function