Searched refs:I2C_SLAVE_FORCE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | i2c-dev.h | 29 #define I2C_SLAVE_FORCE 0x0706 /* Use this slave address, even if it macro
|
/openbmc/dbus-sensors/src/mcu/ |
H A D | MCUTempSensor.cpp | 129 if (ioctl(fd, I2C_SLAVE_FORCE, mcuAddress) < 0) in getMCURegsInfoWord()
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | ChassisIntrusionSensor.cpp | 393 if (ioctl(mBusFd, I2C_SLAVE_FORCE, mSlaveAddr) < 0) in ChassisIntrusionPchSensor()
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 138 if (ioctl(file, I2C_SLAVE_FORCE, address) < 0) in initialize() 361 if (ioctl(file, I2C_SLAVE_FORCE, address) < 0) in initialize() 913 if (ioctl(file, I2C_SLAVE_FORCE, address) < 0) in run()
|
/openbmc/entity-manager/src/ |
H A D | fru_device.cpp | 996 if (ioctl(file, I2C_SLAVE_FORCE, address) < 0) in writeFRU() 1014 if (ioctl(file, I2C_SLAVE_FORCE, ++address) < 0) in writeFRU()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-dev.c | 402 case I2C_SLAVE_FORCE: in i2cdev_ioctl()
|
/openbmc/smbios-mdr/src/ |
H A D | cpuinfo_main.cpp | 139 if (::ioctl(fd, I2C_SLAVE_FORCE, slaveAddr) < 0) in readSSpec()
|