Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/controller/
H A Dusb_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-14.2/sys/dev/usb/
H A Dusb_device.c653 udev->curr_config_index = USB_UNCONFIG_INDEX; in usb_unconfigure()
688 if (index == USB_UNCONFIG_INDEX) { in usbd_set_config_index()
1470 if (udev->curr_config_index == USB_UNCONFIG_INDEX) { in usb_probe_and_attach()
1936 udev->curr_config_index = USB_UNCONFIG_INDEX; in usb_alloc_device()
H A Dusb_handle_request.c164 conf_no = USB_UNCONFIG_INDEX; in usb_handle_set_config()
H A Dusb.h74 #define USB_UNCONFIG_INDEX 0xFF /* internal use only */ macro
H A Dusb_hub.c427 USB_UNCONFIG_INDEX); in uhub_explore_handle_re_enumerate()
457 USB_UNCONFIG_INDEX); in uhub_explore_handle_re_enumerate()
H A Dusb_msctest.c957 usbd_set_config_index(udev, USB_UNCONFIG_INDEX); in usb_msc_auto_quirk()
H A Dusb_generic.c689 if ((ugd->ugd_config_index == USB_UNCONFIG_INDEX) || in ugen_get_cdesc()