Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h319 typedef struct ehci_softc { struct
362 void (*sc_vendor_post_reset)(struct ehci_softc *sc);
363 uint16_t (*sc_vendor_get_port_speed)(struct ehci_softc *sc,
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 *s
[all...]
H A Dehci_pci.c58 hiehci_post_reset(struct ehci_softc *sc) in hiehci_post_reset()
234 .size = sizeof(struct ehci_softc),
H A Dehci.c187 ehci_init_sub(struct ehci_softc *sc) in ehci_init_sub()
2178 ehci_doorbell_async(struct ehci_softc *sc) in ehci_doorbell_async()
3000 ehci_get_port_speed_portsc(struct ehci_softc *sc, uint16_t index)
3015 ehci_get_port_speed_hostc(struct ehci_softc *sc, uint16_t index)
3821 struct ehci_softc *sc = EHCI_BUS2SC(bus);
3873 struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus);
3893 struct ehci_softc *sc = EHCI_BUS2SC(xfer->xroot->bus);

Completed in 6 milliseconds