Searched refs:I2CDevice (Results 1 – 16 of 16) 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() 154 void I2CDevice::processCallSMBus(uint8_t addr, uint8_t writeSize, in processCallSMBus() 178 void I2CDevice::processCallI2C(uint8_t addr, uint8_t writeSize, in processCallI2C() 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() 339 void I2CDevice::read(uint8_t addr, uint16_t& data) in read() [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 163 ~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 | 3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Decorator/I2CDevice' 8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml', 23 'xyz/openbmc_project/Inventory/Decorator/I2CDevice',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
H A D | meson.build | 9 subdir('I2CDevice') subdir 145 …input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml', … 146 output: [ 'I2CDevice.md' ], 153 'xyz/openbmc_project/Inventory/Decorator/I2CDevice',
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |