Home
last modified time | relevance | path

Searched refs:bustype (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/input/
H A Dvirtio-input-hid.c283 .bustype = const_le16(BUS_VIRTUAL),
340 .bustype = const_le16(BUS_VIRTUAL),
365 .bustype = const_le16(BUS_VIRTUAL),
433 .bustype = const_le16(BUS_VIRTUAL),
470 .bustype = const_le16(BUS_VIRTUAL),
557 .bustype = const_le16(BUS_VIRTUAL),
H A Dvirtio-input-host.c145 id.u.ids.bustype = cpu_to_le16(ids.bustype); in virtio_input_host_realize()
/qemu/include/standard-headers/linux/
H A Dvirtio_input.h51 uint16_t bustype; member
H A Dinput.h57 uint16_t bustype; member
/qemu/hw/display/
H A Dcirrus_vga_internal.h96 int bustype; member
H A Dcirrus_vga.c2451 if (s->bustype == CIRRUS_BUSTYPE_PCI && !s->linear_vram) { in map_linear_vram()
2461 if (s->bustype == CIRRUS_BUSTYPE_PCI && s->linear_vram) { in unmap_linear_vram()
2811 s->vga.sr[0x17] = s->bustype; in cirrus_reset()
2869 s->bustype = CIRRUS_BUSTYPE_PCI; in cirrus_init_common()
2871 s->bustype = CIRRUS_BUSTYPE_ISA; in cirrus_init_common()
/qemu/contrib/vhost-user-input/
H A Dmain.c366 id.u.ids.bustype = cpu_to_le16(ids.bustype); in main()