Searched refs:device_class_set_props (Results 1 – 25 of 570) sorted by relevance
12345678910>>...23
/openbmc/qemu/hw/ide/ |
H A D | ide-dev.c | 211 device_class_set_props(dc, ide_hd_properties); in ide_hd_class_init() 234 device_class_set_props(dc, ide_cd_properties); in ide_cd_class_init() 250 device_class_set_props(k, ide_props); in ide_device_class_init()
|
H A D | cf.c | 43 device_class_set_props(dc, ide_cf_properties); in ide_cf_class_init()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user-device.c | 48 device_class_set_props(dc, vud_properties); in vud_class_init()
|
H A D | vhost-user-gpio.c | 46 device_class_set_props(dc, vgpio_properties); in vu_gpio_class_init()
|
H A D | vhost-user-input.c | 40 device_class_set_props(dc, vinput_properties); in vhost_input_class_init()
|
H A D | vhost-user-rng.c | 47 device_class_set_props(dc, vrng_properties); in vu_rng_class_init()
|
H A D | vhost-user-snd.c | 48 device_class_set_props(dc, vsnd_properties); in vu_snd_class_init()
|
H A D | vhost-user-i2c.c | 46 device_class_set_props(dc, vi2c_properties); in vu_i2c_class_init()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_port.c | 136 device_class_set_props(dc, pcie_port_props); in pcie_port_class_init() 231 device_class_set_props(dc, pcie_slot_props); in pcie_slot_class_init()
|
/openbmc/qemu/hw/nubus/ |
H A D | nubus-bridge.c | 37 device_class_set_props(dc, nubus_bridge_properties); in nubus_bridge_class_init()
|
/openbmc/qemu/hw/adc/ |
H A D | max111x.c | 205 device_class_set_props(dc, max1110_properties); in max1110_class_init() 220 device_class_set_props(dc, max1111_properties); in max1111_class_init()
|
/openbmc/qemu/hw/block/ |
H A D | fdc-sysbus.c | 217 device_class_set_props(dc, sysbus_fdc_properties); in sysbus_fdc_class_init() 243 device_class_set_props(dc, sun4m_fdc_properties); in sun4m_fdc_class_init()
|
/openbmc/qemu/hw/tricore/ |
H A D | tricore_testdevice.c | 69 device_class_set_props(dc, tricore_testdevice_properties); in tricore_testdevice_class_init()
|
/openbmc/qemu/hw/core/ |
H A D | split-irq.c | 72 device_class_set_props(dc, split_irq_properties); in split_irq_class_init()
|
/openbmc/qemu/hw/s390x/ |
H A D | vhost-scsi-ccw.c | 56 device_class_set_props(dc, vhost_ccw_scsi_properties); in vhost_ccw_scsi_class_init()
|
H A D | virtio-ccw-9p.c | 58 device_class_set_props(dc, virtio_ccw_9p_properties); in virtio_ccw_9p_class_init()
|
H A D | virtio-ccw-rng.c | 60 device_class_set_props(dc, virtio_ccw_rng_properties); in virtio_ccw_rng_class_init()
|
H A D | vhost-user-fs-ccw.c | 58 device_class_set_props(dc, vhost_user_fs_ccw_properties); in vhost_user_fs_ccw_class_init()
|
H A D | vhost-vsock-ccw.c | 46 device_class_set_props(dc, vhost_vsock_ccw_properties); in vhost_vsock_ccw_class_init()
|
H A D | virtio-ccw-balloon.c | 63 device_class_set_props(dc, virtio_ccw_balloon_properties); in virtio_ccw_balloon_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 | virtio-ccw-crypto.c | 61 device_class_set_props(dc, virtio_ccw_crypto_properties); in virtio_ccw_crypto_class_init()
|
/openbmc/qemu/hw/cpu/ |
H A D | cluster.c | 80 device_class_set_props(dc, cpu_cluster_properties); in cpu_cluster_class_init()
|
/openbmc/qemu/hw/char/ |
H A D | serial-pci-multi.c | 162 device_class_set_props(dc, multi_2x_serial_pci_properties); in multi_2x_serial_pci_class_initfn() 177 device_class_set_props(dc, multi_4x_serial_pci_properties); in multi_4x_serial_pci_class_initfn()
|
/openbmc/qemu/hw/sd/ |
H A D | sdhci-pci.c | 66 device_class_set_props(dc, sdhci_pci_properties); in sdhci_pci_class_init()
|
12345678910>>...23