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()
190 dev_dbg(dev, "%s - Send get_HW_version URB returns: %i\n", __func__, result); in kobil_open()
192 dev_dbg(dev, "Hardware version: %i.%i.%i\n", transfer_buffer[0], in kobil_open()
207 dev_dbg(dev, "%s - Send get_FW_version URB returns: %i\n", __func__, result); in kobil_open()
209 dev_dbg(dev, "Firmware version: %i.%i.%i\n", transfer_buffer[0], in kobil_open()
227 dev_dbg(dev, "%s - Send set_baudrate URB returns: %i\n", __func__, result); in kobil_open()
240 dev_dbg(dev, "%s - Send reset_all_queues URB returns: %i\n", __func__, result); in kobil_open()
247 dev_dbg(dev, "%s - Send read URB returns: %i\n", __func__, result); in kobil_open()
271 dev_dbg(&port->dev, "%s - Read int status not zero: %d\n", __func__, status); in kobil_read_int_callback()
283 dev_dbg(&port->dev, "%s - Send read URB returns: %i\n", __func__, result); in kobil_read_int_callback()
301 dev_dbg(&port->dev, "%s - write request of 0 bytes\n", __func__); in kobil_write()
308 dev_dbg(&port->dev, "%s - Error: write request bigger than buffer size\n", __func__); in kobil_write()
339 dev_dbg(&port->dev, "%s - Send write URB returns: %i\n", __func__, result); in kobil_write()
354 dev_dbg(&port->dev, "%s - Send read URB returns: %i\n", __func__, result); in kobil_write()
398 dev_dbg(&port->dev, "Send get_status_line_state URB returns: %i\n", in kobil_tiocmget()
406 dev_dbg(&port->dev, "Statusline: %02x\n", transfer_buffer[0]); in kobil_tiocmget()
445 dev_dbg(dev, "%s - Setting DTR\n", __func__); in kobil_tiocmset()
447 dev_dbg(dev, "%s - Clearing DTR\n", __func__); in kobil_tiocmset()
459 dev_dbg(dev, "%s - Setting RTS\n", __func__); in kobil_tiocmset()
461 dev_dbg(dev, "%s - Clearing RTS\n", __func__); in kobil_tiocmset()
472 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()