Searched refs:DBGINFO (Results 1 – 2 of 2) sorted by relevance
/drivers/tty/ |
D | synclink_gt.c | 38 #define DBGINFO(fmt) if (debug_level >= DEBUG_LEVEL_INFO) printk fmt macro 538 #ifndef DBGINFO 539 #define DBGINFO(fmt) macro 673 DBGINFO(("%s open, old ref count = %d\n", info->device_name, info->port.count)); in open() 699 DBGINFO(("%s block_til_ready rc=%d\n", info->device_name, retval)); in open() 713 DBGINFO(("%s open rc=%d\n", info->device_name, retval)); in open() 723 DBGINFO(("%s close entry, count=%d\n", info->device_name, info->port.count)); in close() 740 DBGINFO(("%s close exit, count=%d\n", tty->driver->name, info->port.count)); in close() 750 DBGINFO(("%s hangup\n", info->device_name)); in hangup() 772 DBGINFO(("%s set_termios\n", tty->driver->name)); in set_termios() [all …]
|
/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()
|