Searched refs:bConfigurationValue (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/lib/libusb/
H A Dlibusb10_desc.c187 pconfd->bConfigurationValue = pconf->desc.bConfigurationValue;
268 uint8_t bConfigurationValue, struct libusb_config_descriptor **config)
286 if ((*config)->bConfigurationValue == bConfigurationValue)
267 libusb_get_config_descriptor_by_value(libusb_device *dev, uint8_t bConfigurationValue, struct libusb_config_descriptor **config) argument
H A Dlibusb01.c444 bcfg->bConfigurationValue = acfg->desc.bConfigurationValue;
722 usb_set_configuration(usb_dev_handle * udev, int bConfigurationValue) argument
729 * Need to translate from "bConfigurationValue" to
733 if (bConfigurationValue == 0) {
746 /* "bConfigurationValue" not found */
749 if ((dev->config + i)->bConfigurationValue ==
750 bConfigurationValue) {
H A Dusb.h154 uint8_t bConfigurationValue; member in struct:usb_config_descriptor
H A Dlibusb.h362 uint8_t bConfigurationValue; member in struct:libusb_config_descriptor
510 int libusb_get_config_descriptor_by_value(libusb_device * dev, uint8_t bConfigurationValue, struct libusb_config_descriptor **config);
H A Dlibusb20_desc.h257 m(n, UINT8_T, bConfigurationValue, ) \
H A Dlibusb10.c628 *config = pconf->desc.bConfigurationValue;
657 found = (pconf->desc.bConfigurationValue
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c489 cd->bConfigurationValue = temp->bConfigurationValue;
527 temp->bConfigurationValue = 1;
532 temp->bConfigurationValue++;
559 utd->udd.bNumConfigurations = temp->bConfigurationValue - 1;
/freebsd-12-stable/sys/dev/usb/
H A Dusb_device.h161 uint8_t bConfigurationValue; member in struct:usb_temp_setup
H A Dusb.h391 uByte bConfigurationValue; member in struct:usb_config_descriptor
H A Dusb_device.c743 udev->address, cdp->bConfigurationValue, cdp->bmAttributes,
765 udev->curr_config_no = cdp->bConfigurationValue;
770 err = usbd_req_set_config(udev, NULL, cdp->bConfigurationValue);
/freebsd-12-stable/usr.sbin/bhyve/
H A Dusb_mouse.c173 .bConfigurationValue = 1,
373 *udata = umouse_confd.confd.bConfigurationValue;
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_kue.c422 cd->bConfigurationValue);
H A Dif_axge.c421 cd->bConfigurationValue);
H A Dif_axe.c800 cd->bConfigurationValue);
H A Dif_smsc.c880 cd->bConfigurationValue);
H A Dif_muge.c1735 cd->bConfigurationValue);
/freebsd-12-stable/sys/dev/usb/serial/
H A Dulpt.c611 USETW(req.wValue, cd->bConfigurationValue);
/freebsd-12-stable/sys/dev/usb/controller/
H A Datmegadci.c1537 .bConfigurationValue = 1,
H A Davr32dci.c1477 .bConfigurationValue = 1,
H A Duss820dci.c1827 .bConfigurationValue = 1,
H A Dohci.c2060 .bConfigurationValue = 1,
H A Dsaf1761_otg.c2834 .bConfigurationValue = 1,
H A Duhci.c2336 .bConfigurationValue = 1,
H A Ddwc_otg.c4309 .bConfigurationValue = 1,
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c1395 .bConfigurationValue = 1,

Completed in 389 milliseconds

12