i2c_clientRegular
4.4: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int irq;
struct list_head detected;
};
4.8: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int irq;
struct list_head detected;
i2c_slave_cb_t slave_cb;
};
4.10: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int irq;
struct list_head detected;
};
4.13: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int irq;
struct list_head detected;
};
4.15: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int irq;
struct list_head detected;
};
4.18: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int irq;
struct list_head detected;
};
5.0: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int irq;
struct list_head detected;
};
5.3: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
};
5.4: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
};
5.8: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
};
5.11: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
};
5.13: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
void *devres_group_id;
};
5.15: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
void *devres_group_id;
};
5.19: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
void *devres_group_id;
};
6.2: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
void *devres_group_id;
};
6.5: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
void *devres_group_id;
};
6.8: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
void *devres_group_id;
};
arm64: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
i2c_slave_cb_t slave_cb;
};
armhf: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
i2c_slave_cb_t slave_cb;
};
ppc64el: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
};
riscv64: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
};
aws: Absent ⚠️
azure: Absent ⚠️
gcp: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
};
lowlatency: ✅struct i2c_client {
short unsigned int flags;
short unsigned int addr;
char name[20];
struct i2c_adapter *adapter;
struct device dev;
int init_irq;
int irq;
struct list_head detected;
};
Regular
4.4 and 4.8 ⚠️i2c_slave_cb_t slave_cb
4.8 and 4.10 ⚠️i2c_slave_cb_t slave_cb
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 ⚠️int init_irq
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️void *devres_group_id
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 ⚠️i2c_slave_cb_t slave_cb
amd64 and armhf ⚠️i2c_slave_cb_t slave_cb
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and gcp ✅
generic and lowlatency ✅