Lines Matching defs:uhci_softc
203 typedef struct uhci_softc { struct
204 struct uhci_hw_softc sc_hw;
205 struct usb_bus sc_bus; /* base device */
206 union uhci_hub_desc sc_hub_desc;
207 struct usb_callout sc_root_intr;
209 struct usb_device *sc_devices[UHCI_MAX_DEVICES];
211 struct uhci_td *sc_isoc_p_last[UHCI_VFRAMELIST_COUNT];
213 struct uhci_qh *sc_intr_p_last[UHCI_IFRAMELIST_COUNT];
215 struct uhci_qh *sc_ls_ctl_p_last;
217 struct uhci_qh *sc_fs_ctl_p_last;
242 } uhci_softc_t; argument