/openbmc/linux/include/uapi/linux/ |
H A D | i2c-dev.h | 28 #define I2C_SLAVE 0x0703 /* Use this slave address */ macro
|
/openbmc/qemu/hw/nvram/ |
H A D | eeprom_at24c.c | 172 i2c_slave_realize_and_unref(I2C_SLAVE(s), bus, &error_abort); in at24c_eeprom_init_rom() 174 return I2C_SLAVE(s); in at24c_eeprom_init_rom()
|
/openbmc/linux/Documentation/i2c/ |
H A D | dev-interface.rst | 53 if (ioctl(file, I2C_SLAVE, addr) < 0) { 107 ``ioctl(file, I2C_SLAVE, long addr)`` 149 ioctl I2C_SLAVE before you try to access the device. 194 i2c-dev directly. Examples include I2C_SLAVE (set the address of the
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | Kconfig | 80 depends on I2C && I2C_SLAVE 192 depends on I2C && I2C_SLAVE 203 depends on I2C_SLAVE
|
/openbmc/qemu/hw/i2c/ |
H A D | core.c | 89 I2CSlave *candidate = I2C_SLAVE(qdev); in i2c_scan_bus() 374 return I2C_SLAVE(dev); in i2c_slave_new()
|
/openbmc/qemu/include/hw/i2c/ |
H A D | i2c.h | 24 I2C_SLAVE)
|
/openbmc/linux/drivers/net/mctp/ |
H A D | Kconfig | 29 depends on I2C_SLAVE
|
/openbmc/qemu/hw/audio/ |
H A D | wm8750.c | 555 wm8750_reset(I2C_SLAVE(s)); in wm8750_tx() 631 wm8750_reset(I2C_SLAVE(s)); in wm8750_realize() 639 wm8750_reset(I2C_SLAVE(s));
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-npcm7xx.c | 25 I2C_SLAVE, enumerator 363 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_init_params() 748 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_callback() 1148 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler() 1165 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_int_slave_handler() 1991 bus->master_or_slave = I2C_SLAVE; in __npcm_i2c_init() 2027 bus->master_or_slave = I2C_SLAVE; in npcm_i2c_bus_irq()
|
H A D | Kconfig | 426 select I2C_SLAVE 450 select I2C_SLAVE 475 select I2C_SLAVE 550 select I2C_SLAVE 636 select I2C_SLAVE 720 select I2C_SLAVE 792 select I2C_SLAVE 886 Driver can also support slave mode (select I2C_SLAVE). 967 select I2C_SLAVE 1105 select I2C_SLAVE [all …]
|
/openbmc/linux/drivers/i2c/ |
H A D | Kconfig | 122 config I2C_SLAVE config 129 if I2C_SLAVE
|
H A D | i2c-dev.c | 401 case I2C_SLAVE: in i2cdev_ioctl() 406 if (cmd == I2C_SLAVE && i2cdev_check_addr(client->adapter, arg)) in i2cdev_ioctl()
|
/openbmc/qemu/hw/sensor/ |
H A D | tmp105.c | 301 I2CSlave *i2c = I2C_SLAVE(dev); in tmp105_realize()
|
H A D | tmp421.c | 242 tmp421_reset(I2C_SLAVE(s)); in tmp421_write()
|
H A D | lsm303dlhc_mag.c | 501 I2CSlave *i2c = I2C_SLAVE(dev); in lsm303dlhc_mag_reset()
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeBasicContext.cpp | 92 if (::ioctl(fileHandle.handle(), I2C_SLAVE, addr) == -1) in execBasicQuery()
|
/openbmc/phosphor-power/tools/i2c/ |
H A D | i2c.cpp | 270 ret = ioctl(fd, I2C_SLAVE, devAddr); in open()
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed.c | 674 i2c_slave_realize_and_unref(I2C_SLAVE(dev), in witherspoon_bmc_i2c_init() 716 i2c_slave_realize_and_unref(I2C_SLAVE(dev), in witherspoon_bmc_i2c_init()
|
/openbmc/qemu/hw/display/ |
H A D | xlnx_dp.c | 1276 i2c_slave_set_address(I2C_SLAVE(s->edid), 0x50); in xlnx_dp_init()
|
H A D | ati.c | 1003 I2CSlave *i2cddc = I2C_SLAVE(qdev_new(TYPE_I2CDDC)); in ati_vga_realize()
|
H A D | sm501.c | 1911 i2c_slave_set_address(I2C_SLAVE(ddc), 0x50); in sm501_init()
|
/openbmc/entity-manager/src/ |
H A D | fru_device.cpp | 526 if (ioctl(file, I2C_SLAVE, ii) < 0) in getBusFRUs()
|
/openbmc/linux/drivers/input/misc/ |
H A D | Kconfig | 745 depends on I2C && I2C_SLAVE
|