Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/usb/controller/
HDusb_controller.c490 err = usbd_set_config_index(udev, USB_UNCONFIG_INDEX); in usb_bus_suspend()
621 err = usbd_set_config_index(udev, USB_UNCONFIG_INDEX); in usb_bus_shutdown()
/freebsd-head/sys/dev/usb/
HDusb_device.c653 udev->curr_config_index = USB_UNCONFIG_INDEX; in usb_unconfigure()
688 if (index == USB_UNCONFIG_INDEX) { in usbd_set_config_index()
1471 if (udev->curr_config_index == USB_UNCONFIG_INDEX) { in usb_probe_and_attach()
1937 udev->curr_config_index = USB_UNCONFIG_INDEX; in usb_alloc_device()
HDusb_handle_request.c164 conf_no = USB_UNCONFIG_INDEX; in usb_handle_set_config()
HDusb.h74 #define USB_UNCONFIG_INDEX 0xFF /* internal use only */ macro
HDusb_hub.c427 USB_UNCONFIG_INDEX); in uhub_explore_handle_re_enumerate()
457 USB_UNCONFIG_INDEX); in uhub_explore_handle_re_enumerate()
HDusb_msctest.c952 usbd_set_config_index(udev, USB_UNCONFIG_INDEX); in usb_msc_auto_quirk()
HDusb_generic.c689 if ((ugd->ugd_config_index == USB_UNCONFIG_INDEX) || in ugen_get_cdesc()