Lines Matching refs:dev_handle
235 #define TRANSFER_CTX(transfer) (HANDLE_CTX((transfer)->dev_handle))
515 void usbi_handle_disconnect(struct libusb_device_handle *dev_handle);
713 int (*open)(struct libusb_device_handle *dev_handle);
723 void (*close)(struct libusb_device_handle *dev_handle);
830 int (*get_configuration)(struct libusb_device_handle *dev_handle, int *config);
847 int (*set_configuration)(struct libusb_device_handle *dev_handle, int config);
866 int (*claim_interface)(struct libusb_device_handle *dev_handle, int interface_number);
883 int (*release_interface)(struct libusb_device_handle *dev_handle, int interface_number);
899 int (*set_interface_altsetting)(struct libusb_device_handle *dev_handle,
913 int (*clear_halt)(struct libusb_device_handle *dev_handle,
932 int (*reset_device)(struct libusb_device_handle *dev_handle);
935 int (*alloc_streams)(struct libusb_device_handle *dev_handle,
939 int (*free_streams)(struct libusb_device_handle *dev_handle,
964 int (*kernel_driver_active)(struct libusb_device_handle *dev_handle,
980 int (*detach_kernel_driver)(struct libusb_device_handle *dev_handle,
997 int (*attach_kernel_driver)(struct libusb_device_handle *dev_handle,