Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1451 XHCI_CMD_UNLOCK(sc); in xhci_set_address()
3801 XHCI_CMD_UNLOCK(sc); in xhci_configure_reset_endpoint()
3843 XHCI_CMD_UNLOCK(sc); in xhci_configure_reset_endpoint()
4022 XHCI_CMD_UNLOCK(sc); in xhci_device_init()
4027 XHCI_CMD_UNLOCK(sc); in xhci_device_init()
4033 XHCI_CMD_UNLOCK(sc); in xhci_device_init()
4051 XHCI_CMD_UNLOCK(sc); in xhci_device_init()
4083 XHCI_CMD_UNLOCK(sc); in xhci_device_uninit()
4127 XHCI_CMD_UNLOCK(sc); in xhci_device_resume()
4158 XHCI_CMD_UNLOCK(sc); in xhci_device_suspend()
[all …]
Dxhci.h534 #define XHCI_CMD_UNLOCK(sc) sx_xunlock(&(sc)->sc_cmd_sx) macro