| /linux/drivers/spi/ |
| H A D | internals.h | 47 return ctlr->can_dma && ctlr->can_dma(ctlr, spi, xfer) && in spi_xfer_is_dma_mapped()
|
| H A D | spi-pci1xxxx.c | 171 bool can_dma; member 363 spi_bus->can_dma = true; in pci1xxxx_spi_dma_init() 650 if (p->parent->can_dma && p->rx_buf) in pci1xxxx_spi_isr_io() 773 if (p->spi_host->can_dma(p->spi_host, NULL, p->xfer)) in pci1xxxx_spi_isr() 797 return par->can_dma; in pci1xxxx_spi_can_dma() 923 spi_host->can_dma = pci1xxxx_spi_can_dma; in pci1xxxx_spi_probe()
|
| H A D | spi-davinci.c | 509 bool can_dma = false; in davinci_spi_can_dma() local 512 can_dma = (spicfg->io_type == SPI_IO_TYPE_DMA) && in davinci_spi_can_dma() 517 return can_dma; in davinci_spi_can_dma() 997 host->can_dma = davinci_spi_can_dma; in davinci_spi_probe()
|
| H A D | spi-rockchip.c | 701 use_dma = ctlr->can_dma ? ctlr->can_dma(ctlr, spi, xfer) : false; in rockchip_spi_transfer_one() 886 ctlr->can_dma = rockchip_spi_can_dma; in rockchip_spi_probe() 893 if (ctlr->can_dma && target_mode) in rockchip_spi_probe()
|
| H A D | spi-dw-dma.c | 687 .can_dma = dw_spi_can_dma, 702 .can_dma = dw_spi_can_dma,
|
| H A D | spi-bcm2835.c | 977 ctlr->can_dma = bcm2835_spi_can_dma; in bcm2835_dma_init() 1107 if (ctlr->can_dma && bcm2835_spi_can_dma(ctlr, spi, tfr)) in bcm2835_spi_transfer_one() 1217 if (spi->controller->can_dma) in bcm2835_spi_max_transfer_size()
|
| H A D | spi-dw-core.c | 997 ctlr->can_dma = dws->dma_ops->can_dma; in dw_spi_add_controller()
|
| H A D | spi-stm32.c | 2126 spi->cur_usedma = (ctrl->can_dma && in stm32_spi_transfer_one() 2127 ctrl->can_dma(ctrl, spi_dev, transfer)); in stm32_spi_transfer_one() 2492 ctrl->can_dma = stm32_spi_can_dma; in stm32_spi_probe()
|
| H A D | spi-rzv2h-rspi.c | 768 controller->can_dma = rzv2h_rspi_can_dma; in rzv2h_rspi_probe()
|
| H A D | spi-fsl-lpspi.c | 752 controller->can_dma = fsl_lpspi_can_dma; in fsl_lpspi_dma_init()
|
| H A D | spi-amlogic-spisg.c | 791 ctlr->can_dma = aml_spisg_can_dma; in aml_spisg_probe()
|
| H A D | spi-geni-qcom.c | 1078 spi->can_dma = geni_can_dma; in spi_geni_probe()
|
| H A D | spi.c | 1239 if (!ctlr->can_dma) in __spi_map_msg() 1261 if (!ctlr->can_dma(ctlr, msg->spi, xfer)) in __spi_map_msg()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | atmel_usba_udc.c | 211 if (ep->can_dma) in usba_ep_init_debugfs() 643 if (ep->can_dma) { in usba_ep_enable() 683 if (ep->can_dma) { in usba_ep_disable() 796 if (ep->can_dma) in usba_ep_queue() 2063 { .nr_banks = 2, .can_dma = 1, .can_isoc = 1 }, /* ep 1 */ 2064 { .nr_banks = 2, .can_dma = 1, .can_isoc = 1 }, /* ep 2 */ 2065 { .nr_banks = 3, .can_dma = 1 }, /* ep 3 */ 2066 { .nr_banks = 3, .can_dma = 1 }, /* ep 4 */ 2067 { .nr_banks = 3, .can_dma = 1, .can_isoc = 1 }, /* ep 5 */ 2068 { .nr_banks = 3, .can_dma = 1, .can_isoc = 1 }, /* ep 6 */ [all …]
|
| H A D | atmel_usba_udc.h | 282 unsigned int can_dma:1; member 295 unsigned int can_dma:1; member
|
| /linux/sound/pci/asihpi/ |
| H A D | asihpi.c | 117 u16 can_dma; member 453 if (card->can_dma) { in snd_card_asihpi_pcm_hw_params() 612 !card->can_dma) in snd_card_asihpi_trigger() 748 if (!card->can_dma) in snd_card_asihpi_timer_function() 842 if (card->can_dma) { /* buffer wrap is handled at lower level */ in snd_card_asihpi_timer_function() 1043 if (card->can_dma) in snd_card_asihpi_playback_open() 1202 if (card->can_dma) in snd_card_asihpi_capture_open() 2844 asihpi->can_dma = (!err); in snd_asihpi_probe() 2848 if (!asihpi->can_dma) in snd_asihpi_probe() 2869 asihpi->can_dma, in snd_asihpi_probe() [all...] |
| /linux/include/linux/spi/ |
| H A D | spi.h | 714 bool (*can_dma)(struct spi_controller *ctlr, member
|