Home | History | Annotate | Download | only in src

Lines Matching defs:device_handle

1579   usb_dev_handle *device_handle;
1596 device_handle = usb_open(dev);
1597 if (!device_handle) {
1602 ptp_usb->handle = device_handle;
1610 if (usb_detach_kernel_driver_np(device_handle, (int) ptp_usb->interface)) {
1618 if (usb_set_configuration(device_handle, dev->config->bConfigurationValue)) {
1623 if (usb_claim_interface(device_handle, (int) ptp_usb->interface)) {