Searched refs:i2c_slave_event (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/i2c/busses/
H A Di2c-rcar.c385 i2c_slave_event(priv->slave, I2C_SLAVE_READ_REQUESTED, &value); rcar_i2c_slave_irq()
389 i2c_slave_event(priv->slave, I2C_SLAVE_WRITE_REQUESTED, &value); rcar_i2c_slave_irq()
399 i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value); rcar_i2c_slave_irq()
409 ret = i2c_slave_event(priv->slave, I2C_SLAVE_WRITE_RECEIVED, &value); rcar_i2c_slave_irq()
417 i2c_slave_event(priv->slave, I2C_SLAVE_READ_PROCESSED, &value); rcar_i2c_slave_irq()
/linux-4.1.27/drivers/i2c/
H A Di2c-slave-eeprom.c34 enum i2c_slave_event event, u8 *val) i2c_slave_eeprom_slave_cb()
/linux-4.1.27/include/linux/
H A Di2c.h49 enum i2c_slave_event;
50 typedef int (*i2c_slave_cb_t)(struct i2c_client *, enum i2c_slave_event, u8 *);
255 enum i2c_slave_event { enum
266 static inline int i2c_slave_event(struct i2c_client *client, i2c_slave_event() function
267 enum i2c_slave_event event, u8 *val) i2c_slave_event()

Completed in 91 milliseconds