Searched refs:cx25821_i2c (Results 1 - 3 of 3) sorted by last modified time

/drivers/media/pci/cx25821/
H A Dcx25821-core.c356 struct cx25821_i2c *bus = i2c_adap->algo_data;
H A Dcx25821-i2c.c52 struct cx25821_i2c *bus = i2c_adap->algo_data;
59 struct cx25821_i2c *bus = i2c_adap->algo_data;
83 struct cx25821_i2c *bus = i2c_adap->algo_data;
177 struct cx25821_i2c *bus = i2c_adap->algo_data;
240 struct cx25821_i2c *bus = i2c_adap->algo_data;
303 int cx25821_i2c_register(struct cx25821_i2c *bus)
327 int cx25821_i2c_unregister(struct cx25821_i2c *bus)
358 int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value)
392 int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value)
H A Dcx25821.h141 struct cx25821_i2c { struct
251 struct cx25821_i2c i2c_bus[3];
384 extern int cx25821_i2c_register(struct cx25821_i2c *bus);
385 extern int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value);
386 extern int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value);
387 extern int cx25821_i2c_unregister(struct cx25821_i2c *bus);

Completed in 40 milliseconds