Lines Matching refs:usb_dbg
38 #define usb_dbg(usb_if, format, arg...) \ macro
96 usb_dbg(dev->interface, "free"); in chaoskey_free()
113 usb_dbg(interface, "probe %s-%s", udev->product, udev->serial); in chaoskey_probe()
126 usb_dbg(interface, "no IN endpoint found"); in chaoskey_probe()
130 usb_dbg(interface, "invalid size (%d)", size); in chaoskey_probe()
135 usb_dbg(interface, "size reduced from %d to %d\n", in chaoskey_probe()
216 usb_dbg(interface, "chaoskey probe success, size %d", dev->size); in chaoskey_probe()
224 usb_dbg(interface, "disconnect"); in chaoskey_disconnect()
227 usb_dbg(interface, "disconnect failed - no dev"); in chaoskey_disconnect()
247 usb_dbg(interface, "disconnect done"); in chaoskey_disconnect()
260 usb_dbg(interface, "open"); in chaoskey_open()
264 usb_dbg(interface, "open (dev)"); in chaoskey_open()
273 usb_dbg(interface, "open success"); in chaoskey_open()
287 usb_dbg(interface, "release"); in chaoskey_release()
291 usb_dbg(interface, "open count at release is %d", dev->open); in chaoskey_release()
294 usb_dbg(interface, "invalid open count (%d)", dev->open); in chaoskey_release()
310 usb_dbg(interface, "release success"); in chaoskey_release()
323 usb_dbg(dev->interface, "fill"); in _chaoskey_fill()
328 usb_dbg(dev->interface, "not empty yet (valid %d used %d)", in _chaoskey_fill()
335 usb_dbg(dev->interface, "device not present"); in _chaoskey_fill()
342 usb_dbg(dev->interface, "wakeup failed (result %d)", result); in _chaoskey_fill()
359 usb_dbg(dev->interface, "bulk_msg result %d this_read %d", in _chaoskey_fill()
381 usb_dbg(dev->interface, "read %zu", count); in chaoskey_read()
434 usb_dbg(dev->interface, "read %zu bytes", read_count); in chaoskey_read()
437 usb_dbg(dev->interface, "empty read, result %d", result); in chaoskey_read()
447 usb_dbg(dev->interface, "rng_read max %zu wait %d", max, wait); in chaoskey_rng_read()
450 usb_dbg(dev->interface, "device not present"); in chaoskey_rng_read()
481 usb_dbg(dev->interface, "rng_read this_time %d\n", this_time); in chaoskey_rng_read()
489 usb_dbg(interface, "suspend"); in chaoskey_suspend()
495 usb_dbg(interface, "resume"); in chaoskey_resume()