Searched refs:I2CDevice (Results 1 – 15 of 15) 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 | 58 class I2CDevice class 61 explicit I2CDevice(I2CDeviceParams params); 62 ~I2CDevice(); 93 std::pair<std::shared_ptr<I2CDevice>, bool>> 101 std::pair<std::shared_ptr<I2CDevice>, bool>> in instantiateDevices() 162 I2CDevice tmp(*params); in instantiateDevices() 169 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 | 43 const std::shared_ptr<I2CDevice>& i2cDevice); 47 const std::shared_ptr<I2CDevice>& newI2CDevice); 51 std::shared_ptr<I2CDevice> getI2CDevice() const in getI2CDevice() 60 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 | 361 std::shared_ptr<I2CDevice> i2cDev; in createSensors()
|
| /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', 28 'xyz/openbmc_project/Inventory/Decorator/I2CDevice',
|
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUSensor.hpp | 33 const std::shared_ptr<I2CDevice>& i2cDevice); 37 const std::shared_ptr<I2CDevice>& newI2CDevice); 41 std::shared_ptr<I2CDevice> getI2CDevice() const in getI2CDevice() 51 std::shared_ptr<I2CDevice> i2cDevice;
|
| H A D | PSUSensor.cpp | 54 const std::shared_ptr<I2CDevice>& i2cDevice) : in PSUSensor() 123 const std::shared_ptr<I2CDevice>& newI2CDevice) in activate()
|
| H A D | PSUSensorMain.cpp | 477 std::shared_ptr<I2CDevice> i2cDev; in createSensorsCallback()
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/ |
| H A D | i2cvr_software_manager.cpp | 18 namespace I2CDevice = phosphor::software::i2c_vr::device; 80 auto i2cDevice = std::make_unique<I2CDevice::I2CVRDevice>( in initDevice()
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
| H A D | meson.build | 9 subdir('I2CDevice') subdir 195 '../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/I2CDevice.interface.yaml', 197 output: ['I2CDevice.md'], 209 'xyz/openbmc_project/Inventory/Decorator/I2CDevice',
|
| /openbmc/ |
| D | opengrok1.0.log | [all...] |
| D | opengrok2.0.log | [all...] |