Home
last modified time | relevance | path

Searched refs:LIBUSB_DT_BOS_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb10_desc.c457 if (dlen >= LIBUSB_DT_BOS_SIZE && in libusb_parse_bos_descriptor()
469 ptr->bLength = LIBUSB_DT_BOS_SIZE; in libusb_parse_bos_descriptor()
570 uint8_t bos_header[LIBUSB_DT_BOS_SIZE] = {0}; in libusb_get_bos_descriptor()
581 if (wTotalLength < LIBUSB_DT_BOS_SIZE) in libusb_get_bos_descriptor()
H A Dlibusb.h102 #define LIBUSB_DT_BOS_SIZE 5 macro