Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb.h793 USB_STATE_CONFIGURED, enumerator
795 #define USB_STATE_MAX (USB_STATE_CONFIGURED+1)
H A Dusb_device.c270 [USB_STATE_CONFIGURED] = "CONFIGURED",
695 if (udev->state == USB_STATE_CONFIGURED) in usbd_set_config_index()
764 usb_set_device_state(udev, USB_STATE_CONFIGURED); in usbd_set_config_index()
/freebsd/sys/dev/usb/controller/
H A Dxhci.c4367 if (usb_get_device_state(udev) == USB_STATE_CONFIGURED) { in xhci_device_state_change()
4415 case USB_STATE_CONFIGURED: in xhci_device_state_change()
H A Ddwc_otg.c3815 if (udev->state == USB_STATE_CONFIGURED || in dwc_otg_device_state_change()