Searched refs:setspeed (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/mach/
H A Ddma.h23 int (*setspeed)(dmach_t, dma_t *, int); /* optional */ member in struct:dma_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Ddma.h21 int (*setspeed)(dmach_t, dma_t *, int); /* optional */ member in struct:dma_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Ddma.c240 if (dma->d_ops->setspeed)
241 ret = dma->d_ops->setspeed(channel, dma, cycle_ns);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Ddma.c244 if (dma->d_ops->setspeed)
245 ret = dma->d_ops->setspeed(channel, dma, cycle_ns);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-rpc/
H A Ddma.c224 .setspeed = iomd_set_dma_speed,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c109 static int setspeed __P((char *, char **, int));
171 { "tty speed", o_wild, (void *) &setspeed,
259 * setspeed - Set the serial port baud rate.
264 setspeed(arg, argv, doit) function

Completed in 106 milliseconds