Home
last modified time | relevance | path

Searched refs:I2CDeviceParams (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/
H A DDeviceMgmt.hpp28 struct I2CDeviceParams struct
30 I2CDeviceParams(const I2CDeviceType& type, uint64_t bus, uint64_t address) : in I2CDeviceParams() argument
41 std::optional<I2CDeviceParams> getI2CDeviceParams( argument
47 explicit I2CDevice(I2CDeviceParams params);
51 I2CDeviceParams params;
132 std::optional<I2CDeviceParams> params = in instantiateDevices()
H A DDeviceMgmt.cpp20 std::optional<I2CDeviceParams> getI2CDeviceParams( in getI2CDeviceParams()
47 return I2CDeviceParams(findDevType->second, *bus, *addr); in getI2CDeviceParams()
63 bool I2CDeviceParams::devicePresent() const in devicePresent()
77 bool I2CDeviceParams::deviceStatic() const in deviceStatic()
92 I2CDevice::I2CDevice(I2CDeviceParams params) : params(params) in I2CDevice()