Symbol: ehci_soft_qh_t
sys/dev/usb/ehci.c
144
ehci_soft_qh_t *sqh;
sys/dev/usb/ehci.c
1812
ehci_dump_sqh(ehci_soft_qh_t *sqh)
sys/dev/usb/ehci.c
1967
ehci_soft_qh_t *sqh;
sys/dev/usb/ehci.c
2170
ehci_add_qh(ehci_softc_t *sc, ehci_soft_qh_t *sqh, ehci_soft_qh_t *head)
sys/dev/usb/ehci.c
2203
ehci_rem_qh(ehci_softc_t *sc, ehci_soft_qh_t *sqh, ehci_soft_qh_t *head)
sys/dev/usb/ehci.c
2205
ehci_soft_qh_t *p;
sys/dev/usb/ehci.c
2225
ehci_set_qh_qtd(ehci_soft_qh_t *sqh, ehci_soft_qtd_t *sqtd)
sys/dev/usb/ehci.c
237
Static ehci_soft_qh_t * ehci_alloc_sqh(ehci_softc_t *);
sys/dev/usb/ehci.c
238
Static void ehci_free_sqh(ehci_softc_t *, ehci_soft_qh_t *);
sys/dev/usb/ehci.c
275
Static usbd_status ehci_device_setintr(ehci_softc_t *, ehci_soft_qh_t *,
sys/dev/usb/ehci.c
278
Static void ehci_add_qh(ehci_softc_t *, ehci_soft_qh_t *,
sys/dev/usb/ehci.c
279
ehci_soft_qh_t *);
sys/dev/usb/ehci.c
280
Static void ehci_rem_qh(ehci_softc_t *, ehci_soft_qh_t *,
sys/dev/usb/ehci.c
281
ehci_soft_qh_t *);
sys/dev/usb/ehci.c
282
Static void ehci_set_qh_qtd(ehci_soft_qh_t *, ehci_soft_qtd_t *);
sys/dev/usb/ehci.c
285
Static void ehci_close_pipe(struct usbd_pipe *, ehci_soft_qh_t *);
sys/dev/usb/ehci.c
2904
Static ehci_soft_qh_t *
sys/dev/usb/ehci.c
2907
ehci_soft_qh_t *sqh;
sys/dev/usb/ehci.c
2930
ehci_soft_qh_t *sqhs =
sys/dev/usb/ehci.c
2961
ehci_free_sqh(ehci_softc_t *sc, ehci_soft_qh_t *sqh)
sys/dev/usb/ehci.c
298
Static void ehci_dump_sqh(ehci_soft_qh_t *);
sys/dev/usb/ehci.c
3365
ehci_close_pipe(struct usbd_pipe *pipe, ehci_soft_qh_t *head)
sys/dev/usb/ehci.c
3369
ehci_soft_qh_t *sqh = epipe->sqh;
sys/dev/usb/ehci.c
3389
ehci_soft_qh_t *sqh = epipe->sqh;
sys/dev/usb/ehci.c
3714
ehci_soft_qh_t *sqh;
sys/dev/usb/ehci.c
3992
ehci_soft_qh_t *sqh;
sys/dev/usb/ehci.c
4113
ehci_device_setintr(ehci_softc_t *sc, ehci_soft_qh_t *sqh, int ival)
sys/dev/usb/ehci.c
412
ehci_soft_qh_t *sqh;
sys/dev/usb/ehci.c
4192
ehci_soft_qh_t *sqh;
sys/dev/usb/ehcivar.h
137
ehci_soft_qh_t *sqh; /* Queue Head. */
sys/dev/usb/ehcivar.h
206
ehci_soft_qh_t *sc_freeqhs;
sys/dev/usb/ehcivar.h
218
ehci_soft_qh_t *sc_async_head;