Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h70943 struct i2c_bus_recovery_info { struct
70944 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h87798 struct i2c_bus_recovery_info { struct
87799 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 …]