dma_chan
Regular
4.4
: ✅struct dma_chan {
int lock;
const char *device_id;
};
4.8
: ✅struct dma_chan {
int lock;
const char *device_id;
};
4.10
: ✅struct dma_chan {
int lock;
const char *device_id;
};
4.13
: ✅struct dma_chan {
int lock;
const char *device_id;
};
4.15
: ✅struct dma_chan {
int lock;
const char *device_id;
};
4.18
: ✅struct dma_chan {
int lock;
const char *device_id;
};
5.0
: ✅struct dma_chan {
int lock;
const char *device_id;
};
5.3
: ✅struct dma_chan {
int lock;
const char *device_id;
};
5.4
: ✅struct dma_chan {
int lock;
const char *device_id;
};
5.8
: ✅struct dma_chan {
int lock;
const char *device_id;
};
5.11
: ✅struct dma_chan {
int lock;
const char *device_id;
};
5.13
: ✅struct dma_chan {
int lock;
const char *device_id;
};
5.15
: ✅struct dma_chan {
int lock;
const char *device_id;
};
5.19
: ✅struct dma_chan {
int lock;
const char *device_id;
};
6.2
: ✅struct dma_chan {
int lock;
const char *device_id;
};
6.5
: ✅struct dma_chan {
int lock;
const char *device_id;
};
6.8
: ✅struct dma_chan {
int lock;
const char *device_id;
};
arm64
: ✅struct dma_chan {
struct dma_device *device;
dma_cookie_t cookie;
dma_cookie_t completed_cookie;
int chan_id;
struct dma_chan_dev *dev;
struct list_head device_node;
struct dma_chan_percpu *local;
int client_count;
int table_count;
struct dma_router *router;
void *route_data;
void *private;
};
armhf
: ✅struct dma_chan {
struct dma_device *device;
dma_cookie_t cookie;
dma_cookie_t completed_cookie;
int chan_id;
struct dma_chan_dev *dev;
struct list_head device_node;
struct dma_chan_percpu *local;
int client_count;
int table_count;
struct dma_router *router;
void *route_data;
void *private;
};
ppc64el
: ✅struct dma_chan {
int lock;
const char *device_id;
};
riscv64
: ✅struct dma_chan {
struct dma_device *device;
dma_cookie_t cookie;
dma_cookie_t completed_cookie;
int chan_id;
struct dma_chan_dev *dev;
struct list_head device_node;
struct dma_chan_percpu *local;
int client_count;
int table_count;
struct dma_router *router;
void *route_data;
void *private;
};
aws
: ✅struct dma_chan {
int lock;
const char *device_id;
};
azure
: ✅struct dma_chan {
int lock;
const char *device_id;
};
gcp
: ✅struct dma_chan {
int lock;
const char *device_id;
};
lowlatency
: ✅struct dma_chan {
int lock;
const char *device_id;
};
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
✅
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
⚠️struct dma_device *device
dma_cookie_t cookie
dma_cookie_t completed_cookie
int chan_id
struct dma_chan_dev *dev
struct list_head device_node
struct dma_chan_percpu *local
int client_count
int table_count
struct dma_router *router
void *route_data
void *private
int lock
const char *device_id
amd64
and armhf
⚠️struct dma_device *device
dma_cookie_t cookie
dma_cookie_t completed_cookie
int chan_id
struct dma_chan_dev *dev
struct list_head device_node
struct dma_chan_percpu *local
int client_count
int table_count
struct dma_router *router
void *route_data
void *private
int lock
const char *device_id
amd64
and ppc64el
✅
amd64
and riscv64
⚠️struct dma_device *device
dma_cookie_t cookie
dma_cookie_t completed_cookie
int chan_id
struct dma_chan_dev *dev
struct list_head device_node
struct dma_chan_percpu *local
int client_count
int table_count
struct dma_router *router
void *route_data
void *private
int lock
const char *device_id
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅