Searched refs:DBG1 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | nozomi.c | 80 #define DBG1(args...) D_(0x01, ##args) macro 117 DBG1("SENDING: '%s' (%d+n)", tbuf, len__);\ 119 DBG1("SENDING: '%s' (%d)", tbuf, len__);\ 672 DBG1("Second phase, configuring card"); in nozomi_read_config_table() 679 DBG1("toggle ports: MDM UL:%d MDM DL:%d, DIAG DL:%d", in nozomi_read_config_table() 702 DBG1("First phase: pushing upload buffers, clearing download"); in nozomi_read_config_table() 723 DBG1("First phase done"); in nozomi_read_config_table() 830 DBG1("No room in tty, don't read data, don't ack interrupt, " in receive_data() 930 DBG1("The Base Band sends this value as a response to a " in receive_flow_control() 964 DBG1("0x%04X->0x%04X", *((u16 *)&dc->port[port].ctrl_dl), in receive_flow_control() [all …]
|
/linux-4.4.14/sound/oss/ |
D | aedsp16.c | 258 # define DBG1(x) printk x macro 260 # define DBG1(x) macro 264 # define DBG1(x) macro 505 DBG1(("aedsp16_wait_data (0x%x): ", port)); in aedsp16_wait_data() 515 DBG1(("success.\n")); in aedsp16_wait_data() 519 DBG1(("failure.\n")); in aedsp16_wait_data()
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 88 #define DBG1(level, fmt, args...) \ macro 99 #define DBG1(level, fmt, args...) \ macro 2214 DBG1(KERN_INFO, "tunX: tun_chr_open\n"); in tun_chr_open()
|