Home
last modified time | relevance | path

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

/external/libusb/libusb/
Ddescriptor.c764 struct libusb_bos_descriptor *_bos; in parse_bos() local
789 _bos = calloc(1, sizeof(*_bos) + bos_desc->bNumDeviceCaps * sizeof(void *)); in parse_bos()
790 if (!_bos) in parse_bos()
793 parse_descriptor(buffer, "bbwb", _bos); in parse_bos()
794 buffer += _bos->bLength; in parse_bos()
795 size -= _bos->bLength; in parse_bos()
798 for (i = 0; i < _bos->bNumDeviceCaps; i++) { in parse_bos()
812 libusb_free_bos_descriptor(_bos); in parse_bos()
820 _bos->dev_capability[i] = malloc(header->bLength); in parse_bos()
821 if (!_bos->dev_capability[i]) { in parse_bos()
[all …]