Home
last modified time | relevance | path

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

/drivers/media/video/cx23885/
Dcx23885-i2c.c53 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_slave_did_ack()
60 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_is_busy()
84 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_sendbytes()
165 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_readbytes()
226 struct cx23885_i2c *bus = i2c_adap->algo_data; in i2c_xfer()
313 int cx23885_i2c_register(struct cx23885_i2c *bus) in cx23885_i2c_register()
367 int cx23885_i2c_unregister(struct cx23885_i2c *bus) in cx23885_i2c_unregister()
Dcx23885.h241 struct cx23885_i2c { struct
377 struct cx23885_i2c i2c_bus[3];
603 extern int cx23885_i2c_register(struct cx23885_i2c *bus);
604 extern int cx23885_i2c_unregister(struct cx23885_i2c *bus);
Dnetup-init.c111 struct cx23885_i2c *i2c_bus = &dev->i2c_bus[2]; in netup_initialize()
Dcx23885-dvb.c670 struct cx23885_i2c *i2c_bus = NULL, *i2c_bus2 = NULL; in dvb_register()