aat2870_dataRegular
4.4: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
struct dentry *dentry_reg;
};
4.8: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
struct dentry *dentry_reg;
};
4.10: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
struct dentry *dentry_reg;
};
4.13: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
struct dentry *dentry_reg;
};
4.15: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
struct dentry *dentry_reg;
};
4.18: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
struct dentry *dentry_reg;
};
5.0: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
struct dentry *dentry_reg;
};
5.3: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
struct dentry *dentry_reg;
};
5.4: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
5.8: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
5.11: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
5.13: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
5.15: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
5.19: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
6.2: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
6.5: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
6.8: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
arm64: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
armhf: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
ppc64el: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
riscv64: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
aws: Absent ⚠️
azure: Absent ⚠️
gcp: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
lowlatency: ✅struct aat2870_data {
struct device *dev;
struct i2c_client *client;
struct mutex io_lock;
struct aat2870_register *reg_cache;
int en_pin;
bool is_enable;
int (*init)(struct aat2870_data *);
void (*uninit)(struct aat2870_data *);
int (*read)(struct aat2870_data *, u8, u8 *);
int (*write)(struct aat2870_data *, u8, u8);
int (*update)(struct aat2870_data *, u8, u8, u8);
struct dentry *dentry_root;
};
Regular
4.4 and 4.8 ✅
4.8 and 4.10 ✅
4.10 and 4.13 ✅
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ⚠️struct dentry *dentry_reg
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and gcp ✅
generic and lowlatency ✅