Searched refs:I2C_SLAVE_STOP (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-at91-slave.c | 59 i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &value); in atmel_twi_interrupt_slave()
|
D | i2c-cadence.c | 352 i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL); in cdns_i2c_slave_isr() 362 i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL); in cdns_i2c_slave_isr() 370 i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL); in cdns_i2c_slave_isr()
|
D | i2c-designware-slave.c | 209 i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &val); in i2c_dw_irq_handler_slave()
|
D | i2c-axxia.c | 332 i2c_slave_event(idev->slave, I2C_SLAVE_STOP, &val); in axxia_i2c_slv_fifo_event() 356 i2c_slave_event(idev->slave, I2C_SLAVE_STOP, &val); in axxia_i2c_slv_isr()
|
D | i2c-emev2.c | 248 i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value); in em_i2c_slave_irq()
|
D | i2c-bcm-iproc.c | 374 i2c_slave_event(iproc_i2c->slave, I2C_SLAVE_STOP, in bcm_iproc_i2c_slave_read() 503 i2c_slave_event(iproc_i2c->slave, I2C_SLAVE_STOP, &value); in bcm_iproc_i2c_slave_isr()
|
D | i2c-mlxbf.c | 1912 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in mlxbf_smbus_irq_send() 1932 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in mlxbf_smbus_irq_send() 2003 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in mlxbf_smbus_irq_recv()
|
D | i2c-aspeed.c | 322 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in aspeed_i2c_slave_irq()
|
D | i2c-rcar.c | 593 i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value); in rcar_i2c_slave_irq()
|
D | i2c-pxa.c | 692 i2c_slave_event(i2c->slave, I2C_SLAVE_STOP, NULL); in i2c_pxa_slave_stop()
|
D | i2c-npcm7xx.c | 1112 i2c_slave_event(bus->slave, I2C_SLAVE_STOP, 0); in npcm_i2c_int_slave_handler()
|
D | i2c-stm32f7.c | 1459 i2c_slave_event(i2c_dev->slave_running, I2C_SLAVE_STOP, &val); in stm32f7_i2c_slave_isr_event()
|
/kernel/linux/linux-5.10/drivers/i2c/ |
D | i2c-slave-testunit.c | 112 case I2C_SLAVE_STOP: in i2c_slave_testunit_slave_cb()
|
D | i2c-slave-eeprom.c | 81 case I2C_SLAVE_STOP: in i2c_slave_eeprom_slave_cb()
|
D | i2c-smbus.c | 223 case I2C_SLAVE_STOP: in i2c_slave_host_notify_cb()
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
D | ipmb_dev_int.c | 288 case I2C_SLAVE_STOP: in ipmb_slave_cb()
|
/kernel/linux/linux-5.10/include/linux/ |
D | i2c.h | 369 I2C_SLAVE_STOP, enumerator
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | slave-interface.rst | 117 * I2C_SLAVE_STOP (mandatory)
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0022_linux_drivers_i2c.patch | 2455 + i2c_slave_event(i2c_imx->slave, I2C_SLAVE_STOP, &value); 2468 + i2c_slave_event(i2c_imx->slave, I2C_SLAVE_STOP, &value);
|