Searched defs:ehci_softc (Results 1 – 1 of 1) sorted by relevance
320 typedef struct ehci_softc { struct321 struct ehci_hw_softc sc_hw;322 struct usb_bus sc_bus; /* base device */323 struct callout sc_tmo_pcd;324 struct callout sc_tmo_poll;325 union ehci_hub_desc sc_hub_desc;327 struct usb_device *sc_devices[EHCI_MAX_DEVICES];328 struct resource *sc_io_res;329 struct resource *sc_irq_res;330 struct ehci_qh *sc_async_p_last;[all …]