Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h137 struct uhci_qh { struct
146 struct uhci_qh *h_next; argument
147 struct uhci_qh *h_prev; argument
148 struct uhci_qh *obj_next; argument
155 typedef struct uhci_qh uhci_qh_t; argument
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;
219 struct uhci_qh *sc_bulk_p_last;
220 struct uhci_qh *sc_reclaim_qh_p;
[all …]
H A Duhci.c410 static struct uhci_qh *
414 struct uhci_qh *qh; in uhci_init_qh()
832 struct uhci_qh *qh_lst; in uhci_add_loop()
833 struct uhci_qh *qh_rec; in uhci_add_loop()
856 struct uhci_qh *qh_lst; in uhci_rem_loop()