Home
last modified time | relevance | path

Searched refs:cx23885_i2c (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c39 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_slave_did_ack()
46 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_is_busy()
70 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_sendbytes()
151 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_readbytes()
299 int cx23885_i2c_register(struct cx23885_i2c *bus) in cx23885_i2c_register()
347 int cx23885_i2c_unregister(struct cx23885_i2c *bus) in cx23885_i2c_unregister()
H A Dcx23885.h229 struct cx23885_i2c { struct
372 struct cx23885_i2c i2c_bus[3];
594 extern int cx23885_i2c_register(struct cx23885_i2c *bus);
595 extern int cx23885_i2c_unregister(struct cx23885_i2c *bus);
H A Dnetup-init.c98 struct cx23885_i2c *i2c_bus = &dev->i2c_bus[2]; in netup_initialize()