Lines Matching refs:number
195 dbg("%s - port %d", __FUNCTION__, serial->port->number); in kobil_shutdown()
216 dbg("%s - port %d", __FUNCTION__, port->number); in kobil_open()
259 dbg("%s - port %d Allocating port->write_urb", __FUNCTION__, port->number); in kobil_open()
262 dbg("%s - port %d usb_alloc_urb failed", __FUNCTION__, port->number); in kobil_open()
286 dbg("%s - port %d Send get_HW_version URB returns: %i", __FUNCTION__, port->number, result); in kobil_open()
300 dbg("%s - port %d Send get_FW_version URB returns: %i", __FUNCTION__, port->number, result); in kobil_open()
315 dbg("%s - port %d Send set_baudrate URB returns: %i", __FUNCTION__, port->number, result); in kobil_open()
328 dbg("%s - port %d Send reset_all_queues URB returns: %i", __FUNCTION__, port->number, result); in kobil_open()
335 dbg("%s - port %d Send read URB returns: %i", __FUNCTION__, port->number, result); in kobil_open()
345 dbg("%s - port %d", __FUNCTION__, port->number); in kobil_close()
366 dbg("%s - port %d", __FUNCTION__, port->number); in kobil_read_int_callback()
369 dbg("%s - port %d Read int status not zero: %d", __FUNCTION__, port->number, purb->status); in kobil_read_int_callback()
418 dbg("%s - port %d write request of 0 bytes", __FUNCTION__, port->number); in kobil_write()
425 dbg("%s - port %d Error: write request bigger than buffer size", __FUNCTION__, port->number); in kobil_write()
438 dbg(" %d --> %s", port->number, data ); in kobil_write()
482 dbg("%s - port %d Send write URB returns: %i", __FUNCTION__, port->number, result); in kobil_write()
503 dbg("%s - port %d Send read URB returns: %i", __FUNCTION__, port->number, result); in kobil_write()
538 dbg("%s - port %d Error in verify_area", __FUNCTION__, port->number); in kobil_ioctl()
546 dbg("%s - port %d Error: port->tty->termios is NULL", __FUNCTION__, port->number); in kobil_ioctl()
551 dbg("%s - port %d Error in verify_area", __FUNCTION__, port->number); in kobil_ioctl()
589 dbg("%s - port %d setting port to: %s", __FUNCTION__, port->number, settings ); in kobil_ioctl()
602 dbg("%s - port %d Send set_baudrate URB returns: %i", __FUNCTION__, port->number, result); in kobil_ioctl()
618 …dbg("%s - port %d Send reset_all_queues (FLUSH) URB returns: %i", __FUNCTION__, port->number, resu… in kobil_ioctl()
642 __FUNCTION__, port->number, result, transfer_buffer[0]); in kobil_ioctl()
659 dbg("%s - port %d Setting DTR", __FUNCTION__, port->number); in kobil_ioctl()
661 dbg("%s - port %d Clearing DTR", __FUNCTION__, port->number); in kobil_ioctl()
676 dbg("%s - port %d Setting RTS", __FUNCTION__, port->number); in kobil_ioctl()
678 dbg("%s - port %d Clearing RTS", __FUNCTION__, port->number); in kobil_ioctl()
691 …dbg("%s - port %d Send set_status_line (TIOCMSET) URB returns: %i", __FUNCTION__, port->number, re… in kobil_ioctl()