OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_defprops
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/marvell/
mvsocpmuvar.h
44
uint32_t
sc_defprops
;
member in struct:mvsocpmu_softc
mvsocpmu.c
108
sc->
sc_defprops
= PROP_WARNMIN | PROP_WARNMAX;
176
props = &sc->
sc_defprops
;
/src/sys/dev/i2c/
dbcool_var.h
123
uint32_t
sc_defprops
[DBCOOL_MAXSENSORS];
member in struct:dbcool_softc
sdtemp.c
56
uint32_t
sc_defprops
;
member in struct:sdtemp_softc
383
&sc->
sc_defprops
);
386
if (sc->
sc_defprops
& PROP_WARNMIN) {
391
if (sc->
sc_defprops
& PROP_WARNMAX) {
396
if (sc->
sc_defprops
& PROP_CRITMAX) {
465
props = &sc->
sc_defprops
;
dbcool.c
1939
if (sc->
sc_defprops
[index] == 0) {
1940
sc->
sc_defprops
[index] = *props | PROP_DRIVER_LIMITS;
2038
props = &sc->
sc_defprops
[index];
Completed in 43 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025