Searched refs:cx25821_i2c (Results 1 – 3 of 3) sorted by relevance
52 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_slave_did_ack()59 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_is_busy()83 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_sendbytes()177 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_readbytes()240 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_xfer()303 int cx25821_i2c_register(struct cx25821_i2c *bus) in cx25821_i2c_register()327 int cx25821_i2c_unregister(struct cx25821_i2c *bus) in cx25821_i2c_unregister()358 int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value) in cx25821_i2c_read()392 int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value) in cx25821_i2c_write()
155 struct cx25821_i2c { struct257 struct cx25821_i2c i2c_bus[3];390 extern int cx25821_i2c_register(struct cx25821_i2c *bus);391 extern int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value);392 extern int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value);393 extern int cx25821_i2c_unregister(struct cx25821_i2c *bus);
356 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_slave_did_ack()