Searched defs:ohci_softc (Results 1 – 1 of 1) sorted by relevance
223 typedef struct ohci_softc { struct224 struct ohci_hw_softc sc_hw;225 struct usb_bus sc_bus; /* base device */226 struct usb_callout sc_tmo_rhsc;227 union ohci_hub_desc sc_hub_desc;229 struct usb_device *sc_devices[OHCI_MAX_DEVICES];230 struct resource *sc_io_res;231 struct resource *sc_irq_res;255 } ohci_softc_t; argument260 void ohci_detach(struct ohci_softc *sc); argument