Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dusb_controller.c451 err = usbd_set_config_index(udev, USB_UNCONFIG_INDEX); in usb_bus_suspend()
581 err = usbd_set_config_index(udev, USB_UNCONFIG_INDEX); in usb_bus_shutdown()
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c464 udev->curr_config_index = USB_UNCONFIG_INDEX; in usb_unconfigure()
499 if (index == USB_UNCONFIG_INDEX) { in usbd_set_config_index()
1268 if (udev->curr_config_index == USB_UNCONFIG_INDEX) { in usb_probe_and_attach()
1645 udev->curr_config_index = USB_UNCONFIG_INDEX; in usb_alloc_device()
Dusb_handle_request.c124 conf_no = USB_UNCONFIG_INDEX; in usb_handle_set_config()
Dusb.h56 #define USB_UNCONFIG_INDEX 0xFF /* internal use only */ macro
Dusb_hub.c420 USB_UNCONFIG_INDEX); in uhub_explore_handle_re_enumerate()
444 USB_UNCONFIG_INDEX); in uhub_explore_handle_re_enumerate()
Dusb_generic.c624 if ((ugd->ugd_config_index == USB_UNCONFIG_INDEX) || in ugen_get_cdesc()