rproc_subdevRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
5.8: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
5.11: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
5.13: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
5.15: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
5.19: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
6.2: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
6.5: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
6.8: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
arm64: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
armhf: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
ppc64el: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
riscv64: Absent ⚠️
aws: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: ✅struct rproc_subdev {
struct list_head node;
int (*prepare)(struct rproc_subdev *);
int (*start)(struct rproc_subdev *);
void (*stop)(struct rproc_subdev *, bool);
void (*unprepare)(struct rproc_subdev *);
};
Regular
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 ✅
generic and aws ✅
generic and lowlatency ✅