Lines Matching refs:hdl
60 libusb_device_handle *hdl,
765 get_libusb_string_descriptor (libusb_device_handle *hdl, int index)
775 ret = libusb_get_descriptor (hdl, LIBUSB_DT_STRING, index,
794 ret = libusb_get_descriptor (hdl, LIBUSB_DT_STRING, index,
822 libusb_device_handle *hdl;
849 ret = libusb_open (dev, &hdl);
857 ret = libusb_get_configuration (hdl, &config);
862 libusb_close (hdl);
871 libusb_close (hdl);
875 vendor = get_libusb_string_descriptor (hdl, desc.iManufacturer);
876 product = get_libusb_string_descriptor (hdl, desc.iProduct);
909 buf = get_libusb_string_descriptor (hdl, desc.iSerialNumber);
935 buf = get_libusb_string_descriptor (hdl, c->iConfiguration);
975 buf = get_libusb_string_descriptor (hdl, i->iInterface);
1071 chipset = check_usb_chip (verbose, desc, hdl, config0);
1093 libusb_close (hdl);