Searched defs:i2c_client (Results 1 – 10 of 10) sorted by relevance
53237 struct i2c_client { struct53238 short unsigned int flags;53239 short unsigned int addr;53240 char name[20];53241 struct i2c_adapter *adapter;53242 struct device dev;53243 int init_irq;53244 int irq;53245 struct list_head detected;53246 void *devres_group_id;[all …]
78985 struct i2c_client { struct79006 int (*probe)(struct i2c_client *, const struct i2c_device_id *); argument80864 struct i2c_client *i2c_client; member98502 struct i2c_client *i2c_client; member
26515 struct i2c_client { struct26516 short unsigned int flags;26517 short unsigned int addr;26518 char name[20];26519 struct i2c_adapter *adapter;26520 struct device dev;26521 int init_irq;26522 int irq;26523 struct list_head detected;26524 void *devres_group_id;
37864 struct i2c_client { struct37886 int (*probe)(struct i2c_client *, const struct i2c_device_id *); argument
87525 struct i2c_client { struct87526 short unsigned int flags;87527 short unsigned int addr;87528 char name[20];87529 struct i2c_adapter *adapter;87530 struct device dev;87531 int init_irq;87532 int irq;87533 struct list_head detected;87534 void *devres_group_id;