Searched refs:cx25821_i2c (Results 1 – 3 of 3) sorted by relevance
48 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_slave_did_ack()55 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_is_busy()79 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_sendbytes()173 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_readbytes()236 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_xfer()299 int cx25821_i2c_register(struct cx25821_i2c *bus) in cx25821_i2c_register()323 int cx25821_i2c_unregister(struct cx25821_i2c *bus) in cx25821_i2c_unregister()354 int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value) in cx25821_i2c_read()388 int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value) in cx25821_i2c_write()
149 struct cx25821_i2c { struct250 struct cx25821_i2c i2c_bus[3];382 extern int cx25821_i2c_register(struct cx25821_i2c *bus);383 extern int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value);384 extern int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value);385 extern int cx25821_i2c_unregister(struct cx25821_i2c *bus);
352 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_slave_did_ack()