Home
last modified time | relevance | path

Searched refs:edma_rsv_info (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/platform_data/
Dedma.h54 struct edma_rsv_info { struct
72 struct edma_rsv_info *rsv; argument
/kernel/linux/linux-5.10/arch/arm/mach-davinci/include/mach/
Dda8xx.h100 int da830_register_edma(struct edma_rsv_info *rsv);
101 int da850_register_edma(struct edma_rsv_info *rsv[2]);
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
Dboard-omapl138-hawk.c109 static struct edma_rsv_info da850_edma_cc0_rsv = {
114 static struct edma_rsv_info da850_edma_cc1_rsv = {
119 static struct edma_rsv_info *da850_edma_rsv[2] = {
Ddavinci.h133 int dm646x_init_edma(struct edma_rsv_info *rsv);
Dboard-da850-evm.c1187 static struct edma_rsv_info da850_edma_cc0_rsv = {
1192 static struct edma_rsv_info da850_edma_cc1_rsv = {
1197 static struct edma_rsv_info *da850_edma_rsv[2] = {
Ddevices-da8xx.c241 int __init da830_register_edma(struct edma_rsv_info *rsv) in da830_register_edma()
274 int __init da850_register_edma(struct edma_rsv_info *rsv[2]) in da850_register_edma()
Dboard-da830-evm.c527 static struct edma_rsv_info da830_edma_rsv[] = {
Ddm646x.c634 int __init dm646x_init_edma(struct edma_rsv_info *rsv) in dm646x_init_edma()
Dboard-dm646x-evm.c811 static struct edma_rsv_info dm646x_edma_rsv[] = {
/kernel/linux/linux-5.10/drivers/dma/ti/
Dedma.c2241 struct edma_rsv_info *rsv_info; in edma_setup_info_from_dt()