Searched defs:ehci_softc (Results 1 – 1 of 1) sorted by relevance
315 typedef struct ehci_softc { struct316 struct ehci_hw_softc sc_hw;317 struct usb_bus sc_bus; /* base device */318 struct usb_callout sc_tmo_pcd;319 struct usb_callout sc_tmo_poll;320 union ehci_hub_desc sc_hub_desc;322 struct usb_device *sc_devices[EHCI_MAX_DEVICES];323 struct resource *sc_io_res;324 struct resource *sc_irq_res;325 struct ehci_qh *sc_async_p_last;[all …]