Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h319 typedef struct ehci_softc { struct
320 struct ehci_hw_softc sc_hw;
321 struct usb_bus sc_bus; /* base device */
322 struct usb_callout sc_tmo_pcd;
323 struct usb_callout sc_tmo_poll;
324 union ehci_hub_desc sc_hub_desc;
326 struct usb_device *sc_devices[EHCI_MAX_DEVICES];
327 struct resource *sc_io_res;
328 struct resource *sc_irq_res;
329 struct ehci_qh *sc_async_p_last;
[all …]