Searched refs:DBGERR (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/tty/ |
D | synclink_gt.c | 38 #define DBGERR(fmt) if (debug_level >= DEBUG_LEVEL_ERROR) printk fmt macro 482 #ifndef DBGERR 483 #define DBGERR(fmt) macro 593 DBGERR(("%s: open with invalid line #%d.\n", driver_name, line)); in open() 603 DBGERR(("%s init error=%d\n", info->device_name, info->init_error)); in open() 1663 DBGERR(("%s: can't alloc skb, drop packet\n", dev->name)); in hdlcdev_rx() 2341 DBGERR(("%s can't allocate tx buffer\n", info->device_name)); in startup() 3357 DBGERR(("%s DMA buffer alloc fail\n", info->device_name)); in alloc_dma_bufs() 3377 DBGERR(("%s reg addr conflict, addr=%08X\n", in claim_resources() 3387 DBGERR(("%s can't map device registers, addr=%08X\n", in claim_resources() [all …]
|