Lines Matching refs:dev_dbg

94 	dev_dbg(&serial->interface->dev, "%s %d\n", __func__, num_ports);  in allocate_minors()
246 dev_dbg(tty->dev, "%s\n", __func__); in serial_open()
275 dev_dbg(tty->dev, "%s\n", __func__); in serial_hangup()
284 dev_dbg(tty->dev, "%s\n", __func__); in serial_close()
304 dev_dbg(tty->dev, "%s\n", __func__); in serial_cleanup()
335 dev_dbg(tty->dev, "%s - %d byte(s)\n", __func__, count); in serial_write()
348 dev_dbg(tty->dev, "%s\n", __func__); in serial_write_room()
358 dev_dbg(tty->dev, "%s\n", __func__); in serial_chars_in_buffer()
371 dev_dbg(tty->dev, "%s\n", __func__); in serial_wait_until_sent()
386 dev_dbg(tty->dev, "%s\n", __func__); in serial_throttle()
396 dev_dbg(tty->dev, "%s\n", __func__); in serial_unthrottle()
408 dev_dbg(tty->dev, "%s - cmd 0x%04x\n", __func__, cmd); in serial_ioctl()
427 dev_dbg(tty->dev, "%s\n", __func__); in serial_set_termios()
439 dev_dbg(tty->dev, "%s\n", __func__); in serial_break()
499 dev_dbg(tty->dev, "%s\n", __func__); in serial_tiocmget()
511 dev_dbg(tty->dev, "%s\n", __func__); in serial_tiocmset()
523 dev_dbg(tty->dev, "%s\n", __func__); in serial_get_icount()
580 dev_dbg(dev, "%s\n", __func__); in usb_serial_port_release()
641 dev_dbg(&intf->dev, "static descriptor matches\n"); in get_iface_id()
646 dev_dbg(&intf->dev, "dynamic descriptor matches\n"); in get_iface_id()
741 dev_dbg(ddev, "none matched\n"); in usb_serial_probe()
766 dev_dbg(ddev, "sub driver rejected device\n"); in usb_serial_probe()
781 dev_dbg(ddev, "found bulk in on endpoint %d\n", i); in usb_serial_probe()
790 dev_dbg(ddev, "found bulk out on endpoint %d\n", i); in usb_serial_probe()
799 dev_dbg(ddev, "found interrupt in on endpoint %d\n", i); in usb_serial_probe()
809 dev_dbg(ddev, "found interrupt out on endpoint %d\n", i); in usb_serial_probe()
836 dev_dbg(ddev, "found interrupt in for Prolific device on separate interface\n"); in usb_serial_probe()
903 dev_dbg(ddev, "setting up %d port structure(s)\n", max_endpoints); in usb_serial_probe()
1008dev_dbg(ddev, "The device claims to support interrupt in transfers, but read_int_callback is not d… in usb_serial_probe()
1034dev_dbg(ddev, "The device claims to support interrupt out transfers, but write_int_callback is not… in usb_serial_probe()
1070 dev_dbg(ddev, "registering %s\n", dev_name(&port->dev)); in usb_serial_probe()