Home
last modified time | relevance | path

Searched refs:setspeed (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/include/asm/mach/
Ddma.h23 int (*setspeed)(unsigned int, dma_t *, int); /* optional */ member
/linux-2.6.39/arch/arm/kernel/
Ddma.c252 if (dma->d_ops->setspeed) in set_dma_speed()
253 ret = dma->d_ops->setspeed(chan, dma, cycle_ns); in set_dma_speed()
/linux-2.6.39/arch/arm/mach-rpc/
Ddma.c249 .setspeed = iomd_set_dma_speed,