Home
last modified time | relevance | path

Searched refs:get_dev_path (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/include/hw/
H A Dfw-path-provider.h36 char *(*get_dev_path)(FWPathProvider *p, BusState *bus, DeviceState *dev); member
H A Dqdev-core.h329 char *(*get_dev_path)(DeviceState *dev); member
/openbmc/qemu/hw/core/
H A Dfw-path-provider.c27 return k->get_dev_path(p, bus, dev); in fw_path_provider_get_dev_path()
H A Dqdev.c407 if (bc->get_dev_path) { in qdev_get_dev_path()
408 return bc->get_dev_path(dev); in qdev_get_dev_path()
/openbmc/qemu/hw/s390x/
H A Dap-bridge.c29 k->get_dev_path = ap_bus_get_dev_path; in ap_bus_class_init()
H A Dcss-bridge.c87 k->get_dev_path = virtual_css_bus_get_dev_path; in virtual_css_bus_class_init()
/openbmc/qemu/hw/nubus/
H A Dnubus-bus.c172 bc->get_dev_path = nubus_get_dev_path; in nubus_class_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio-bus.c354 bus_class->get_dev_path = virtio_bus_get_dev_path; in virtio_bus_class_init()
H A Dvirtio-mmio.c877 bus_class->get_dev_path = virtio_mmio_bus_get_dev_path; in virtio_mmio_bus_class_init()
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi.c383 fwc->get_dev_path = vhost_scsi_common_get_fw_dev_path; in vhost_scsi_class_init()
H A Dvhost-user-scsi.c404 fwc->get_dev_path = vhost_scsi_common_get_fw_dev_path; in vhost_user_scsi_class_init()
H A Dscsi-bus.c1988 k->get_dev_path = scsibus_get_dev_path; in scsi_bus_class_init()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c430 fwc->get_dev_path = heathrow_fw_dev_path; in heathrow_class_init()
H A Dmac_newworld.c590 fwc->get_dev_path = core99_fw_dev_path; in core99_machine_class_init()
H A Dspapr_vio.c57 k->get_dev_path = spapr_vio_get_dev_name; in spapr_vio_bus_class_init()
H A Dspapr.c4619 fwc->get_dev_path = spapr_get_fw_dev_path; in spapr_machine_class_init()
/openbmc/qemu/hw/usb/
H A Dbus.c36 k->get_dev_path = usb_get_dev_path; in usb_bus_class_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c819 fwc->get_dev_path = sun4u_fw_dev_path; in sun4u_class_init()
/openbmc/qemu/hw/xen/
H A Dxen-bus.c389 bus_class->get_dev_path = xen_bus_get_dev_path; in xen_bus_class_init()
/openbmc/qemu/hw/ufs/
H A Dufs.c1808 bc->get_dev_path = ufs_bus_get_dev_path; in ufs_bus_class_init()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c2478 k->get_dev_path = vmbus_get_dev_path; in vmbus_class_init()
/openbmc/qemu/hw/pci/
H A Dpci.c226 k->get_dev_path = pcibus_get_dev_path; in pci_bus_class_init()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h917 const gchar * (*get_dev_path) (SensorI2c *object); member
H A Dopenbmc_intf.c8191 return SENSOR_I2C_GET_IFACE (object)->get_dev_path (object); in sensor_i2c_get_dev_path()
8524 iface->get_dev_path = sensor_i2c_proxy_get_dev_path; in sensor_i2c_proxy_iface_init()
9172 iface->get_dev_path = sensor_i2c_skeleton_get_dev_path; in sensor_i2c_skeleton_iface_init()