Searched refs:chan_err (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/dma/ |
| D | fsldma.c | 40 #define chan_err(chan, fmt, arg...) \ macro 239 chan_err(chan, "DMA halt timeout!\n"); in dma_halt() 705 chan_err(chan, "unable to allocate descriptor pool\n"); in fsl_dma_alloc_chan_resources() 780 chan_err(chan, "%s\n", msg_ld_oom); in fsl_dma_prep_memcpy() 928 chan_err(chan, "Transfer Error!\n"); in fsldma_chan_irq() 939 chan_err(chan, "Programming Error!\n"); in fsldma_chan_irq() 963 chan_err(chan, "irq: controller not idle!\n"); in fsldma_chan_irq() 967 chan_err(chan, "irq: unhandled sr 0x%08x\n", stat); in fsldma_chan_irq() 1070 chan_err(chan, "interrupts property missing in device tree\n"); in fsldma_request_irqs() 1079 chan_err(chan, "unable to request per-channel IRQ\n"); in fsldma_request_irqs()
|
| D | ste_dma40.c | 627 #define chan_err(d40c, format, arg...) \ macro 1094 chan_err(d40c, in __d40_execute_command_phy() 1199 chan_err(d40c, in __d40_config_set_event() 1420 chan_err(d40c, "Channel is not allocated!\n"); in d40_pause() 1445 chan_err(d40c, "Channel is not allocated!\n"); in d40_resume() 1709 chan_err(d40c, "Invalid direction.\n"); in d40_validate_conf() 1716 chan_err(d40c, "Invalid device type (%d)\n", conf->dev_type); in d40_validate_conf() 1725 chan_err(d40c, "periph to periph not supported\n"); in d40_validate_conf() 1738 chan_err(d40c, "src (burst x width) != dst (burst x width)\n"); in d40_validate_conf() 1982 chan_err(d40c, "No memcpy\n"); in d40_config_memcpy() [all …]
|
| D | xgene-dma.c | 195 #define chan_err(chan, fmt, arg...) \ macro 494 chan_err(chan, "Failed to allocate LDs\n"); in xgene_dma_alloc_descriptor() 720 chan_err(chan, "%s\n", xgene_dma_desc_err[status]); in xgene_dma_cleanup_descriptors() 784 chan_err(chan, "Failed to allocate descriptor pool\n"); in xgene_dma_alloc_chan_resources() 1155 chan_err(chan, "Unsupported cfg ring size %d\n", cfgsize); in xgene_dma_get_ring_size() 1202 chan_err(chan, "Failed to allocate ring desc\n"); in xgene_dma_create_ring_one() 1450 chan_err(chan, "Failed to register Rx IRQ %d\n", in xgene_dma_request_irqs() 1557 chan_err(chan, "Failed to register async device %d", ret); in xgene_dma_async_register()
|
| /Linux-v5.4/drivers/tty/serial/ |
| D | atmel_serial.c | 1023 goto chan_err; in atmel_prepare_tx_dma() 1042 goto chan_err; in atmel_prepare_tx_dma() 1063 goto chan_err; in atmel_prepare_tx_dma() 1068 chan_err: in atmel_prepare_tx_dma() 1206 goto chan_err; in atmel_prepare_rx_dma() 1225 goto chan_err; in atmel_prepare_rx_dma() 1244 goto chan_err; in atmel_prepare_rx_dma() 1258 goto chan_err; in atmel_prepare_rx_dma() 1267 chan_err: in atmel_prepare_rx_dma()
|
| /Linux-v5.4/sound/soc/intel/common/ |
| D | sst-firmware.c | 362 goto chan_err; in sst_fw_new() 384 chan_err: in sst_fw_new()
|