Searched refs:chan_err (Results 1 – 4 of 4) sorted by relevance
/drivers/dma/ |
D | fsldma.c | 45 #define chan_err(chan, fmt, arg...) \ macro 244 chan_err(chan, "DMA halt timeout!\n"); in dma_halt() 710 chan_err(chan, "unable to allocate descriptor pool\n"); in fsl_dma_alloc_chan_resources() 785 chan_err(chan, "%s\n", msg_ld_oom); in fsl_dma_prep_memcpy() 870 chan_err(chan, "%s\n", msg_ld_oom); in fsl_dma_prep_sg() 1049 chan_err(chan, "Transfer Error!\n"); in fsldma_chan_irq() 1060 chan_err(chan, "Programming Error!\n"); in fsldma_chan_irq() 1084 chan_err(chan, "irq: controller not idle!\n"); in fsldma_chan_irq() 1088 chan_err(chan, "irq: unhandled sr 0x%08x\n", stat); in fsldma_chan_irq() 1191 chan_err(chan, "interrupts property missing in device tree\n"); in fsldma_request_irqs() [all …]
|
D | ste_dma40.c | 623 #define chan_err(d40c, format, arg...) \ macro 1113 chan_err(d40c, in __d40_execute_command_phy() 1218 chan_err(d40c, in __d40_config_set_event() 1439 chan_err(d40c, "Channel is not allocated!\n"); in d40_pause() 1464 chan_err(d40c, "Channel is not allocated!\n"); in d40_resume() 1731 chan_err(d40c, "Invalid direction.\n"); in d40_validate_conf() 1738 chan_err(d40c, "Invalid device type (%d)\n", conf->dev_type); in d40_validate_conf() 1747 chan_err(d40c, "periph to periph not supported\n"); in d40_validate_conf() 1760 chan_err(d40c, "src (burst x width) != dst (burst x width)\n"); in d40_validate_conf() 2007 chan_err(d40c, "No memcpy\n"); in d40_config_memcpy() [all …]
|
D | xgene-dma.c | 207 #define chan_err(chan, fmt, arg...) \ macro 553 chan_err(chan, "Failed to allocate LDs\n"); in xgene_dma_alloc_descriptor() 781 chan_err(chan, "%s\n", xgene_dma_desc_err[status]); in xgene_dma_cleanup_descriptors() 845 chan_err(chan, "Failed to allocate descriptor pool\n"); in xgene_dma_alloc_chan_resources() 1324 chan_err(chan, "Unsupported cfg ring size %d\n", cfgsize); in xgene_dma_get_ring_size() 1371 chan_err(chan, "Failed to allocate ring desc\n"); in xgene_dma_create_ring_one() 1619 chan_err(chan, "Failed to register Rx IRQ %d\n", in xgene_dma_request_irqs() 1728 chan_err(chan, "Failed to register async device %d", ret); in xgene_dma_async_register()
|
/drivers/tty/serial/ |
D | atmel_serial.c | 956 goto chan_err; in atmel_prepare_tx_dma() 975 goto chan_err; in atmel_prepare_tx_dma() 996 goto chan_err; in atmel_prepare_tx_dma() 1001 chan_err: in atmel_prepare_tx_dma() 1138 goto chan_err; in atmel_prepare_rx_dma() 1157 goto chan_err; in atmel_prepare_rx_dma() 1176 goto chan_err; in atmel_prepare_rx_dma() 1190 goto chan_err; in atmel_prepare_rx_dma() 1199 goto chan_err; in atmel_prepare_rx_dma() 1206 chan_err: in atmel_prepare_rx_dma()
|