Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb.h773 USB_STATE_CONFIGURED, enumerator
775 #define USB_STATE_MAX (USB_STATE_CONFIGURED+1)
H A Dusb_device.c137 [USB_STATE_CONFIGURED] = "CONFIGURED",
564 if (udev->state == USB_STATE_CONFIGURED) in usbd_set_config_index()
633 usb_set_device_state(udev, USB_STATE_CONFIGURED); in usbd_set_config_index()
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c4232 if (usb_get_device_state(udev) == USB_STATE_CONFIGURED) { in xhci_device_state_change()
4274 case USB_STATE_CONFIGURED: in xhci_device_state_change()