Searched refs:chan_err (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/dma/ |
| H A D | fsldma.c | 41 #define chan_err(chan, fmt, arg...) \ macro 240 chan_err(chan, "DMA halt timeout!\n"); in dma_halt() 706 chan_err(chan, "unable to allocate descriptor pool\n"); in fsl_dma_alloc_chan_resources() 781 chan_err(chan, "%s\n", msg_ld_oom); in fsl_dma_prep_memcpy() 929 chan_err(chan, "Transfer Error!\n"); in fsldma_chan_irq() 940 chan_err(chan, "Programming Error!\n"); in fsldma_chan_irq() 964 chan_err(chan, "irq: controller not idle!\n"); in fsldma_chan_irq() 968 chan_err(chan, "irq: unhandled sr 0x%08x\n", stat); in fsldma_chan_irq() 1071 chan_err(chan, "interrupts property missing in device tree\n"); in fsldma_request_irqs() 1080 chan_err(chan, "unable to request per-channel IRQ\n"); in fsldma_request_irqs()
|
| H A D | ste_dma40.c | 650 #define chan_err(d40c, format, arg...) \ macro 1117 chan_err(d40c, in __d40_execute_command_phy() 1222 chan_err(d40c, in __d40_config_set_event() 1731 chan_err(d40c, "Invalid direction.\n"); in d40_validate_conf() 2004 chan_err(d40c, "No memcpy\n"); in d40_config_memcpy() 2023 chan_err(d40c, "phy == null\n"); in d40_free_dma() 2029 chan_err(d40c, "channel already free\n"); in d40_free_dma() 2039 chan_err(d40c, "Unknown direction\n"); in d40_free_dma() 2046 chan_err(d40c, "stop failed\n"); in d40_free_dma() 2102 chan_err(d40c, "Unknown direction\n"); in d40_is_paused() [all …]
|
| H A D | xgene-dma.c | 196 #define chan_err(chan, fmt, arg...) \ macro 497 chan_err(chan, "Failed to allocate LDs\n"); in xgene_dma_alloc_descriptor() 723 chan_err(chan, "%s\n", xgene_dma_desc_err[status]); in xgene_dma_cleanup_descriptors() 787 chan_err(chan, "Failed to allocate descriptor pool\n"); in xgene_dma_alloc_chan_resources() 1158 chan_err(chan, "Unsupported cfg ring size %d\n", cfgsize); in xgene_dma_get_ring_size() 1205 chan_err(chan, "Failed to allocate ring desc\n"); in xgene_dma_create_ring_one() 1453 chan_err(chan, "Failed to register Rx IRQ %d\n", in xgene_dma_request_irqs() 1559 chan_err(chan, "Failed to register async device %d", ret); in xgene_dma_async_register()
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | atmel_serial.c | 1028 goto chan_err; in atmel_prepare_tx_dma() 1042 goto chan_err; in atmel_prepare_tx_dma() 1062 goto chan_err; in atmel_prepare_tx_dma() 1067 chan_err: in atmel_prepare_tx_dma() 1197 goto chan_err; in atmel_prepare_rx_dma() 1212 goto chan_err; in atmel_prepare_rx_dma() 1229 goto chan_err; in atmel_prepare_rx_dma() 1243 goto chan_err; in atmel_prepare_rx_dma() 1252 goto chan_err; in atmel_prepare_rx_dma() 1259 chan_err: in atmel_prepare_rx_dma()
|