Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dfw-path-provider.h36 char *(*get_dev_path)(FWPathProvider *p, BusState *bus, 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()
/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.c79 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/scsi/
H A Dvhost-user-scsi.c407 fwc->get_dev_path = vhost_scsi_common_get_fw_dev_path; in vhost_user_scsi_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.c1886 bc->get_dev_path = ufs_bus_get_dev_path; in ufs_bus_class_init()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c2477 k->get_dev_path = vmbus_get_dev_path; in vmbus_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()