Lines Matching refs:hso_dbg
98 #define hso_dbg(lvl, fmt, ...) \ macro
687 hso_dbg(0x1, "%s: received USB status - %s (%d)\n", in handle_usb_error()
787 hso_dbg(0x1, "len: %d/%d\n", skb->len, MUX_BULK_TX_BUF_SIZE); in hso_net_start_xmit()
849 hso_dbg(0x1, "Rx %d bytes\n", count); in packetizeRx()
889 hso_dbg(0x1, "could not allocate memory\n"); in packetizeRx()
948 hso_dbg(0x1, " W_S\n"); in packetizeRx()
952 hso_dbg(0x1, "\n"); in packetizeRx()
997 hso_dbg(0x1, "BULK IN callback but driver is not active!\n"); in read_bulk_callback()
1093 hso_dbg(0x8, "port %d\n", serial->minor); in _hso_serial_set_termios()
1183 hso_dbg(0x8, "--- Got serial_read_bulk callback %02x ---\n", status); in hso_std_serial_read_bulk_callback()
1187 hso_dbg(0x1, "serial == NULL\n"); in hso_std_serial_read_bulk_callback()
1195 hso_dbg(0x1, "Actual length = %d\n", urb->actual_length); in hso_std_serial_read_bulk_callback()
1245 hso_dbg(0x1, "Failed to open port\n"); in hso_serial_open()
1254 hso_dbg(0x1, "Opening %d\n", serial->minor); in hso_serial_open()
1277 hso_dbg(0x1, "Port was already open\n"); in hso_serial_open()
1296 hso_dbg(0x1, "Closing serial port\n"); in hso_serial_close()
1391 hso_dbg(0x16, "Termios called with: cflags new[%u] - old[%u]\n", in hso_serial_set_termios()
1630 hso_dbg(0x1, "no tty structures\n"); in hso_serial_tiocmget()
1663 hso_dbg(0x1, "no tty structures\n"); in hso_serial_tiocmset()
1702 hso_dbg(0x8, "IOCTL cmd: %d, arg: %ld\n", cmd, arg); in hso_serial_ioctl()
1786 hso_dbg(0x2, "%s command (%02x) len: %d, port: %d\n", in mux_device_request()
1855 hso_dbg(0x8, "--- Got intr callback 0x%02X ---\n", status); in intr_callback()
1859 hso_dbg(0x8, "port_req = 0x%.2X\n", *port_req); in intr_callback()
1867 hso_dbg(0x1, "Pending read interrupt on port %d\n", in intr_callback()
1880 hso_dbg(0x1, "Already a read pending on port %d or port not open\n", in intr_callback()
1915 hso_dbg(0x1, "serial == NULL\n"); in hso_std_serial_write_bulk_callback()
1930 hso_dbg(0x1, "\n"); in hso_std_serial_write_bulk_callback()
1979 hso_dbg(0x8, "--- Got muxed ctrl callback 0x%02X ---\n", status); in ctrl_callback()
1980 hso_dbg(0x8, "Actual length of urb = %d\n", urb->actual_length); in ctrl_callback()
2006 hso_dbg(0x1, "serial = NULL\n"); in put_rxbuf_data()
2018 hso_dbg(0x1, "data to push to tty\n"); in put_rxbuf_data()
2398 hso_dbg(0x1, "sizeof hso_net is %zu\n", sizeof(*hso_net)); in hso_net_init()