Home
last modified time | relevance | path

Searched refs:d_ops (Results 1 – 4 of 4) sorted by relevance

/arch/arm/kernel/
A Ddma.c38 if (!dma->d_ops) in isa_dma_add()
70 if (dma->d_ops->request) in request_dma()
71 ret = dma->d_ops->request(chan, dma); in request_dma()
101 dma->d_ops->disable(chan, dma); in free_dma()
106 if (dma->d_ops->free) in free_dma()
107 dma->d_ops->free(chan, dma); in free_dma()
193 dma->d_ops->enable(chan, dma); in enable_dma()
214 dma->d_ops->disable(chan, dma); in disable_dma()
245 if (dma->d_ops->setspeed) in set_dma_speed()
256 if (dma->d_ops->residue) in get_dma_residue()
[all …]
/arch/arm/include/asm/mach/
A Ddma.h40 const struct dma_ops *d_ops; member
/arch/arm/mach-rpc/
A Ddma.c337 .d_ops = &floppy_dma_ops,
343 .d_ops = &sound_dma_ops,
378 iomd_dma[i].dma.d_ops = &iomd_dma_ops; in rpc_dma_init()
/arch/arm/mach-footbridge/
A Ddma-isa.c181 isa_dma[chan].d_ops = &isa_dma_ops; in isa_dma_init()

Completed in 8 milliseconds