Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h322 enum usb_dev_state usb_get_device_state(struct usb_device *);
Dusb_device.c2613 usb_get_device_state(struct usb_device *udev) in usb_get_device_state() function
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c4184 if (usb_get_device_state(udev) == USB_STATE_CONFIGURED) { in xhci_device_state_change()
4193 switch (usb_get_device_state(udev)) { in xhci_device_state_change()