Lines Matching refs:usb_dbg
30 #define usb_dbg(usb_if, format, arg...) \ macro
97 usb_dbg(dev->interface, "free"); in chaoskey_free()
118 usb_dbg(interface, "probe %s-%s", udev->product, udev->serial); in chaoskey_probe()
123 usb_dbg(interface, "no IN endpoint found"); in chaoskey_probe()
132 usb_dbg(interface, "invalid size (%d)", size); in chaoskey_probe()
137 usb_dbg(interface, "size reduced from %d to %d\n", in chaoskey_probe()
210 usb_dbg(interface, "chaoskey probe success, size %d", dev->size); in chaoskey_probe()
223 usb_dbg(interface, "disconnect"); in chaoskey_disconnect()
226 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()
319 usb_dbg(dev->interface, "callback status (%d)", status); in chaos_read_callback()
343 usb_dbg(dev->interface, "fill"); in _chaoskey_fill()
348 usb_dbg(dev->interface, "not empty yet (valid %d used %d)", in _chaoskey_fill()
355 usb_dbg(dev->interface, "device not present"); in _chaoskey_fill()
362 usb_dbg(dev->interface, "wakeup failed (result %d)", result); in _chaoskey_fill()
401 usb_dbg(dev->interface, "read %d bytes", dev->valid); in _chaoskey_fill()
422 usb_dbg(dev->interface, "read %zu", count); in chaoskey_read()
469 usb_dbg(dev->interface, "read %zu bytes", read_count); in chaoskey_read()
472 usb_dbg(dev->interface, "empty read, result %d", result); in chaoskey_read()
484 usb_dbg(dev->interface, "rng_read max %zu wait %d", max, wait); in chaoskey_rng_read()
487 usb_dbg(dev->interface, "device not present"); in chaoskey_rng_read()
518 usb_dbg(dev->interface, "rng_read this_time %d\n", this_time); in chaoskey_rng_read()
526 usb_dbg(interface, "suspend"); in chaoskey_suspend()
535 usb_dbg(interface, "resume"); in chaoskey_resume()