Symbol: I2C_SLAVE_STOP
drivers/char/ipmi/ipmb_dev_int.c
288
case I2C_SLAVE_STOP:
drivers/char/ipmi/ipmi_ipmb.c
209
case I2C_SLAVE_STOP:
drivers/char/ipmi/ssif_bmc.c
787
case I2C_SLAVE_STOP:
drivers/i2c/busses/i2c-amd-asf-plat.c
119
i2c_slave_event(dev->target, I2C_SLAVE_STOP, &val);
drivers/i2c/busses/i2c-aspeed.c
278
i2c_slave_event(slave, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-at91-slave.c
59
i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-axxia.c
329
i2c_slave_event(idev->slave, I2C_SLAVE_STOP, &val);
drivers/i2c/busses/i2c-axxia.c
353
i2c_slave_event(idev->slave, I2C_SLAVE_STOP, &val);
drivers/i2c/busses/i2c-bcm-iproc.c
397
i2c_slave_event(iproc_i2c->slave, I2C_SLAVE_STOP,
drivers/i2c/busses/i2c-bcm-iproc.c
495
i2c_slave_event(iproc_i2c->slave, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-cadence.c
428
i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL);
drivers/i2c/busses/i2c-cadence.c
438
i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL);
drivers/i2c/busses/i2c-cadence.c
446
i2c_slave_event(id->slave, I2C_SLAVE_STOP, NULL);
drivers/i2c/busses/i2c-designware-slave.c
174
i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &val);
drivers/i2c/busses/i2c-emev2.c
247
i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-gxp.c
371
i2c_slave_event(drvdata->slave, I2C_SLAVE_STOP, &buf);
drivers/i2c/busses/i2c-imx-lpi2c.c
1213
i2c_slave_event(lpi2c_imx->target, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-imx.c
786
while (i2c_imx->last_slave_event != I2C_SLAVE_STOP) {
drivers/i2c/busses/i2c-imx.c
796
i2c_imx_slave_event(i2c_imx, I2C_SLAVE_STOP, &val);
drivers/i2c/busses/i2c-imx.c
799
case I2C_SLAVE_STOP:
drivers/i2c/busses/i2c-imx.c
934
i2c_imx->last_slave_event = I2C_SLAVE_STOP;
drivers/i2c/busses/i2c-mlxbf.c
1856
i2c_slave_event(slave, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-mlxbf.c
1876
i2c_slave_event(slave, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-mlxbf.c
1956
i2c_slave_event(slave, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-npcm7xx.c
1387
i2c_slave_event(bus->slave, I2C_SLAVE_STOP, 0);
drivers/i2c/busses/i2c-pxa.c
694
i2c_slave_event(i2c->slave, I2C_SLAVE_STOP, NULL);
drivers/i2c/busses/i2c-rcar.c
691
i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value);
drivers/i2c/busses/i2c-stm32f7.c
1507
i2c_slave_event(i2c_dev->slave_running, I2C_SLAVE_STOP, &val);
drivers/i2c/i2c-slave-eeprom.c
81
case I2C_SLAVE_STOP:
drivers/i2c/i2c-slave-testunit.c
124
case I2C_SLAVE_STOP:
drivers/i2c/i2c-slave-testunit.c
70
case I2C_SLAVE_STOP:
drivers/i2c/i2c-smbus.c
282
case I2C_SLAVE_STOP:
drivers/input/misc/ibm-panel.c
87
case I2C_SLAVE_STOP:
drivers/net/mctp/mctp-i2c.c
265
case I2C_SLAVE_STOP:
include/trace/events/i2c_slave.h
20
TRACE_DEFINE_ENUM(I2C_SLAVE_STOP);
include/trace/events/i2c_slave.h
28
{ I2C_SLAVE_STOP, " STOP" })