OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uhci_soft_qh_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uhcivar.h
54
typedef struct uhci_soft_qh
uhci_soft_qh_t
;
typedef in typeref:struct:uhci_soft_qh
123
uhci_soft_qh_t
*hlink; /* soft version of qh_hlink */
140
uhci_soft_qh_t
*hqh; /* pointer to dummy QH */
141
uhci_soft_qh_t
*eqh; /* pointer to last QH */
159
uhci_soft_qh_t
*sc_lctl_start; /* dummy QH for low speed control */
160
uhci_soft_qh_t
*sc_lctl_end; /* last control QH */
161
uhci_soft_qh_t
*sc_hctl_start; /* dummy QH for high speed control */
162
uhci_soft_qh_t
*sc_hctl_end; /* last control QH */
163
uhci_soft_qh_t
*sc_bulk_start; /* dummy QH for bulk */
164
uhci_soft_qh_t
*sc_bulk_end; /* last bulk transfer *
[
all
...]
uhci.c
142
uhci_soft_qh_t
*sqh;
150
uhci_soft_qh_t
**qhs;
154
uhci_soft_qh_t
*sqh;
173
Static
uhci_soft_qh_t
*uhci_alloc_sqh(uhci_softc_t *);
174
Static void uhci_free_sqh(uhci_softc_t *,
uhci_soft_qh_t
*);
176
Static void uhci_enter_ctl_q(uhci_softc_t *,
uhci_soft_qh_t
*,
178
Static void uhci_exit_ctl_q(uhci_softc_t *,
uhci_soft_qh_t
*);
199
Static void uhci_add_ls_ctrl(uhci_softc_t *,
uhci_soft_qh_t
*);
200
Static void uhci_add_hs_ctrl(uhci_softc_t *,
uhci_soft_qh_t
*);
201
Static void uhci_add_bulk(uhci_softc_t *,
uhci_soft_qh_t
*);
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025