Home
last modified time | relevance | path

Searched refs:ehci_softc_t (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c49 ((ehci_softc_t *)(((uint8_t *)(bus)) - \
50 ((uint8_t *)&(((ehci_softc_t *)0)->sc_bus))))
60 static void ehci_dump_regs(ehci_softc_t *sc);
61 static void ehci_dump_sqh(ehci_softc_t *sc, ehci_qh_t *sqh);
89 static void ehci_root_intr(ehci_softc_t *sc);
92 ehci_softc_t *sc;
111 ehci_softc_t *sc = EHCI_BUS2SC(bus); in ehci_iterate_hw_softc()
143 ehci_reset(ehci_softc_t *sc) in ehci_reset()
163 ehci_hcreset(ehci_softc_t *sc) in ehci_hcreset()
240 ehci_init(ehci_softc_t *s
[all...]
H A Dehci_pci.c92 ehci_softc_t *sc = device_get_softc(self); in ehci_pci_attach()
188 ehci_softc_t *sc = device_get_softc(self); in ehci_pci_detach()
H A Dehci.h366 } ehci_softc_t; typedef
450 usb_error_t ehci_reset(ehci_softc_t *sc);
451 usb_error_t ehci_init(ehci_softc_t *sc);
453 void ehci_interrupt(unsigned int irq, ehci_softc_t *sc);

Completed in 3 milliseconds