Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Di2c.h618 struct i2c_bus_recovery_info { struct
619 int (*recover_bus)(struct i2c_adapter *adap);
621 int (*get_scl)(struct i2c_adapter *adap);
622 void (*set_scl)(struct i2c_adapter *adap, int val);
623 int (*get_sda)(struct i2c_adapter *adap);
624 void (*set_sda)(struct i2c_adapter *adap, int val);
625 int (*get_bus_free)(struct i2c_adapter *adap);
627 void (*prepare_recovery)(struct i2c_adapter *adap);
628 void (*unprepare_recovery)(struct i2c_adapter *adap);
631 struct gpio_desc *scl_gpiod;
[all …]