Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dehcivar.h57 } ehci_soft_qh_t; typedef
75 ehci_soft_qh_t *sqh; /* Queue Head. */
114 ehci_soft_qh_t *sc_freeqhs;
125 ehci_soft_qh_t *sc_async_head;
Dehci.c111 ehci_soft_qh_t *sqh;
202 Static ehci_soft_qh_t *ehci_alloc_sqh(ehci_softc_t *);
203 Static void ehci_free_sqh(ehci_softc_t *, ehci_soft_qh_t *);
215 Static usbd_status ehci_device_setintr(ehci_softc_t *, ehci_soft_qh_t *,
218 Static void ehci_add_qh(ehci_soft_qh_t *, ehci_soft_qh_t *);
219 Static void ehci_rem_qh(ehci_softc_t *, ehci_soft_qh_t *,
220 ehci_soft_qh_t *);
221 Static void ehci_set_qh_qtd(ehci_soft_qh_t *, ehci_soft_qtd_t *);
224 Static void ehci_close_pipe(usbd_pipe_handle, ehci_soft_qh_t *);
235 Static void ehci_dump_sqh(ehci_soft_qh_t *);
[all …]