Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-davinci/
Dboard-omapl138-hawk.c103 static struct edma_rsv_info da850_edma_cc0_rsv = {
108 static struct edma_rsv_info da850_edma_cc1_rsv = {
113 static struct edma_rsv_info *da850_edma_rsv[2] = {
Ddavinci.h113 int dm646x_init_edma(struct edma_rsv_info *rsv);
Dboard-da850-evm.c1132 static struct edma_rsv_info da850_edma_cc0_rsv = {
1137 static struct edma_rsv_info da850_edma_cc1_rsv = {
1142 static struct edma_rsv_info *da850_edma_rsv[2] = {
Ddevices-da8xx.c279 int __init da830_register_edma(struct edma_rsv_info *rsv) in da830_register_edma()
286 int __init da850_register_edma(struct edma_rsv_info *rsv[2]) in da850_register_edma()
Dboard-da830-evm.c521 static struct edma_rsv_info da830_edma_rsv[] = {
Dboard-dm646x-evm.c751 static struct edma_rsv_info dm646x_edma_rsv[] = {
Ddm646x.c937 int __init dm646x_init_edma(struct edma_rsv_info *rsv) in dm646x_init_edma()
/linux-4.1.27/arch/arm/mach-davinci/include/mach/
Dda8xx.h86 int da830_register_edma(struct edma_rsv_info *rsv);
87 int da850_register_edma(struct edma_rsv_info *rsv[2]);
/linux-4.1.27/include/linux/platform_data/
Dedma.h155 struct edma_rsv_info { struct
171 struct edma_rsv_info *rsv; argument
/linux-4.1.27/arch/arm/common/
Dedma.c1566 struct edma_rsv_info *rsv_info; in edma_of_parse_dt()
1568 rsv_info = devm_kzalloc(dev, sizeof(struct edma_rsv_info), GFP_KERNEL); in edma_of_parse_dt()