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

/freebsd-9.3-release/lib/libusb/
H A Dlibusb10_desc.c93 struct libusb20_config *pconf; local
114 pconf = libusb20_dev_alloc_config(pdev, config_index);
116 if (pconf == NULL)
119 nalt = nif = pconf->num_interface;
121 nextra = N_ALIGN(pconf->extra.len);
125 pinf = pconf->interface + i;
162 free(pconf);
176 pconfd->bLength = pconf->desc.bLength;
177 pconfd->bDescriptorType = pconf->desc.bDescriptorType;
178 pconfd->wTotalLength = pconf
[all...]
H A Dlibusb10.c542 struct libusb20_config *pconf; local
547 pconf = libusb20_dev_alloc_config(pdev, libusb20_dev_get_config_index(pdev));
548 if (pconf == NULL)
551 *config = pconf->desc.bConfigurationValue;
553 free(pconf);
561 struct libusb20_config *pconf; local
577 pconf = libusb20_dev_alloc_config(pdev, i);
578 if (pconf == NULL)
580 found = (pconf->desc.bConfigurationValue
582 free(pconf);
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_request.h40 uint8_t *pconf);
H A Dusb_request.c1868 usbd_req_get_config(struct usb_device *udev, struct mtx *mtx, uint8_t *pconf) argument
1877 return (usbd_do_request(udev, mtx, &req, pconf));

Completed in 64 milliseconds