Lines Matching refs:hdl
3458 libusb_device_handle * hdl,
3505 * @param hdl libusb opened handle
3633 * @param hdl libusb opened handle
3736 * @param hdl libusb opened handle
3887 * @param hdl libusb opened handle
4123 * @param hdl libusb opened handle
4274 libusb_device_handle * hdl,
4288 ret = libusb_set_configuration (hdl, config0->bConfigurationValue);
4299 ret = libusb_claim_interface (hdl, 0);
4310 chip_name = check_merlin (hdl, desc, config0);
4313 chip_name = check_gt6801 (hdl, desc, config0);
4316 chip_name = check_gt6816 (hdl, desc, config0);
4319 chip_name = check_genesys (hdl, desc, config0);
4333 libusb_release_interface (hdl, 0);