Home
last modified time | relevance | path

Searched refs:libusb_free_bos_descriptor (Results 1 – 5 of 5) sorted by relevance

/third_party/libusb/libusb/
Dlibusb-1.0.def35 libusb_free_bos_descriptor
36 libusb_free_bos_descriptor@4 = libusb_free_bos_descriptor
Ddescriptor.c812 libusb_free_bos_descriptor(_bos); in parse_bos()
822 libusb_free_bos_descriptor(_bos); in parse_bos()
896 void API_EXPORTED libusb_free_bos_descriptor(struct libusb_bos_descriptor *bos) in libusb_free_bos_descriptor() function
Dlibusb.h1387 void LIBUSB_CALL libusb_free_bos_descriptor(struct libusb_bos_descriptor *bos);
/third_party/libusb/examples/
Dtestlibusb.c136 libusb_free_bos_descriptor(bos); in print_bos()
Dxusb.c859 libusb_free_bos_descriptor(bos_desc); in test_device()