Searched refs:DBGERR (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/tty/ |
D | synclink_gt.c | 39 #define DBGERR(fmt) if (debug_level >= DEBUG_LEVEL_ERROR) printk fmt macro 543 #ifndef DBGERR 544 #define DBGERR(fmt) macro 658 DBGERR(("%s: open with invalid line #%d.\n", driver_name, line)); in open() 668 DBGERR(("%s init error=%d\n", info->device_name, info->init_error)); in open() 1768 DBGERR(("%s: can't alloc skb, drop packet\n", dev->name)); in hdlcdev_rx() 2447 DBGERR(("%s can't allocate tx buffer\n", info->device_name)); in startup() 3464 DBGERR(("%s DMA buffer alloc fail\n", info->device_name)); in alloc_dma_bufs() 3484 DBGERR(("%s reg addr conflict, addr=%08X\n", in claim_resources() 3494 DBGERR(("%s can't map device registers, addr=%08X\n", in claim_resources() [all …]
|