Searched refs:device_class_set_props (Results 1 – 25 of 578) sorted by relevance
12345678910>>...24
| /openbmc/qemu/hw/core/ |
| H A D | cpu-user.c | 27 device_class_set_props(dc, cpu_user_props); in cpu_class_init_props()
|
| H A D | split-irq.c | 71 device_class_set_props(dc, split_irq_properties); in split_irq_class_init()
|
| /openbmc/qemu/hw/ide/ |
| H A D | ide-dev.c | 209 device_class_set_props(dc, ide_hd_properties); in ide_hd_class_init() 231 device_class_set_props(dc, ide_cd_properties); in ide_cd_class_init() 247 device_class_set_props(k, ide_props); in ide_device_class_init()
|
| H A D | cf.c | 42 device_class_set_props(dc, ide_cf_properties); in ide_cf_class_init()
|
| H A D | ahci-sysbus.c | 75 device_class_set_props(dc, sysbus_ahci_properties); in sysbus_ahci_class_init()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-user-device.c | 47 device_class_set_props(dc, vud_properties); in vud_class_init()
|
| H A D | vhost-user-rng.c | 46 device_class_set_props(dc, vrng_properties); in vu_rng_class_init()
|
| H A D | vhost-user-i2c.c | 45 device_class_set_props(dc, vi2c_properties); in vu_i2c_class_init()
|
| H A D | vhost-user-gpio.c | 45 device_class_set_props(dc, vgpio_properties); in vu_gpio_class_init()
|
| H A D | vhost-user-input.c | 39 device_class_set_props(dc, vinput_properties); in vhost_input_class_init()
|
| /openbmc/qemu/hw/nubus/ |
| H A D | nubus-bridge.c | 36 device_class_set_props(dc, nubus_bridge_properties); in nubus_bridge_class_init()
|
| /openbmc/qemu/hw/misc/ |
| H A D | pvpanic-mmio.c | 43 device_class_set_props(dc, pvpanic_mmio_properties); in pvpanic_mmio_class_init()
|
| H A D | pvpanic-pci.c | 66 device_class_set_props(dc, pvpanic_pci_properties); in pvpanic_pci_class_init()
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-xhci-nec.c | 58 device_class_set_props(dc, nec_xhci_properties); in nec_xhci_class_init()
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_port.c | 125 device_class_set_props(dc, pcie_port_props); in pcie_port_class_init() 219 device_class_set_props(dc, pcie_slot_props); in pcie_slot_class_init()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | vhost-scsi-ccw.c | 55 device_class_set_props(dc, vhost_ccw_scsi_properties); in vhost_ccw_scsi_class_init()
|
| H A D | virtio-ccw-9p.c | 57 device_class_set_props(dc, virtio_ccw_9p_properties); in virtio_ccw_9p_class_init()
|
| H A D | virtio-ccw-rng.c | 59 device_class_set_props(dc, virtio_ccw_rng_properties); in virtio_ccw_rng_class_init()
|
| H A D | virtio-ccw-blk.c | 60 device_class_set_props(dc, virtio_ccw_blk_properties); in virtio_ccw_blk_class_init()
|
| H A D | vhost-vsock-ccw.c | 45 device_class_set_props(dc, vhost_vsock_ccw_properties); in vhost_vsock_ccw_class_init()
|
| H A D | virtio-ccw-crypto.c | 60 device_class_set_props(dc, virtio_ccw_crypto_properties); in virtio_ccw_crypto_class_init()
|
| H A D | virtio-ccw-balloon.c | 62 device_class_set_props(dc, virtio_ccw_balloon_properties); in virtio_ccw_balloon_class_init()
|
| H A D | vhost-user-fs-ccw.c | 57 device_class_set_props(dc, vhost_user_fs_ccw_properties); in vhost_user_fs_ccw_class_init()
|
| /openbmc/qemu/hw/cpu/ |
| H A D | cluster.c | 79 device_class_set_props(dc, cpu_cluster_properties); in cpu_cluster_class_init()
|
| /openbmc/qemu/hw/sd/ |
| H A D | sdhci-pci.c | 67 device_class_set_props(dc, sdhci_pci_properties); in sdhci_pci_class_init()
|
12345678910>>...24