Home
last modified time | relevance | path

Searched refs:dma_disable (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/test/dm/
H A Ddma.c69 ut_assertok(dma_disable(&dma_tx)); in dm_test_dma()
70 ut_assertok(dma_disable(&dma_rx)); in dm_test_dma()
114 ut_assertok(dma_disable(&dma_tx)); in dm_test_dma_rx()
115 ut_assertok(dma_disable(&dma_rx)); in dm_test_dma_rx()
/openbmc/u-boot/include/
H A Ddma.h254 int dma_disable(struct dma *dma);
/openbmc/u-boot/drivers/net/
H A Dbcm6348-eth.c254 dma_disable(&priv->rx_dma); in bcm6348_eth_stop()
257 dma_disable(&priv->tx_dma); in bcm6348_eth_stop()
H A Dbcm6368-eth.c435 dma_disable(&priv->rx_dma); in bcm6368_eth_stop()
438 dma_disable(&priv->tx_dma); in bcm6368_eth_stop()
/openbmc/u-boot/drivers/dma/
H A Ddma-uclass.c142 int dma_disable(struct dma *dma) in dma_disable() function
/openbmc/linux/Documentation/core-api/
H A Ddma-isa-lpc.rst136 dma_disable(channel);
/openbmc/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c2460 goto dma_disable; in at91_adc_probe()
2474 dma_disable: in at91_adc_probe()