Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Di2c.h434 struct i2c_bus_recovery_info { struct
435 int (*recover_bus)(struct i2c_adapter *);
437 int (*get_scl)(struct i2c_adapter *);
438 void (*set_scl)(struct i2c_adapter *, int val);
439 int (*get_sda)(struct i2c_adapter *);
441 void (*prepare_recovery)(struct i2c_adapter *);
442 void (*unprepare_recovery)(struct i2c_adapter *);
445 int scl_gpio;
446 int sda_gpio;