• Home
  • Raw
  • Download

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()
211 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()
248 usb_dbg(interface, "disconnect done"); in chaoskey_disconnect()
261 usb_dbg(interface, "open"); in chaoskey_open()
265 usb_dbg(interface, "open (dev)"); in chaoskey_open()
274 usb_dbg(interface, "open success"); in chaoskey_open()
288 usb_dbg(interface, "release"); in chaoskey_release()
292 usb_dbg(interface, "open count at release is %d", dev->open); in chaoskey_release()
295 usb_dbg(interface, "invalid open count (%d)", dev->open); in chaoskey_release()
311 usb_dbg(interface, "release success"); in chaoskey_release()
320 usb_dbg(dev->interface, "callback status (%d)", status); in chaos_read_callback()
344 usb_dbg(dev->interface, "fill"); in _chaoskey_fill()
349 usb_dbg(dev->interface, "not empty yet (valid %d used %d)", in _chaoskey_fill()
356 usb_dbg(dev->interface, "device not present"); in _chaoskey_fill()
363 usb_dbg(dev->interface, "wakeup failed (result %d)", result); in _chaoskey_fill()
402 usb_dbg(dev->interface, "read %d bytes", dev->valid); in _chaoskey_fill()
423 usb_dbg(dev->interface, "read %zu", count); in chaoskey_read()
470 usb_dbg(dev->interface, "read %zu bytes", read_count); in chaoskey_read()
473 usb_dbg(dev->interface, "empty read, result %d", result); in chaoskey_read()
485 usb_dbg(dev->interface, "rng_read max %zu wait %d", max, wait); in chaoskey_rng_read()
488 usb_dbg(dev->interface, "device not present"); in chaoskey_rng_read()
519 usb_dbg(dev->interface, "rng_read this_time %d\n", this_time); in chaoskey_rng_read()
527 usb_dbg(interface, "suspend"); in chaoskey_suspend()
536 usb_dbg(interface, "resume"); in chaoskey_resume()