Home
last modified time | relevance | path

Searched defs:i2c_driver (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Di2c.h164 struct i2c_driver { struct
165 unsigned int class;
170 int (*attach_adapter)(struct i2c_adapter *) __deprecated;
173 int (*probe)(struct i2c_client *, const struct i2c_device_id *);
174 int (*remove)(struct i2c_client *);
199 #define to_i2c_driver(d) container_of(d, struct i2c_driver, driver) argument
/linux-4.4.14/include/drm/
Ddrm_encoder_slave.h121 struct i2c_driver i2c_driver; member
/linux-4.4.14/drivers/staging/most/hdm-i2c/
Dhdm_i2c.c416 static struct i2c_driver i2c_driver = { variable