Searched refs:tdc2dev (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/dma/ |
| D | tegra20-apb-dma.c | 264 static inline struct device *tdc2dev(struct tegra_dma_channel *tdc) in tdc2dev() function 344 dev_err(tdc2dev(tdc), "Configuration not allowed\n"); in tegra_dma_slave_config() 437 dev_dbg(tdc2dev(tdc), "%s():clearing interrupt\n", __func__); in tegra_dma_stop() 485 dev_err(tdc2dev(tdc), in tegra_dma_configure_for_next() 572 dev_err(tdc2dev(tdc), "DMA is running without req\n"); in handle_continuous_head_request() 585 dev_err(tdc2dev(tdc), "Error in DMA transfer, aborting DMA\n"); in handle_continuous_head_request() 701 dev_info(tdc2dev(tdc), in tegra_dma_isr() 728 dev_err(tdc2dev(tdc), "No DMA request\n"); in tegra_dma_issue_pending() 772 dev_dbg(tdc2dev(tdc), "%s():handling isr\n", __func__); in tegra_dma_terminate_all() 899 dev_dbg(tdc2dev(tdc), "cookie %d not found\n", cookie); in tegra_dma_tx_status() [all …]
|
| D | tegra210-adma.c | 201 static inline struct device *tdc2dev(struct tegra_adma_chan *tdc) in tdc2dev() function 343 dev_err(tdc2dev(tdc), "unable to stop DMA channel\n"); in tegra_adma_stop() 365 dev_warn(tdc2dev(tdc), "unable to start DMA, no descriptor\n"); in tegra_adma_start() 468 dev_err(tdc2dev(tdc), "unable to pause DMA channel\n"); in tegra_adma_pause() 591 dev_err(tdc2dev(tdc), "DMA direction is not supported\n"); in tegra_adma_set_xfer_params() 617 dev_err(tdc2dev(tdc), "invalid buffer/period len\n"); in tegra_adma_prep_dma_cyclic() 622 dev_err(tdc2dev(tdc), "buf_len not a multiple of period_len\n"); in tegra_adma_prep_dma_cyclic() 627 dev_err(tdc2dev(tdc), "invalid buffer alignment\n"); in tegra_adma_prep_dma_cyclic() 654 dev_err(tdc2dev(tdc), "failed to get interrupt for %s\n", in tegra_adma_alloc_chan_resources() 659 ret = pm_runtime_get_sync(tdc2dev(tdc)); in tegra_adma_alloc_chan_resources() [all …]
|