cx25821_i2c
struct cx25821_i2c *bus = i2c_adap->algo_data;
struct cx25821_i2c *bus = i2c_adap->algo_data;
int cx25821_i2c_register(struct cx25821_i2c *bus)
int cx25821_i2c_unregister(struct cx25821_i2c *bus)
int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value)
int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value)
struct cx25821_i2c *bus = i2c_adap->algo_data;
struct cx25821_i2c *bus = i2c_adap->algo_data;
struct cx25821_i2c *bus = i2c_adap->algo_data;
struct cx25821_i2c i2c_bus[3];
extern int cx25821_i2c_register(struct cx25821_i2c *bus);
extern int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value);
extern int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value);
extern int cx25821_i2c_unregister(struct cx25821_i2c *bus);