Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Di2c.h233 struct i2c_driver { struct
234 unsigned int class;
237 int (*probe)(struct i2c_client *client, const struct i2c_device_id *id);
238 int (*remove)(struct i2c_client *client);
243 int (*probe_new)(struct i2c_client *client);
246 void (*shutdown)(struct i2c_client *client);
270 #define to_i2c_driver(d) container_of(d, struct i2c_driver, driver) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/actuator/
Dactuator.h183 struct i2c_driver *i2c_driver; member