Searched refs:lub_config (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/libusb/
H A Dlibusb20_desc.c65 struct libusb20_config *lub_config; local
123 size = sizeof(*lub_config) +
128 lub_config = malloc(size);
129 if (lub_config == NULL) {
133 memset(lub_config, 0, size);
135 lub_interface = (void *)(lub_config + 1);
150 LIBUSB20_INIT(LIBUSB20_CONFIG_DESC, &lub_config->desc);
152 if (libusb20_me_decode(ptr, ptr[0], &lub_config->desc)) {
155 lub_config->num_interface = 0;
156 lub_config
[all...]

Completed in 96 milliseconds