Searched refs:ehci_softc (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.h | 321 typedef struct ehci_softc { struct 364 void (*sc_vendor_post_reset)(struct ehci_softc *sc); argument 365 uint16_t (*sc_vendor_get_port_speed)(struct ehci_softc *sc, uint16_t index); argument 397 htohc32(const struct ehci_softc *sc, const uint32_t v) in htohc32() 403 htohc16(const struct ehci_softc *sc, const uint16_t v) in htohc16() 409 hc32toh(const struct ehci_softc *sc, const uint32_t v) in hc32toh() 415 hc16toh(const struct ehci_softc *sc, const uint16_t v) in hc16toh() 424 htohc32(const struct ehci_softc *sc, const uint32_t v) in htohc32() 430 htohc16(const struct ehci_softc *sc, const uint16_t v) in htohc16() 436 hc32toh(const struct ehci_softc *sc, const uint32_t v) in hc32toh() [all …]
|
D | ehci_pci.c | 60 hiehci_post_reset(struct ehci_softc *sc) in hiehci_post_reset() 236 .size = sizeof(struct ehci_softc),
|
D | ehci.c | 188 ehci_init_sub(struct ehci_softc *sc) in ehci_init_sub() 2199 ehci_doorbell_async(struct ehci_softc *sc) in ehci_doorbell_async() 3026 ehci_get_port_speed_portsc(struct ehci_softc *sc, uint16_t index) 3041 ehci_get_port_speed_hostc(struct ehci_softc *sc, uint16_t index) 3857 struct ehci_softc *sc = EHCI_BUS2SC(bus); 3909 struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus); 3929 struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus);
|