Lines Matching refs:D1
123 #define D1(args...) D_(0x01, ##args) macro
712 D1("%s: received USB status - %s (%d)", function, explanation, status); in handle_usb_error()
811 D1("len: %d/%d", skb->len, MUX_BULK_TX_BUF_SIZE); in hso_net_start_xmit()
875 D1("Rx %d bytes", count); in packetizeRx()
915 D1("could not allocate memory"); in packetizeRx()
975 D1(" W_S"); in packetizeRx()
979 D1(" "); in packetizeRx()
1023 D1("BULK IN callback but driver is not active!"); in read_bulk_callback()
1212 D1("serial == NULL"); in hso_std_serial_read_bulk_callback()
1220 D1("Actual length = %d\n", urb->actual_length); in hso_std_serial_read_bulk_callback()
1269 D1("Failed to open port"); in hso_serial_open()
1278 D1("Opening %d", serial->minor); in hso_serial_open()
1301 D1("Port was already open"); in hso_serial_open()
1320 D1("Closing serial port"); in hso_serial_close()
1652 D1("no tty structures"); in hso_serial_tiocmget()
1685 D1("no tty structures"); in hso_serial_tiocmset()
1891 D1("Pending read interrupt on port %d\n", i); in intr_callback()
1903 D1("Already a read pending on " in intr_callback()
1936 D1("serial == NULL"); in hso_std_serial_write_bulk_callback()
1951 D1(" "); in hso_std_serial_write_bulk_callback()
2026 D1("serial = NULL"); in put_rxbuf_data()
2038 D1("data to push to tty"); in put_rxbuf_data()
2422 D1("sizeof hso_net is %d", (int)sizeof(*hso_net)); in hso_net_init()