Home
last modified time | relevance | path

Searched refs:cx25821_i2c (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c38 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_slave_did_ack()
45 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_is_busy()
69 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_sendbytes()
163 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_readbytes()
226 struct cx25821_i2c *bus = i2c_adap->algo_data; in i2c_xfer()
289 int cx25821_i2c_register(struct cx25821_i2c *bus) in cx25821_i2c_register()
313 int cx25821_i2c_unregister(struct cx25821_i2c *bus) in cx25821_i2c_unregister()
344 int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value) in cx25821_i2c_read()
378 int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value) in cx25821_i2c_write()
H A Dcx25821.h137 struct cx25821_i2c { struct
238 struct cx25821_i2c i2c_bus[3];
370 extern int cx25821_i2c_register(struct cx25821_i2c *bus);
371 extern int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value);
372 extern int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value);
373 extern int cx25821_i2c_unregister(struct cx25821_i2c *bus);