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/
Dehci.c50 ((ehci_softc_t *)(((uint8_t *)(bus)) - \
51 ((uint8_t *)&(((ehci_softc_t *)0)->sc_bus))))
61 static void ehci_dump_regs(ehci_softc_t *sc);
62 static void ehci_dump_sqh(ehci_softc_t *sc, ehci_qh_t *sqh);
90 static void ehci_root_intr(ehci_softc_t *sc);
93 ehci_softc_t *sc;
112 ehci_softc_t *sc = EHCI_BUS2SC(bus); in ehci_iterate_hw_softc()
144 ehci_reset(ehci_softc_t *sc) in ehci_reset()
164 ehci_hcreset(ehci_softc_t *sc) in ehci_hcreset()
241 ehci_init(ehci_softc_t *sc) in ehci_init()
[all …]
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);
Dehci_pci.c94 ehci_softc_t *sc = device_get_softc(self); in ehci_pci_attach()
190 ehci_softc_t *sc = device_get_softc(self); in ehci_pci_detach()