Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dnozomi.c66 #define DBG1(args...) DBG_(0x01, ##args) macro
83 DBG1("SENDING: '%s' (%d+n)", tbuf, len__); \
85 DBG1("SENDING: '%s' (%d)", tbuf, len__); \
638 DBG1("Second phase, configuring card"); in nozomi_read_config_table()
645 DBG1("toggle ports: MDM UL:%d MDM DL:%d, DIAG DL:%d", in nozomi_read_config_table()
668 DBG1("First phase: pushing upload buffers, clearing download"); in nozomi_read_config_table()
689 DBG1("First phase done"); in nozomi_read_config_table()
796 DBG1("No room in tty, don't read data, don't ack interrupt, " in receive_data()
896 DBG1("The Base Band sends this value as a response to a " in receive_flow_control()
930 DBG1("0x%04X->0x%04X", *((u16 *)&dc->port[port].ctrl_dl), in receive_flow_control()
[all …]
/Linux-v4.19/drivers/net/
Dtun.c98 #define DBG1(level, fmt, args...) \ macro
109 #define DBG1(level, fmt, args...) \ macro
3195 DBG1(KERN_INFO, "tunX: tun_chr_open\n"); in tun_chr_open()