Searched defs:i2c_bus_recovery_info (Results 1 – 2 of 2) sorted by relevance
70943 struct i2c_bus_recovery_info { struct70944 int (*recover_bus)(struct i2c_adapter *);70945 int (*get_scl)(struct i2c_adapter *);70946 void (*set_scl)(struct i2c_adapter *, int);70947 int (*get_sda)(struct i2c_adapter *);70948 void (*set_sda)(struct i2c_adapter *, int);70949 int (*get_bus_free)(struct i2c_adapter *);70950 void (*prepare_recovery)(struct i2c_adapter *);70951 void (*unprepare_recovery)(struct i2c_adapter *);70952 struct gpio_desc *scl_gpiod;[all …]
87798 struct i2c_bus_recovery_info { struct87799 int (*recover_bus)(struct i2c_adapter *);87800 int (*get_scl)(struct i2c_adapter *);87801 void (*set_scl)(struct i2c_adapter *, int);87802 int (*get_sda)(struct i2c_adapter *);87803 void (*set_sda)(struct i2c_adapter *, int);87804 int (*get_bus_free)(struct i2c_adapter *);87805 void (*prepare_recovery)(struct i2c_adapter *);87806 void (*unprepare_recovery)(struct i2c_adapter *);87807 struct gpio_desc *scl_gpiod;[all …]