Home
last modified time | relevance | path

Searched refs:ohci_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci.h224 typedef struct ohci_softc { struct
261 void ohci_detach(struct ohci_softc *sc); argument
H A Dohci.c149 struct ohci_softc *sc = OHCI_BUS2SC(bus); in ohci_iterate_hw_softc()
436 ohci_detach(struct ohci_softc *sc) in ohci_detach()
1232 struct ohci_softc *sc = OHCI_BUS2SC(bus); in ohci_do_poll()
2554 struct ohci_softc *sc = OHCI_BUS2SC(udev->bus); in ohci_device_resume()
2590 struct ohci_softc *sc = OHCI_BUS2SC(udev->bus); in ohci_device_suspend()
2624 struct ohci_softc *sc = OHCI_BUS2SC(bus); in ohci_set_hw_power_sleep()
2642 struct ohci_softc *sc = OHCI_BUS2SC(bus); in ohci_set_hw_power()
H A Dohci_pci.c376 .size = sizeof(struct ohci_softc),