Searched defs:i2c_client (Results 1 – 2 of 2) sorted by relevance
160 struct i2c_client { struct161 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 */
127 struct i2c_client i2c_client; member