Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/parport/
Dparport_gsc.c298 if (p->dma == PARPORT_DMA_AUTO) { in parport_gsc_probe_port()
302 if (p->dma == PARPORT_DMA_AUTO) /* To use DMA, giving the irq in parport_gsc_probe_port()
Dparport_pc.c2368 if (p->dma == PARPORT_DMA_AUTO) { in parport_pc_probe_port()
2373 if (p->dma == PARPORT_DMA_AUTO) /* To use DMA, giving the irq in parport_pc_probe_port()
3376 return parport_parse_param(dmastr, val, PARPORT_DMA_AUTO, in parport_parse_dma()
3460 case PARPORT_DMA_AUTO: in parse_parport_params()
3500 dmaval[0] = PARPORT_DMA_AUTO; in parport_setup()
/linux-3.4.99/include/linux/
Dparport.h19 #define PARPORT_DMA_AUTO -2 macro