Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Di2c.h653 struct i2c_bus_recovery_info { struct
654 int (*recover_bus)(struct i2c_adapter *adap);
656 int (*get_scl)(struct i2c_adapter *adap);
657 void (*set_scl)(struct i2c_adapter *adap, int val);
658 int (*get_sda)(struct i2c_adapter *adap);
659 void (*set_sda)(struct i2c_adapter *adap, int val);
660 int (*get_bus_free)(struct i2c_adapter *adap);
662 void (*prepare_recovery)(struct i2c_adapter *adap);
663 void (*unprepare_recovery)(struct i2c_adapter *adap);
666 struct gpio_desc *scl_gpiod;
[all …]