Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h224 typedef struct ohci_softc { struct
225 struct ohci_hw_softc sc_hw;
226 struct usb_bus sc_bus; /* base device */
227 struct usb_callout sc_tmo_rhsc;
228 union ohci_hub_desc sc_hub_desc;
230 struct usb_device *sc_devices[OHCI_MAX_DEVICES];
231 struct resource *sc_io_res;
232 struct resource *sc_irq_res;
256 } ohci_softc_t; argument
261 void ohci_detach(struct ohci_softc *sc); argument