Home
last modified time | relevance | path

Searched refs:can_dma (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c211 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 Datmel_usba_udc.h282 unsigned int can_dma:1; member
295 unsigned int can_dma:1; member
/linux/sound/pci/asihpi/
H A Dasihpi.c117 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/drivers/spi/
H A Dspi-uniphier.c537 use_dma = host->can_dma ? host->can_dma(host, spi, t) : false; in uniphier_spi_transfer_one()
699 host->can_dma = uniphier_spi_can_dma; in uniphier_spi_probe()
H A Dspi-dw-dma.c689 .can_dma = dw_spi_can_dma,
704 .can_dma = dw_spi_can_dma,
H A Dspi-dw.h182 bool (*can_dma)(struct spi_controller *ctlr, struct spi_device *spi, member
H A Dspi-dw-core.c1364 ctlr->can_dma = dws->dma_ops->can_dma; in dw_spi_add_controller()
H A Dspi-stm32.c2126 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 Dspi-spacemit-k1.c762 host->can_dma = k1_spi_can_dma; in k1_spi_probe()
H A Dspi-rzv2h-rspi.c769 controller->can_dma = rzv2h_rspi_can_dma; in rzv2h_rspi_probe()
H A Dspi-qcom-qspi.c791 host->can_dma = qcom_qspi_can_dma; in qcom_qspi_probe()
H A Dspi.c1455 if (!ctlr->can_dma) in __spi_map_msg()
1483 if (!ctlr->can_dma(ctlr, msg->spi, xfer)) in __spi_map_msg()
/linux/include/linux/spi/
H A Dspi.h723 bool (*can_dma)(struct spi_controller *ctlr, member