Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Di2c.h640 struct i2c_bus_recovery_info { struct
641 int (*recover_bus)(struct i2c_adapter *adap);
643 int (*get_scl)(struct i2c_adapter *adap);
644 void (*set_scl)(struct i2c_adapter *adap, int val);
645 int (*get_sda)(struct i2c_adapter *adap);
646 void (*set_sda)(struct i2c_adapter *adap, int val);
647 int (*get_bus_free)(struct i2c_adapter *adap);
649 void (*prepare_recovery)(struct i2c_adapter *adap);
650 void (*unprepare_recovery)(struct i2c_adapter *adap);
653 struct gpio_desc *scl_gpiod;
[all …]