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

/freebsd-12-stable/sys/dev/usb/
H A Dusb.h792 USB_STATE_CONFIGURED, enumerator in enum:usb_dev_state
794 #define USB_STATE_MAX (USB_STATE_CONFIGURED+1)
H A Dusb_device.c271 [USB_STATE_CONFIGURED] = "CONFIGURED",
698 if (udev->state == USB_STATE_CONFIGURED)
767 usb_set_device_state(udev, USB_STATE_CONFIGURED);
/freebsd-12-stable/sys/dev/usb/controller/
H A Dxhci.c4301 if (usb_get_device_state(udev) == USB_STATE_CONFIGURED) {
4349 case USB_STATE_CONFIGURED:
H A Ddwc_otg.c3850 if (udev->state == USB_STATE_CONFIGURED ||

Completed in 302 milliseconds