slhci_lock_call
return slhci_lock_call(sc, &slhci_lsvh_warn,
return slhci_lock_call(sc, &slhci_isoc_warn, spipe,
return slhci_lock_call(sc, &slhci_open_pipe, spipe, NULL);
slhci_lock_call(sc, &slhci_halt, NULL, NULL);
slhci_lock_call(sc, &slhci_do_abort, spipe, xfer);
slhci_lock_call(sc, &slhci_close_pipe, spipe, NULL);
slhci_lock_call(sc, &slhci_do_poll, NULL, NULL);
usbd_status slhci_lock_call(struct slhci_softc *, LockCallFunc,
slhci_lock_call(sc, &slhci_halt, spipe, xfer); \
slhci_lock_call(sc, &slhci_halt, NULL, NULL);