Searched refs:I2CDevice (Results 1 – 14 of 14) sorted by relevance
/openbmc/phosphor-power/tools/i2c/ |
H A D | i2c.cpp | 27 unsigned long I2CDevice::getFuncs() in getFuncs() 49 void I2CDevice::checkReadFuncs(int type) in checkReadFuncs() 95 void I2CDevice::checkWriteFuncs(int type) in checkWriteFuncs() 248 void I2CDevice::open() in open() 282 void I2CDevice::close() in close() 301 void I2CDevice::read(uint8_t& data) in read() 320 void I2CDevice::read(uint8_t addr, uint8_t& data) in read() 394 void I2CDevice::write(uint8_t data) in write() 411 void I2CDevice::write(uint8_t addr, uint8_t data) in write() 525 std::unique_ptr<I2CInterface> I2CDevice::create( in create() [all …]
|
H A D | i2c.hpp | 8 class I2CDevice : public I2CInterface class 11 I2CDevice() = delete; 24 explicit I2CDevice(uint8_t busId, uint8_t devAddr, in I2CDevice() function in i2c::I2CDevice 166 ~I2CDevice() in ~I2CDevice()
|
/openbmc/dbus-sensors/src/ |
H A D | DeviceMgmt.hpp | 44 class I2CDevice class 47 explicit I2CDevice(I2CDeviceParams params); 48 ~I2CDevice(); 79 std::pair<std::shared_ptr<I2CDevice>, bool>> 87 std::pair<std::shared_ptr<I2CDevice>, bool>> in instantiateDevices() 148 I2CDevice tmp(*params); in instantiateDevices() 155 std::make_pair(std::make_shared<I2CDevice>(*params), in instantiateDevices()
|
H A D | DeviceMgmt.cpp | 92 I2CDevice::I2CDevice(I2CDeviceParams params) : params(params) in I2CDevice() function in I2CDevice 100 I2CDevice::~I2CDevice() in ~I2CDevice() 105 int I2CDevice::create() const in create() 140 int I2CDevice::destroy() const in destroy()
|
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempSensor.hpp | 36 const std::shared_ptr<I2CDevice>& i2cDevice); 40 const std::shared_ptr<I2CDevice>& newI2CDevice); 44 std::shared_ptr<I2CDevice> getI2CDevice() const in getI2CDevice() 53 std::shared_ptr<I2CDevice> i2cDevice;
|
H A D | HwmonTempSensor.cpp | 60 const std::shared_ptr<I2CDevice>& i2cDevice) : in HwmonTempSensor() 98 const std::shared_ptr<I2CDevice>& newI2CDevice) in activate()
|
H A D | HwmonTempMain.cpp | 355 std::shared_ptr<I2CDevice> i2cDev; in createSensors()
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensor.hpp | 28 const std::shared_ptr<I2CDevice>& i2cDevice); 32 const std::shared_ptr<I2CDevice>& newI2CDevice); 36 std::shared_ptr<I2CDevice> getI2CDevice() const in getI2CDevice() 46 std::shared_ptr<I2CDevice> i2cDevice;
|
H A D | PSUSensor.cpp | 56 const std::shared_ptr<I2CDevice>& i2cDevice) : in PSUSensor() 126 const std::shared_ptr<I2CDevice>& newI2CDevice) in activate()
|
H A D | PSUSensorMain.cpp | 463 std::shared_ptr<I2CDevice> i2cDev; in createSensorsCallback()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/ |
H A D | meson.build | 4 …input: [ '../../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml'… 12 'xyz/openbmc_project/Inventory/Decorator/I2CDevice',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
H A D | meson.build | 107 subdir('I2CDevice') subdir 110 …input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml', … 111 output: [ 'I2CDevice.md' ], 118 'xyz/openbmc_project/Inventory/Decorator/I2CDevice',
|
/openbmc/ |
H A D | opengrok1.0.log | 11450 …enbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build.gz 11451 …ok/data/xref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice 27761 …enbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build.gz 27762 …ok/data/xref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice
|
H A D | opengrok2.0.log | 11594 …enbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build.gz 11595 …ok/data/xref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice 27913 …enbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice/meson.build.gz 27914 …ok/data/xref/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/I2CDevice
|