Searched refs:DBGINFO (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/tty/ |
D | synclink_gt.c | 38 #define DBGINFO(fmt) if (debug_level >= DEBUG_LEVEL_INFO) printk fmt macro 540 #ifndef DBGINFO 541 #define DBGINFO(fmt) macro 675 DBGINFO(("%s open, old ref count = %d\n", info->device_name, info->port.count)); in open() 710 DBGINFO(("%s block_til_ready rc=%d\n", info->device_name, retval)); in open() 724 DBGINFO(("%s open rc=%d\n", info->device_name, retval)); in open() 734 DBGINFO(("%s close entry, count=%d\n", info->device_name, info->port.count)); in close() 751 DBGINFO(("%s close exit, count=%d\n", tty->driver->name, info->port.count)); in close() 761 DBGINFO(("%s hangup\n", info->device_name)); in hangup() 783 DBGINFO(("%s set_termios\n", tty->driver->name)); in set_termios() [all …]
|
/linux-2.6.39/drivers/block/ |
D | cpqarray.c | 134 #define DBGINFO(s) do { } while(0) macro 648 DBGINFO( in cpqarray_pci_init() 800 DBGINFO( in cpqarray_eisa_detect() 828 DBGINFO(printk("ida_open %s\n", bdev->bd_disk->disk_name)); in ida_open()
|