| /openbmc/qemu/hw/core/ |
| H A D | bus.c | 26 void qbus_set_hotplug_handler(BusState *bus, Object *handler) in qbus_set_hotplug_handler() 32 void qbus_set_bus_hotplug_handler(BusState *bus) in qbus_set_bus_hotplug_handler() 37 int qbus_walk_children(BusState *bus, in qbus_walk_children() 73 void bus_cold_reset(BusState *bus) in bus_cold_reset() 78 bool bus_is_in_reset(BusState *bus) in bus_is_in_reset() 85 BusState *bus = BUS(obj); in bus_get_reset_state() 92 BusState *bus = BUS(obj); in bus_reset_child_foreach() 102 static void qbus_init_internal(BusState *bus, DeviceState *parent, in qbus_init_internal() 140 BusState *bus = BUS(obj); in bus_unparent() 162 BusState *qbus_new(const char *typename, DeviceState *parent, const char *name) in qbus_new() [all …]
|
| H A D | qdev-fw.c | 33 static char *bus_get_fw_dev_path(BusState *bus, DeviceState *dev) in bus_get_fw_dev_path() 44 static char *qdev_get_fw_dev_path_from_handler(BusState *bus, DeviceState *dev) in qdev_get_fw_dev_path_from_handler() 56 char *qdev_get_own_fw_dev_path_from_handler(BusState *bus, DeviceState *dev) in qdev_get_own_fw_dev_path_from_handler()
|
| H A D | fw-path-provider.c | 22 char *fw_path_provider_get_dev_path(FWPathProvider *p, BusState *bus, in fw_path_provider_get_dev_path() 30 char *fw_path_provider_try_get_dev_path(Object *o, BusState *bus, in fw_path_provider_try_get_dev_path()
|
| H A D | qdev-hotplug.c | 34 static bool qdev_hotplug_unplug_allowed_common(DeviceState *dev, BusState *bus, in qdev_hotplug_unplug_allowed_common() 66 bool qdev_hotplug_allowed(DeviceState *dev, BusState *bus, Error **errp) in qdev_hotplug_allowed()
|
| /openbmc/qemu/include/hw/ |
| H A D | fw-path-provider.h | 36 char *(*get_dev_path)(FWPathProvider *p, BusState *bus, DeviceState *dev); 39 char *fw_path_provider_get_dev_path(FWPathProvider *p, BusState *bus, 41 char *fw_path_provider_try_get_dev_path(Object *o, BusState *bus,
|
| /openbmc/qemu/include/hw/ide/ |
| H A D | ide-bus.h | 9 BusState qbus; 38 int ide_get_geometry(BusState *bus, int unit, 40 int ide_get_bios_chs_trans(BusState *bus, int unit);
|
| /openbmc/qemu/hw/ide/ |
| H A D | ide-bus.c | 30 static void idebus_unrealize(BusState *qdev); 40 static void idebus_unrealize(BusState *bus) in idebus_unrealize() 86 int ide_get_geometry(BusState *bus, int unit, in ide_get_geometry() 101 int ide_get_bios_chs_trans(BusState *bus, int unit) in ide_get_bios_chs_trans()
|
| /openbmc/qemu/hw/ssi/ |
| H A D | ssi.c | 24 BusState parent_obj; 32 BusState *b = BUS(bus); in OBJECT_DECLARE_SIMPLE_TYPE() 45 static bool ssi_bus_check_address(BusState *b, DeviceState *dev, Error **errp) in ssi_bus_check_address() 151 BusState *bus; in ssi_create_bus() 158 BusState *b = BUS(bus); in ssi_transfer()
|
| /openbmc/qemu/hw/smbios/ |
| H A D | smbios_type_38.c | 85 static void smbios_add_ipmi_devices(BusState *bus) in smbios_add_ipmi_devices() 92 BusState *childbus; in smbios_add_ipmi_devices() 118 BusState *bus; in smbios_build_type_38_table()
|
| /openbmc/qemu/hw/nubus/ |
| H A D | nubus-bus.c | 81 static void nubus_unrealize(BusState *bus) in nubus_unrealize() 88 static void nubus_realize(BusState *bus, Error **errp) in nubus_realize() 125 BusState *bus = qdev_get_parent_bus(dev); in nubus_get_dev_path() 137 static bool nubus_check_address(BusState *bus, DeviceState *dev, Error **errp) in nubus_check_address()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-scsi-common.c | 33 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(vdev))); in vhost_scsi_common_start() 107 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(vdev))); in vhost_scsi_common_stop() 153 char *vhost_scsi_common_get_fw_dev_path(FWPathProvider *p, BusState *bus, in vhost_scsi_common_get_fw_dev_path()
|
| H A D | virtio-scsi-dataplane.c | 29 BusState *qbus = qdev_get_parent_bus(DEVICE(vdev)); in virtio_scsi_dataplane_setup() 110 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(s))); in virtio_scsi_set_host_notifier() 148 BusState *qbus = qdev_get_parent_bus(DEVICE(vdev)); in virtio_scsi_dataplane_start() 240 BusState *qbus = qdev_get_parent_bus(DEVICE(vdev)); in virtio_scsi_dataplane_stop()
|
| /openbmc/qemu/hw/i386/ |
| H A D | nitro_enclave.c | 27 static BusState *find_free_virtio_mmio_bus(void) in find_free_virtio_mmio_bus() 30 BusState *bus = sysbus_get_default(); in find_free_virtio_mmio_bus() 37 BusState *mmio_bus = &mmio_virtio_bus->parent_obj; in find_free_virtio_mmio_bus() 51 BusState *bus; in vhost_user_vsock_init() 80 BusState *bus = find_free_virtio_mmio_bus(); in virtio_nsm_init()
|
| /openbmc/qemu/stubs/ |
| H A D | sysbus.c | 4 BusState *sysbus_get_default(void) in sysbus_get_default()
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | css-bridge.h | 29 BusState parent_obj;
|
| /openbmc/qemu/include/hw/sd/ |
| H A D | cadence_sdhci.h | 36 BusState *bus;
|
| H A D | npcm7xx_sdhci.h | 59 BusState *bus;
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-bus.h | 100 BusState parent_obj; 134 BusState *qbus = &bus->parent_obj; in virtio_bus_get_device()
|
| H A D | vhost-scsi-common.h | 44 char *vhost_scsi_common_get_fw_dev_path(FWPathProvider *p, BusState *bus,
|
| /openbmc/qemu/include/hw/fsi/ |
| H A D | fsi.h | 22 BusState bus;
|
| H A D | lbus.h | 27 BusState bus;
|
| H A D | aspeed_apb2opb.h | 21 BusState bus;
|
| /openbmc/qemu/include/qemu/ |
| H A D | typedefs.h | 37 typedef struct BusState BusState; typedef
|
| /openbmc/qemu/hw/acpi/ |
| H A D | acpi-pci-hotplug-stub.c | 37 bool acpi_pcihp_is_hotpluggable_bus(AcpiPciHpState *s, BusState *bus) in acpi_pcihp_is_hotpluggable_bus()
|
| H A D | acpi_interface.c | 16 void qbus_build_aml(BusState *bus, Aml *scope) in qbus_build_aml()
|