| /linux/include/trace/events/ |
| H A D | i2c_slave.h | 20 TRACE_DEFINE_ENUM(I2C_SLAVE_STOP); 28 { I2C_SLAVE_STOP, " STOP" })
|
| /linux/drivers/i2c/ |
| H A D | i2c-slave-testunit.c | 70 case I2C_SLAVE_STOP: in i2c_slave_testunit_smbalert_cb() 124 case I2C_SLAVE_STOP: in i2c_slave_testunit_slave_cb()
|
| H A D | i2c-slave-eeprom.c | 81 case I2C_SLAVE_STOP: in i2c_slave_eeprom_slave_cb()
|
| H A D | i2c-smbus.c | 282 case I2C_SLAVE_STOP: in i2c_slave_host_notify_cb()
|
| /linux/drivers/input/misc/ |
| H A D | ibm-panel.c | 87 case I2C_SLAVE_STOP: in ibm_panel_i2c_slave_cb()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-cadence.c | 428 i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL); in cdns_i2c_slave_isr() 438 i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL); in cdns_i2c_slave_isr() 446 i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL); in cdns_i2c_slave_isr()
|
| H A D | i2c-axxia.c | 329 i2c_slave_event(idev->slave, I2C_SLAVE_STOP, &val); in axxia_i2c_slv_fifo_event() 353 i2c_slave_event(idev->slave, I2C_SLAVE_STOP, &val); in axxia_i2c_slv_isr()
|
| H A D | i2c-imx.c | 786 while (i2c_imx->last_slave_event != I2C_SLAVE_STOP) { in i2c_imx_slave_finish_op() 796 i2c_imx_slave_event(i2c_imx, I2C_SLAVE_STOP, &val); in i2c_imx_slave_finish_op() 799 case I2C_SLAVE_STOP: in i2c_imx_slave_finish_op() 934 i2c_imx->last_slave_event = I2C_SLAVE_STOP; in i2c_imx_reg_slave()
|
| H A D | i2c-amd-asf-plat.c | 119 i2c_slave_event(dev->target, I2C_SLAVE_STOP, &val); in amd_asf_process_target()
|
| H A D | i2c-emev2.c | 247 i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value); in em_i2c_slave_irq()
|
| H A D | i2c-bcm-iproc.c | 397 i2c_slave_event(iproc_i2c->slave, I2C_SLAVE_STOP, in bcm_iproc_i2c_slave_read() 495 i2c_slave_event(iproc_i2c->slave, I2C_SLAVE_STOP, &value); in bcm_iproc_i2c_slave_isr()
|
| H A D | i2c-gxp.c | 371 i2c_slave_event(drvdata->slave, I2C_SLAVE_STOP, &buf); in gxp_i2c_slave_irq_handler()
|
| H A D | i2c-mlxbf.c | 1863 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in mlxbf_i2c_irq_send() 1883 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in mlxbf_i2c_irq_send() 1963 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in mlxbf_i2c_irq_recv()
|
| H A D | i2c-aspeed.c | 278 i2c_slave_event(slave, I2C_SLAVE_STOP, &value); in aspeed_i2c_slave_irq()
|
| H A D | i2c-rcar.c | 691 i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value); in rcar_i2c_slave_irq()
|
| H A D | i2c-pxa.c | 693 i2c_slave_event(i2c->slave, I2C_SLAVE_STOP, NULL); in i2c_pxa_slave_stop()
|
| H A D | i2c-imx-lpi2c.c | 1133 i2c_slave_event(lpi2c_imx->target, I2C_SLAVE_STOP, &value); in lpi2c_imx_target_isr()
|
| H A D | i2c-npcm7xx.c | 1387 i2c_slave_event(bus->slave, I2C_SLAVE_STOP, 0); in npcm_i2c_int_slave_handler()
|
| H A D | i2c-stm32f7.c | 1507 i2c_slave_event(i2c_dev->slave_running, I2C_SLAVE_STOP, &val); in stm32f7_i2c_slave_isr_event()
|
| /linux/include/linux/ |
| H A D | i2c.h | 388 I2C_SLAVE_STOP, enumerator
|
| /linux/Documentation/i2c/ |
| H A D | slave-interface.rst | 120 * I2C_SLAVE_STOP (mandatory)
|
| /linux/drivers/char/ipmi/ |
| H A D | ssif_bmc.c | 787 case I2C_SLAVE_STOP: in ssif_bmc_cb()
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-i2c.c | 259 case I2C_SLAVE_STOP: in mctp_i2c_slave_cb()
|