Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h203 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;
[all …]