amd_mp2_devRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: ✅struct amd_mp2_dev {
struct pci_dev *pdev;
struct dentry *debugfs_dir;
struct dentry *debugfs_info;
void *mmio;
struct i2c_event eventval;
enum i2c_cmd reqcmd;
struct i2c_connect_config connect_cfg;
struct i2c_read_config read_cfg;
struct i2c_write_config write_cfg;
union i2c_cmd_base i2c_cmd_base;
const struct amd_i2c_pci_ops *ops;
struct delayed_work work;
void *i2c_dev_ctx;
bool requested;
raw_spinlock_t lock;
};
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: ✅struct amd_mp2_dev {
struct pci_dev *pci_dev;
struct amd_i2c_common * busses[2];
void *mmio;
struct mutex c2p_lock;
u8 c2p_lock_busid;
unsigned int probed;
};
lowlatency: Absent ⚠️
Regular