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

/freebsd-11-stable/sys/dev/usb/controller/
H A Dusb_controller.c490 err = usbd_set_config_index(udev, USB_UNCONFIG_INDEX);
621 err = usbd_set_config_index(udev, USB_UNCONFIG_INDEX);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_handle_request.c164 conf_no = USB_UNCONFIG_INDEX;
H A Dusb.h73 #define USB_UNCONFIG_INDEX 0xFF /* internal use only */ macro
H A Dusb_device.c654 udev->curr_config_index = USB_UNCONFIG_INDEX;
689 if (index == USB_UNCONFIG_INDEX) {
1463 if (udev->curr_config_index == USB_UNCONFIG_INDEX) {
1933 udev->curr_config_index = USB_UNCONFIG_INDEX;
H A Dusb_hub.c461 USB_UNCONFIG_INDEX);
491 USB_UNCONFIG_INDEX);
H A Dusb_generic.c681 if ((ugd->ugd_config_index == USB_UNCONFIG_INDEX) ||

Completed in 87 milliseconds