Home
last modified time | relevance | path

Searched refs:USB_STATE_CONFIGURED (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb.h797 USB_STATE_CONFIGURED, enumerator
799 #define USB_STATE_MAX (USB_STATE_CONFIGURED+1)
H A Dusb_device.c78 [USB_STATE_CONFIGURED] = "CONFIGURED",
506 if (udev->state == USB_STATE_CONFIGURED) in usbd_set_config_index()
575 usb_set_device_state(udev, USB_STATE_CONFIGURED); in usbd_set_config_index()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c4183 if (usb_get_device_state(udev) == USB_STATE_CONFIGURED) { in xhci_device_state_change()
4228 case USB_STATE_CONFIGURED: in xhci_device_state_change()

Completed in 12 milliseconds