Home | History | Annotate | Download | only in src

Lines Matching refs:device_handle

1581   usb_dev_handle *device_handle;
1598 device_handle = usb_open(dev);
1599 if (!device_handle) {
1604 ptp_usb->handle = device_handle;
1612 if (usb_detach_kernel_driver_np(device_handle, (int) ptp_usb->interface)) {
1620 if (usb_set_configuration(device_handle, dev->config->bConfigurationValue)) {
1625 if (usb_claim_interface(device_handle, (int) ptp_usb->interface)) {