• Home
  • Raw
  • Download

Lines Matching refs:usbi_dbg

182   usbi_dbg ("converting ep address 0x%02x to pipeRef and interface", ep);  in ep_to_pipeRef()
198 usbi_dbg ("pipe %d on interface %d matches", *pipep, iface); in ep_to_pipeRef()
290 usbi_dbg ("could not set up plugin for service: %s", darwin_error_str (result)); in darwin_device_from_service()
350 usbi_dbg ("notifying context %p of device disconnect", ctx); in darwin_devices_detached()
411 usbi_dbg ("creating hotplug event source"); in darwin_event_thread_main()
456 usbi_dbg ("darwin event thread ready to receive events"); in darwin_event_thread_main()
467 usbi_dbg ("darwin event thread exiting"); in darwin_event_thread_main()
656 usbi_dbg ("ignoring configuration on root hub simulation"); in darwin_check_configuration()
699 usbi_dbg ("active config: %u, first config: %u", dev->active_config, dev->first_config); in darwin_check_configuration()
759usbi_dbg("descriptor appears to be invalid. resetting configuration before trying again..."); in darwin_cache_device_descriptor()
790usbi_dbg("could not retrieve device descriptor. failed to unsuspend: %s",darwin_error_str(ret2)); in darwin_cache_device_descriptor()
799usbi_dbg("kernel responded with code: 0x%08x. sleeping for %d ms before trying again", ret, delay/… in darwin_cache_device_descriptor()
815 usbi_dbg ("could not retrieve device descriptor %.4x:%.4x: %s (%x). skipping device", in darwin_cache_device_descriptor()
831 usbi_dbg ("cached device descriptor:"); in darwin_cache_device_descriptor()
832 usbi_dbg (" bDescriptorType: 0x%02x", dev->dev_descriptor.bDescriptorType); in darwin_cache_device_descriptor()
833 usbi_dbg (" bcdUSB: 0x%04x", dev->dev_descriptor.bcdUSB); in darwin_cache_device_descriptor()
834 usbi_dbg (" bDeviceClass: 0x%02x", dev->dev_descriptor.bDeviceClass); in darwin_cache_device_descriptor()
835 usbi_dbg (" bDeviceSubClass: 0x%02x", dev->dev_descriptor.bDeviceSubClass); in darwin_cache_device_descriptor()
836 usbi_dbg (" bDeviceProtocol: 0x%02x", dev->dev_descriptor.bDeviceProtocol); in darwin_cache_device_descriptor()
837 usbi_dbg (" bMaxPacketSize0: 0x%02x", dev->dev_descriptor.bMaxPacketSize0); in darwin_cache_device_descriptor()
838 usbi_dbg (" idVendor: 0x%04x", dev->dev_descriptor.idVendor); in darwin_cache_device_descriptor()
839 usbi_dbg (" idProduct: 0x%04x", dev->dev_descriptor.idProduct); in darwin_cache_device_descriptor()
840 usbi_dbg (" bcdDevice: 0x%04x", dev->dev_descriptor.bcdDevice); in darwin_cache_device_descriptor()
841 usbi_dbg (" iManufacturer: 0x%02x", dev->dev_descriptor.iManufacturer); in darwin_cache_device_descriptor()
842 usbi_dbg (" iProduct: 0x%02x", dev->dev_descriptor.iProduct); in darwin_cache_device_descriptor()
843 usbi_dbg (" iSerialNumber: 0x%02x", dev->dev_descriptor.iSerialNumber); in darwin_cache_device_descriptor()
844 usbi_dbg (" bNumConfigurations: 0x%02x", dev->dev_descriptor.bNumConfigurations); in darwin_cache_device_descriptor()
882 usbi_dbg("could not get connected port number"); in darwin_get_cached_device()
885 usbi_dbg("finding cached device for sessionID 0x%" PRIx64, sessionID); in darwin_get_cached_device()
899usbi_dbg("matching sessionID 0x%" PRIx64 " against cached device with sessionID 0x%" PRIx64, sessi… in darwin_get_cached_device()
901 usbi_dbg("using cached device for device"); in darwin_get_cached_device()
910 usbi_dbg("caching new device with sessionID 0x%" PRIx64, sessionID); in darwin_get_cached_device()
980 usbi_dbg ("allocating new device in context %p for with session 0x%" PRIx64, in process_new_device()
1019 usbi_dbg ("found device with address %d port = %d parent = %p at %p", dev->device_address, in process_new_device()
1096 usbi_dbg ("device open for access"); in darwin_open()
1224 usbi_dbg ("building table of endpoints."); in get_endpoints()
1262usbi_dbg ("interface: %i pipe %i: dir: %i number: %i", iface, i, cInterface->endpoint_addrs[i - 1]… in get_endpoints()
1370 usbi_dbg ("interface opened"); in darwin_claim_interface()
1471 usbi_dbg ("darwin/reset_device: checking if device descriptor changed"); in darwin_reset_device()
1484 usbi_dbg ("darwin/reset_device: checking if configuration descriptor %d changed", i); in darwin_reset_device()
1497 usbi_dbg ("darwin/reset_device: device requires reenumeration"); in darwin_reset_device()
1502 usbi_dbg ("darwin/reset_device: device reset complete"); in darwin_reset_device()
1849 usbi_dbg ("calling clear pipe stall to clear the data toggle bit"); in darwin_abort_transfers()
1888 usbi_dbg ("an async io operation has completed"); in darwin_async_io_callback()
1918 usbi_dbg ("transfer error: pipe is stalled"); in darwin_transfer_status()
1947 usbi_dbg ("handling %s completion with kernel status %d", in darwin_handle_transfer_completion()