Lines Matching defs:uhci_softc
202 typedef struct uhci_softc { struct
203 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;
218 struct uhci_qh *sc_bulk_p_last;
242 } uhci_softc_t; argument