Home
last modified time | relevance | path

Searched refs:DBGINFO (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/tty/
Dsynclink_gt.c38 #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/
Dcpqarray.c134 #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()