Symbol: xhci_slot
sys/dev/usb/xhci.c
1109
struct xhci_slot *xs = &sc->sc_slots[i];
sys/dev/usb/xhci.c
166
struct xhci_slot *, u_int, uint32_t);
sys/dev/usb/xhci.c
177
static void xhci_free_slot(struct xhci_softc *, struct xhci_slot *);
sys/dev/usb/xhci.c
186
struct xhci_slot * const, u_int);
sys/dev/usb/xhci.c
1891
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
1934
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
1949
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
1976
xhci_stop_endpoint_cmd(struct xhci_softc *sc, struct xhci_slot *xs, u_int dci,
sys/dev/usb/xhci.c
2003
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
2026
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
2063
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
2150
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
2264
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
2314
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
2364
struct xhci_slot * const xs = pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
2422
struct xhci_slot *xs;
sys/dev/usb/xhci.c
2864
struct xhci_slot *xs;
sys/dev/usb/xhci.c
3400
struct xhci_slot *xs;
sys/dev/usb/xhci.c
3466
struct xhci_slot * const xs, u_int mps)
sys/dev/usb/xhci.c
3519
struct xhci_slot *xs;
sys/dev/usb/xhci.c
3555
xhci_free_slot(struct xhci_softc *sc, struct xhci_slot *xs)
sys/dev/usb/xhci.c
3580
struct xhci_slot *xs;
sys/dev/usb/xhci.c
3613
struct xhci_slot * const xs = dev->ud_hcpriv;
sys/dev/usb/xhci.c
4476
struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
4607
struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
4733
struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
4762
struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
4847
struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
4892
struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
4959
struct xhci_slot * const xs = xfer->ux_pipe->up_dev->ud_hcpriv;
sys/dev/usb/xhci.c
500
xhci_slot_get_dcv(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
508
xhci_slot_get_dcp(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
516
xhci_slot_get_icv(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
523
xhci_slot_get_icp(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
577
xhci_get_epstate(struct xhci_softc * const sc, struct xhci_slot * const xs,
sys/dev/usb/xhci.c
754
struct xhci_slot *xs = &sc->sc_slots[i];
sys/dev/usb/xhcivar.h
127
struct xhci_slot * sc_slots;