Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhcivar.h55 struct xhci_soft_dev { struct
117 struct xhci_soft_dev sc_sdevs[USB_MAX_DEVICES];
H A Dxhci.c1482 struct xhci_soft_dev *sdev = &sc->sc_sdevs[xp->slot]; in xhci_context_setup()
1604 struct xhci_soft_dev *sdev = &sc->sc_sdevs[xp->slot]; in xhci_pipe_init()
1657 struct xhci_soft_dev *sdev = &sc->sc_sdevs[xp->slot]; in xhci_pipe_close()
1704 struct xhci_soft_dev *sdev = &sc->sc_sdevs[xp->slot]; in xhci_setaddr()
2202 struct xhci_soft_dev *sdev = &sc->sc_sdevs[slot]; in xhci_softdev_alloc()
2248 struct xhci_soft_dev *sdev = &sc->sc_sdevs[slot]; in xhci_softdev_free()
2258 memset(sdev, 0, sizeof(struct xhci_soft_dev)); in xhci_softdev_free()