OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:periodic_sched_inactive
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c
564
&hsotg->
periodic_sched_inactive
);
840
list_move(&qh->qh_list_entry, &hsotg->
periodic_sched_inactive
);
dwc2_core.h
608
* @
periodic_sched_inactive
: Inactive QHs in the periodic schedule. This is a
633
*
periodic_sched_inactive
or periodic_sched_ready when the
638
*
periodic_sched_inactive
.
762
struct list_head
periodic_sched_inactive
;
member in struct:dwc2_hsotg
dwc2_hcd.c
203
dwc2_kill_urbs_in_qh_list(hsotg, &hsotg->
periodic_sched_inactive
);
2231
dwc2_qh_list_free(hsotg, &hsotg->
periodic_sched_inactive
);
2355
INIT_LIST_HEAD(&hsotg->
periodic_sched_inactive
);
dwc2_hcdintr.c
150
qh_entry = hsotg->
periodic_sched_inactive
.next;
151
while (qh_entry != &hsotg->
periodic_sched_inactive
) {
Completed in 17 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025