Searched refs:has_dma (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dpcl812.c338 unsigned int has_dma:1; member in struct:pcl812_board
353 .has_dma = 1,
363 .has_dma = 1,
373 .has_dma = 1,
383 .has_dma = 1,
394 .has_dma = 1,
430 .has_dma = 1,
440 .has_dma = 1,
450 .has_dma = 1,
460 .has_dma = 1,
490 .has_dma = 1,
502 .has_dma = 1,
1157 if (dev->irq && board->has_dma) pcl812_attach()
H A Dpcl818.c239 unsigned int has_dma:1; member in struct:pcl818_board
250 .has_dma = 1,
257 .has_dma = 1,
264 .has_dma = 1,
272 .has_dma = 1,
280 .has_dma = 1,
287 .has_dma = 1,
292 .has_dma = 1,
1020 if (dev->irq && board->has_dma) pcl818_attach()
/linux-4.1.27/include/linux/platform_data/
H A Datmel.h74 bool has_dma; /* support dma transfer */ member in struct:atmel_nand_data
/linux-4.1.27/drivers/crypto/
H A Datmel-sha.c72 bool has_dma; member in struct:atmel_sha_caps
323 if (!dd->caps.has_dma) atmel_sha_write_ctrl()
483 if (dd->caps.has_dma) atmel_sha_xmit_start()
1272 dd->caps.has_dma = 0; atmel_sha_get_cap()
1280 dd->caps.has_dma = 1; atmel_sha_get_cap()
1286 dd->caps.has_dma = 1; atmel_sha_get_cap()
1292 dd->caps.has_dma = 1; atmel_sha_get_cap()
1422 if (sha_dd->caps.has_dma) { atmel_sha_probe()
1462 if (sha_dd->caps.has_dma) atmel_sha_probe()
1490 if (sha_dd->caps.has_dma) atmel_sha_remove()
H A Datmel-tdes.c68 bool has_dma; member in struct:atmel_tdes_caps
271 if (!dd->caps.has_dma) atmel_tdes_write_ctrl()
564 if (dd->caps.has_dma) atmel_tdes_crypt_start()
1298 dd->caps.has_dma = 0; atmel_tdes_get_cap()
1304 dd->caps.has_dma = 1; atmel_tdes_get_cap()
1434 if (tdes_dd->caps.has_dma) { atmel_tdes_probe()
1473 if (tdes_dd->caps.has_dma) atmel_tdes_probe()
1504 if (tdes_dd->caps.has_dma) atmel_tdes_remove()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Domap_udc.h150 unsigned has_dma:1; member in struct:omap_ep
H A Domap_udc.c209 ep->has_dma = 0; omap_ep_enable()
226 && !ep->has_dma omap_ep_enable()
254 ep->has_dma = 0; omap_ep_disable()
304 if (use_dma && ep->has_dma) done()
769 ep->has_dma = 1; dma_channel_claim()
793 if (ep->has_dma) dma_channel_claim()
860 /* has_dma still set, till endpoint is fully quiesced */ dma_channel_release()
895 && ep->has_dma omap_ep_queue()
907 if (use_dma && ep->has_dma) omap_ep_queue()
979 if (!ep->has_dma) omap_ep_queue()
984 if (ep->has_dma) omap_ep_queue()
1604 if (use_dma && ep->has_dma) { ep0_irq()
1983 if (ep->has_dma || list_empty(&ep->queue)) omap_udc_iso_irq()
2152 if (use_dma && ep->has_dma) proc_ep_show()
H A Dfsl_qe_udc.h309 unsigned has_dma:1; member in struct:qe_ep
/linux-4.1.27/drivers/pcmcia/
H A Di82365.c97 static int has_dma = -1; variable
124 module_param(has_dma, int, 0444);
345 if (has_dma > 0) { cirrus_set_opts()
/linux-4.1.27/drivers/mtd/nand/
H A Datmel_nand.c1523 board->has_dma = of_property_read_bool(np, "atmel,nand-has-dma"); atmel_of_init_port()
2208 if (!host->board.has_dma) atmel_nand_probe()

Completed in 299 milliseconds