Lines Matching refs:dev_dbg

128 		dev_dbg(&serial->dev->dev, "KOBIL B1 PRO / KAAN PRO detected\n");  in kobil_port_probe()
131 dev_dbg(&serial->dev->dev, "KOBIL KAAN Standard Plus / SecOVID Reader Plus detected\n"); in kobil_port_probe()
134 dev_dbg(&serial->dev->dev, "KOBIL USBTWIN detected\n"); in kobil_port_probe()
137 dev_dbg(&serial->dev->dev, "KOBIL KAAN SIM detected\n"); in kobil_port_probe()
189 dev_dbg(dev, "%s - Send get_HW_version URB returns: %i\n", __func__, result); in kobil_open()
191 dev_dbg(dev, "Hardware version: %i.%i.%i\n", transfer_buffer[0], in kobil_open()
206 dev_dbg(dev, "%s - Send get_FW_version URB returns: %i\n", __func__, result); in kobil_open()
208 dev_dbg(dev, "Firmware version: %i.%i.%i\n", transfer_buffer[0], in kobil_open()
226 dev_dbg(dev, "%s - Send set_baudrate URB returns: %i\n", __func__, result); in kobil_open()
239 dev_dbg(dev, "%s - Send reset_all_queues URB returns: %i\n", __func__, result); in kobil_open()
246 dev_dbg(dev, "%s - Send read URB returns: %i\n", __func__, result); in kobil_open()
270 dev_dbg(&port->dev, "%s - Read int status not zero: %d\n", __func__, status); in kobil_read_int_callback()
282 dev_dbg(&port->dev, "%s - Send read URB returns: %i\n", __func__, result); in kobil_read_int_callback()
300 dev_dbg(&port->dev, "%s - write request of 0 bytes\n", __func__); in kobil_write()
307 dev_dbg(&port->dev, "%s - Error: write request bigger than buffer size\n", __func__); in kobil_write()
338 dev_dbg(&port->dev, "%s - Send write URB returns: %i\n", __func__, result); in kobil_write()
353 dev_dbg(&port->dev, "%s - Send read URB returns: %i\n", __func__, result); in kobil_write()
397 dev_dbg(&port->dev, "Send get_status_line_state URB returns: %i\n", in kobil_tiocmget()
405 dev_dbg(&port->dev, "Statusline: %02x\n", transfer_buffer[0]); in kobil_tiocmget()
444 dev_dbg(dev, "%s - Setting DTR\n", __func__); in kobil_tiocmset()
446 dev_dbg(dev, "%s - Clearing DTR\n", __func__); in kobil_tiocmset()
458 dev_dbg(dev, "%s - Setting RTS\n", __func__); in kobil_tiocmset()
460 dev_dbg(dev, "%s - Clearing RTS\n", __func__); in kobil_tiocmset()
471 dev_dbg(dev, "%s - Send set_status_line URB returns: %i\n", __func__, result); in kobil_tiocmset()
558 dev_dbg(&port->dev, in kobil_ioctl()