OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_callout_time
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
pcf8574.c
79
int
sc_callout_time
;
member in struct:pcf8574_softc
147
sc->
sc_callout_time
= 60; /* watch for changes when debugging */
149
sc->
sc_callout_time
= 0;
214
if (sc->
sc_callout_time
== 0 ||
215
alert_time < sc->
sc_callout_time
)
216
sc->
sc_callout_time
= alert_time;
236
if (sc->
sc_callout_time
) {
238
callout_reset(&sc->sc_timer, hz * sc->
sc_callout_time
,
249
if (sc->
sc_callout_time
) {
252
sc->
sc_callout_time
= 0
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025