Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dehcivar.h77 } ehci_soft_itd_t; typedef
79 #define ehci_soft_sitd_t ehci_soft_itd_t
115 ehci_soft_itd_t *ex_itdstart;
116 ehci_soft_itd_t *ex_itdend;
Dehci.c250 Static ehci_soft_itd_t *ehci_alloc_itd(ehci_softc_t *);
254 Static void ehci_remove_itd_chain(ehci_softc_t *, ehci_soft_itd_t *);
256 Static void ehci_free_itd_chain(ehci_softc_t *, ehci_soft_itd_t *);
260 ehci_free_itd_locked(ehci_softc_t *sc, ehci_soft_itd_t *itd) in ehci_free_itd_locked()
300 Static void ehci_dump_itds(ehci_soft_itd_t *);
573 sc->sc_softitds = kmem_zalloc(sc->sc_flsize * sizeof(ehci_soft_itd_t *), in ehci_init()
719 kmem_free(sc->sc_softitds, sc->sc_flsize * sizeof(ehci_soft_itd_t *)); in ehci_init()
1032 ehci_soft_itd_t *itd; in ehci_check_itd_intr()
1428 sc->sc_flsize * sizeof(ehci_soft_itd_t *)); in ehci_detach()
1856 ehci_dump_itds(ehci_soft_itd_t *itd) in ehci_dump_itds()
[all …]