Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.c1423 XHCI_CMD_LOCK(sc); in xhci_set_address()
3884 XHCI_CMD_LOCK(sc); in xhci_configure_reset_endpoint()
4159 XHCI_CMD_LOCK(sc); in xhci_device_init()
4219 XHCI_CMD_LOCK(sc); in xhci_device_uninit()
4260 XHCI_CMD_LOCK(sc); in xhci_device_resume()
4294 XHCI_CMD_LOCK(sc); in xhci_device_suspend()
4338 XHCI_CMD_LOCK(sc); in xhci_device_state_change()
Dxhci.h534 #define XHCI_CMD_LOCK(sc) sx_xlock(&(sc)->sc_cmd_sx) macro