xenbus_driverRegular
4.4: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
4.8: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
4.10: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
4.13: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
4.15: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
4.18: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
5.0: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
5.3: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
5.4: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
5.8: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
bool allow_rebind;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
void (*reclaim_memory)(struct xenbus_device *);
};
5.11: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
bool allow_rebind;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
void (*reclaim_memory)(struct xenbus_device *);
};
5.13: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
bool allow_rebind;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
void (*reclaim_memory)(struct xenbus_device *);
};
5.15: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
bool allow_rebind;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
void (*reclaim_memory)(struct xenbus_device *);
};
5.19: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
bool allow_rebind;
bool not_essential;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
void (*reclaim_memory)(struct xenbus_device *);
};
6.2: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
bool allow_rebind;
bool not_essential;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
void (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
void (*reclaim_memory)(struct xenbus_device *);
};
6.5: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
bool allow_rebind;
bool not_essential;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
void (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(const struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
void (*reclaim_memory)(struct xenbus_device *);
};
6.8: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
bool allow_rebind;
bool not_essential;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
void (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(const struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
void (*reclaim_memory)(struct xenbus_device *);
};
arm64: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*freeze)(struct xenbus_device *);
int (*thaw)(struct xenbus_device *);
int (*restore)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
azure: Absent ⚠️
gcp: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
lowlatency: ✅struct xenbus_driver {
const char *name;
const struct xenbus_device_id *ids;
int (*probe)(struct xenbus_device *, const struct xenbus_device_id *);
void (*otherend_changed)(struct xenbus_device *, enum xenbus_state);
int (*remove)(struct xenbus_device *);
int (*suspend)(struct xenbus_device *);
int (*resume)(struct xenbus_device *);
int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *);
int (*is_ready)(struct xenbus_device *);
};
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 ✅
5.4 and 5.8 ⚠️bool allow_rebind
void (*reclaim_memory)(struct xenbus_device *)
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ⚠️bool not_essential
5.19 and 6.2 ⚠️int (*remove)(struct xenbus_device *) ➡️ void (*remove)(struct xenbus_device *)
6.2 and 6.5 ⚠️int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *) ➡️ int (*uevent)(const struct xenbus_device *, struct kobj_uevent_env *)
6.5 and 6.8 ✅
amd64 and arm64 ✅
generic and aws ⚠️int (*freeze)(struct xenbus_device *)
int (*thaw)(struct xenbus_device *)
int (*restore)(struct xenbus_device *)
generic and gcp ✅
generic and lowlatency ✅