Home
last modified time | relevance | path

Searched defs:i2c_client (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Di2c.h160 struct i2c_client { struct
161 char name[32];
162 int id;
163 unsigned int flags; /* div., see below */
164 unsigned int addr; /* chip address - NOTE: 7bit */
170 struct i2c_adapter *adapter; /* the adapter we sit on */
171 struct i2c_driver *driver; /* and our access routines */
172 void *data; /* for the clients */
173 int usage_count; /* How many accesses currently */
/linux-2.4.37.9/drivers/media/video/
Dbttvp.h127 struct i2c_client i2c_client; member