Searched refs:uhci_qh (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.h136 struct uhci_qh { struct
145 struct uhci_qh *h_next;
146 struct uhci_qh *h_prev;
147 struct uhci_qh *obj_next;
154 typedef struct uhci_qh uhci_qh_t;
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;
219 struct uhci_qh *sc_reclaim_qh_
[all...]
H A Duhci.c413 static struct uhci_qh *
417 struct uhci_qh *qh;
837 struct uhci_qh *qh_lst;
838 struct uhci_qh *qh_rec;
861 struct uhci_qh *qh_lst;

Completed in 48 milliseconds