OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_hyst
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
mcp980x.c
65
int
sc_hyst
;
member in struct:mcp980x_softc
132
sc->
sc_hyst
= mcp980x_hysteresis_get(sc);
424
node.sysctl_data = &sc->
sc_hyst
;
430
sc->
sc_hyst
= newhyst;
431
mcp980x_hysteresis_set(sc, sc->
sc_hyst
);
434
sc->
sc_hyst
= mcp980x_hysteresis_get(sc);
/src/sys/arch/macppc/dev/
lmu.c
66
int sc_thresh,
sc_hyst
, sc_level, sc_target, sc_current;
member in struct:lmu_softc
218
sc->
sc_hyst
= 30;
323
if ((b > (sc->sc_thresh + sc->
sc_hyst
)) ||
Completed in 13 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025