OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reserved_bustime
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
sl811hsvar.h
35
int
reserved_bustime
;
member in struct:slhci_transfers
sl811hs.c
2975
t->
reserved_bustime
-= bustime;
2977
if (t->
reserved_bustime
< 0) {
2978
printf("%s:
reserved_bustime
%d < 0!\n",
2979
SC_NAME(sc), t->
reserved_bustime
);
2980
DDOLOG("
reserved_bustime
%d < 0!",
2981
t->
reserved_bustime
, 0, 0, 0);
2982
t->
reserved_bustime
= 0;
2988
if (t->
reserved_bustime
+ bustime > SLHCI_RESERVED_BUSTIME) {
3009
t->
reserved_bustime
+= bustime;
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025