Home
last modified time | relevance | path

Searched refs:tdc2dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/
H A Dtegra20-apb-dma.c257 static inline struct device *tdc2dev(struct tegra_dma_channel *tdc) in tdc2dev() function
335 dev_err(tdc2dev(tdc), "Configuration not allowed\n"); in tegra_dma_slave_config()
421 dev_dbg(tdc2dev(tdc), "%s():clearing interrupt\n", __func__); in tegra_dma_stop()
469 dev_err(tdc2dev(tdc), in tegra_dma_configure_for_next()
558 dev_err(tdc2dev(tdc), "DMA transfer underflow, aborting DMA\n"); in handle_continuous_head_request()
680 dev_info(tdc2dev(tdc), "Interrupt already served status 0x%08x\n", in tegra_dma_isr()
710 dev_err(tdc2dev(tdc), "No DMA request\n"); in tegra_dma_issue_pending()
716 dev_err(tdc2dev(tdc), "Failed to enable DMA\n"); in tegra_dma_issue_pending()
755 dev_dbg(tdc2dev(tdc), "%s():handling isr\n", __func__); in tegra_dma_terminate_all()
811 dev_err(tdc2dev(tdc), "Failed to synchronize DMA: %d\n", err); in tegra_dma_synchronize()
[all …]
H A Dtegra210-adma.c243 static inline struct device *tdc2dev(struct tegra_adma_chan *tdc) in tdc2dev() function
436 dev_err(tdc2dev(tdc), "unable to stop DMA channel\n"); in tegra_adma_stop()
465 dev_warn(tdc2dev(tdc), "unable to start DMA, no descriptor\n"); in tegra_adma_start()
578 dev_err(tdc2dev(tdc), "unable to pause DMA channel\n"); in tegra_adma_pause()
677 dev_err(tdc2dev(tdc), "invalid DMA periods %zu (max %u)\n", in tegra_adma_set_xfer_params()
706 dev_err(tdc2dev(tdc), "DMA direction is not supported\n"); in tegra_adma_set_xfer_params()
755 dev_err(tdc2dev(tdc), "invalid buffer/period len\n"); in tegra_adma_prep_dma_cyclic()
760 dev_err(tdc2dev(tdc), "buf_len not a multiple of period_len\n"); in tegra_adma_prep_dma_cyclic()
765 dev_err(tdc2dev(tdc), "invalid buffer alignment\n"); in tegra_adma_prep_dma_cyclic()
792 dev_err(tdc2dev(tdc), "failed to get interrupt for %s\n", in tegra_adma_alloc_chan_resources()
[all …]