Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhci.c357 rw_init(&sc->sc_cmd_lock, "xhcicmd"); in xhci_init()
2070 rw_enter_write(&sc->sc_cmd_lock); in xhci_cmd_configure_ep()
2072 rw_exit_write(&sc->sc_cmd_lock); in xhci_cmd_configure_ep()
2090 rw_enter_write(&sc->sc_cmd_lock); in xhci_cmd_stop_ep()
2092 rw_exit_write(&sc->sc_cmd_lock); in xhci_cmd_stop_ep()
2146 rw_enter_write(&sc->sc_cmd_lock); in xhci_cmd_slot_control()
2148 rw_exit_write(&sc->sc_cmd_lock); in xhci_cmd_slot_control()
2173 rw_enter_write(&sc->sc_cmd_lock); in xhci_cmd_set_address()
2175 rw_exit_write(&sc->sc_cmd_lock); in xhci_cmd_set_address()
2192 rw_enter_write(&sc->sc_cmd_lock); in xhci_cmd_noop()
[all …]
H A Dxhcivar.h109 struct rwlock sc_cmd_lock; /* Serialize commands */ member