Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Di2c.h431 struct i2c_bus_recovery_info { struct
432 int (*recover_bus)(struct i2c_adapter *);
434 int (*get_scl)(struct i2c_adapter *);
435 void (*set_scl)(struct i2c_adapter *, int val);
436 int (*get_sda)(struct i2c_adapter *);
438 void (*prepare_recovery)(struct i2c_adapter *);
439 void (*unprepare_recovery)(struct i2c_adapter *);
442 int scl_gpio;
443 int sda_gpio;