Searched refs:DBGERR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 38 #define DBGERR(fmt) if (debug_level >= DEBUG_LEVEL_ERROR) printk fmt macro 480 #ifndef DBGERR 481 #define DBGERR(fmt) macro 591 DBGERR(("%s: open with invalid line #%d.\n", driver_name, line)); in open() 601 DBGERR(("%s init error=%d\n", info->device_name, info->init_error)); in open() 1662 DBGERR(("%s: can't alloc skb, drop packet\n", dev->name)); in hdlcdev_rx() 2340 DBGERR(("%s can't allocate tx buffer\n", info->device_name)); in startup() 3349 DBGERR(("%s DMA buffer alloc fail\n", info->device_name)); in alloc_dma_bufs() 3369 DBGERR(("%s reg addr conflict, addr=%08X\n", in claim_resources() 3379 DBGERR(("%s can't map device registers, addr=%08X\n", in claim_resources() [all …]
|