Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dpci_xhci.h38 XHCI_ST_DISABLED, enumerator
Dpci_xhci.c722 dev->dev_slotstate = XHCI_ST_DISABLED; in pci_xhci_reset_slot()
821 if (dev && dev->dev_slotstate == XHCI_ST_DISABLED) { in pci_xhci_cmd_enable_slot()
855 if (dev->dev_slotstate == XHCI_ST_DISABLED) { in pci_xhci_cmd_disable_slot()
858 dev->dev_slotstate = XHCI_ST_DISABLED; in pci_xhci_cmd_disable_slot()
884 if (!dev || dev->dev_slotstate == XHCI_ST_DISABLED) in pci_xhci_cmd_reset_device()
/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.h400 XHCI_ST_DISABLED, enumerator
Dxhci.c4179 if (sc->sc_hw.devs[temp].state != XHCI_ST_DISABLED) { in xhci_device_init()
4225 sc->sc_hw.devs[index].state = XHCI_ST_DISABLED; in xhci_device_uninit()