OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_powerstate
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/hpcarm/dev/
sed1356var.h
48
int
sc_powerstate
;
member in struct:sed1356_softc
/src/sys/arch/hpcmips/dev/
ite8181var.h
49
int
sc_powerstate
; /* power state related by LCD */
member in struct:ite8181_softc
mq200var.h
48
int
sc_powerstate
; /* power state related by LCD */
member in struct:mq200_softc
/src/sys/dev/hpc/
bivideo.c
88
int
sc_powerstate
;
member in struct:bivideo_softc
178
sc->
sc_powerstate
= 0;
344
sc->
sc_powerstate
|= PWRSTAT_SUSPEND;
348
sc->
sc_powerstate
&= ~PWRSTAT_SUSPEND;
360
(void*)!(sc->
sc_powerstate
&
366
(void*)(!(sc->
sc_powerstate
&
368
(sc->
sc_powerstate
& PWRSTAT_BACKLIGHT)));
429
sc->
sc_powerstate
|= PWRSTAT_VIDEOOFF;
431
sc->
sc_powerstate
&= ~PWRSTAT_VIDEOOFF;
436
*(int *)data = (sc->
sc_powerstate
&PWRSTAT_VIDEOOFF)
[
all
...]
/src/sys/dev/sbus/
dbrivar.h
131
int
sc_powerstate
; /* DBRI's powered up or not */
member in struct:dbri_softc
p9100.c
129
int sc_video,
sc_powerstate
;
member in struct:p9100_softc
431
sc->
sc_powerstate
= PWR_RESUME;
977
if (sc->
sc_powerstate
== PWR_SUSPEND)
989
sc->
sc_powerstate
= PWR_SUSPEND;
998
if (sc->
sc_powerstate
== PWR_RESUME)
1004
sc->
sc_powerstate
= PWR_RESUME;
Completed in 43 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025