OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRAME_NUM_ARRAY_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/dwc2/dist/
dwc2_hcd.c
2313
FRAME_NUM_ARRAY_SIZE
, KM_SLEEP);
2318
FRAME_NUM_ARRAY_SIZE
, KM_SLEEP);
2433
sizeof(*hsotg->last_frame_num_array) *
FRAME_NUM_ARRAY_SIZE
);
2436
sizeof(*hsotg->frame_num_array) *
FRAME_NUM_ARRAY_SIZE
);
2466
kmem_free(hsotg->last_frame_num_array, sizeof(*hsotg->last_frame_num_array) *
FRAME_NUM_ARRAY_SIZE
);
2467
kmem_free(hsotg->frame_num_array, sizeof(*hsotg->frame_num_array) *
FRAME_NUM_ARRAY_SIZE
);
dwc2_core.h
774
#define
FRAME_NUM_ARRAY_SIZE
1000
dwc2_hcdintr.c
79
if (hsotg->frame_num_idx <
FRAME_NUM_ARRAY_SIZE
) {
93
for (i = 0; i <
FRAME_NUM_ARRAY_SIZE
; i++) {
Completed in 15 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025