Searched refs:dev_handle (Results 1 – 1 of 1) sorted by relevance
904 libusb_device_handle * dev_handle; in try_open_device() local905 r = libusb_open(device, &dev_handle); in try_open_device()909 dev_handle = NULL; in try_open_device()913 log_info("libusb open %d, handle %p", r, dev_handle); in try_open_device()917 r = libusb_reset_device(dev_handle); in try_open_device()920 libusb_close(dev_handle); in try_open_device()924 return dev_handle; in try_open_device()