Searched defs:ohci_softc (Results 1 – 1 of 1) sorted by relevance
224 typedef struct ohci_softc { struct225 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; argument261 void ohci_detach(struct ohci_softc *sc); argument