Home
last modified time | relevance | path

Searched refs:XHCI_CMD_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.c1517 XHCI_CMD_UNLOCK(sc); in xhci_set_address()
3891 XHCI_CMD_UNLOCK(sc); in xhci_configure_reset_endpoint()
3972 XHCI_CMD_UNLOCK(sc); in xhci_configure_reset_endpoint()
4170 XHCI_CMD_UNLOCK(sc); in xhci_device_init()
4175 XHCI_CMD_UNLOCK(sc); in xhci_device_init()
4181 XHCI_CMD_UNLOCK(sc); in xhci_device_init()
4199 XHCI_CMD_UNLOCK(sc); in xhci_device_init()
4231 XHCI_CMD_UNLOCK(sc); in xhci_device_uninit()
4275 XHCI_CMD_UNLOCK(sc); in xhci_device_resume()
4306 XHCI_CMD_UNLOCK(sc); in xhci_device_suspend()
[all …]
Dxhci.h535 #define XHCI_CMD_UNLOCK(sc) sx_xunlock(&(sc)->sc_cmd_sx) macro