Searched refs:I2C_SLAVE_STOP (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-designware-slave.c | 206 i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &val); in i2c_dw_irq_handler_slave() 217 i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &val); in i2c_dw_irq_handler_slave()
|
D | i2c-emev2.c | 247 i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value); in em_i2c_slave_irq()
|
D | i2c-aspeed.c | 312 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in aspeed_i2c_slave_irq()
|
D | i2c-rcar.c | 594 i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value); in rcar_i2c_slave_irq()
|
D | i2c-stm32f7.c | 1356 i2c_slave_event(i2c_dev->slave_running, I2C_SLAVE_STOP, &val); in stm32f7_i2c_slave_isr_event()
|
/Linux-v4.19/drivers/i2c/ |
D | i2c-slave-eeprom.c | 65 case I2C_SLAVE_STOP: in i2c_slave_eeprom_slave_cb()
|
/Linux-v4.19/include/linux/ |
D | i2c.h | 373 I2C_SLAVE_STOP, enumerator
|
/Linux-v4.19/Documentation/i2c/ |
D | slave-interface | 112 * I2C_SLAVE_STOP (mandatory)
|