Searched defs:uhci_softc (Results 1 – 1 of 1) sorted by relevance
202 typedef struct uhci_softc { struct203 struct uhci_hw_softc sc_hw;204 struct usb_bus sc_bus; /* base device */205 union uhci_hub_desc sc_hub_desc;206 struct usb_callout sc_root_intr;208 struct usb_device *sc_devices[UHCI_MAX_DEVICES];210 struct uhci_td *sc_isoc_p_last[UHCI_VFRAMELIST_COUNT];212 struct uhci_qh *sc_intr_p_last[UHCI_IFRAMELIST_COUNT];214 struct uhci_qh *sc_ls_ctl_p_last;216 struct uhci_qh *sc_fs_ctl_p_last;[all …]