nvdimm_bus_descriptor
Regular
4.4
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int dsm_mask;
char *provider_name;
ndctl_fn ndctl;
};
4.8
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int);
};
4.10
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int);
};
4.13
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int);
};
4.15
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int);
};
4.18
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int);
};
5.0
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
5.3
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
5.4
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
5.8
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
long unsigned int dimm_family_mask;
long unsigned int bus_family_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
5.11
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
long unsigned int dimm_family_mask;
long unsigned int bus_family_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
const struct nvdimm_bus_fw_ops *fw_ops;
};
5.13
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
long unsigned int dimm_family_mask;
long unsigned int bus_family_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
const struct nvdimm_bus_fw_ops *fw_ops;
};
5.15
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
long unsigned int dimm_family_mask;
long unsigned int bus_family_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
const struct nvdimm_bus_fw_ops *fw_ops;
};
5.19
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
long unsigned int dimm_family_mask;
long unsigned int bus_family_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
const struct nvdimm_bus_fw_ops *fw_ops;
};
6.2
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
long unsigned int dimm_family_mask;
long unsigned int bus_family_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
const struct nvdimm_bus_fw_ops *fw_ops;
};
6.5
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
long unsigned int dimm_family_mask;
long unsigned int bus_family_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
const struct nvdimm_bus_fw_ops *fw_ops;
};
6.8
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int cmd_mask;
long unsigned int dimm_family_mask;
long unsigned int bus_family_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
const struct nvdimm_bus_fw_ops *fw_ops;
};
arm64
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
armhf
: Absent ⚠️
ppc64el
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
riscv64
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
aws
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
azure
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
gcp
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
lowlatency
: ✅struct nvdimm_bus_descriptor {
const struct attribute_group **attr_groups;
long unsigned int bus_dsm_mask;
long unsigned int cmd_mask;
struct module *module;
char *provider_name;
struct device_node *of_node;
ndctl_fn ndctl;
int (*flush_probe)(struct nvdimm_bus_descriptor *);
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *);
};
Regular
4.4
and 4.8
⚠️long unsigned int cmd_mask
struct module *module
int (*flush_probe)(struct nvdimm_bus_descriptor *)
int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int)
long unsigned int dsm_mask
4.8
and 4.10
✅
4.10
and 4.13
⚠️long unsigned int bus_dsm_mask
4.13
and 4.15
✅
4.15
and 4.18
⚠️struct device_node *of_node
4.18
and 5.0
⚠️int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int)
➡️ int (*clear_to_send)(struct nvdimm_bus_descriptor *, struct nvdimm *, unsigned int, void *)
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️long unsigned int dimm_family_mask
long unsigned int bus_family_mask
5.8
and 5.11
⚠️const struct nvdimm_bus_fw_ops *fw_ops
long unsigned int bus_dsm_mask
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 ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅