OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_powerstate
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/hpcarm/dev/
sed1356var.h
48
int
sc_powerstate
;
member in struct:sed1356_softc
sed_saip.c
156
sc->
sc_powerstate
= 0;
314
sc->
sc_powerstate
|= PWRSTAT_SUSPEND;
318
sc->
sc_powerstate
&= ~PWRSTAT_SUSPEND;
330
(void *)!(sc->
sc_powerstate
&
336
(void *)(!(sc->
sc_powerstate
&
338
(sc->
sc_powerstate
& PWRSTAT_BACKLIGHT)));
359
sc->
sc_powerstate
|= PWRSTAT_VIDEOOFF;
361
sc->
sc_powerstate
&= ~PWRSTAT_VIDEOOFF;
366
*(int *)data = (sc->
sc_powerstate
& PWRSTAT_VIDEOOFF) ?
378
(sc->
sc_powerstate
& PWRSTAT_BACKLIGHT) ? 1: 0))
[
all
...]
/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/arch/hpcmips/dev/
mq200.c
256
(void*)!(sc->
sc_powerstate
&
262
(void*)(!(sc->
sc_powerstate
&
264
(sc->
sc_powerstate
& PWRSTAT_BACKLIGHT)));
274
sc->
sc_powerstate
|= PWRSTAT_SUSPEND;
278
sc->
sc_powerstate
|= PWRSTAT_SUSPEND;
282
sc->
sc_powerstate
&= ~PWRSTAT_SUSPEND;
499
sc->
sc_powerstate
|= PWRSTAT_VIDEOOFF;
501
sc->
sc_powerstate
&= ~PWRSTAT_VIDEOOFF;
506
*(int *)data = (sc->
sc_powerstate
&PWRSTAT_VIDEOOFF) ?
518
(sc->
sc_powerstate
&PWRSTAT_BACKLIGHT)? 1: 0)
[
all
...]
ite8181var.h
49
int
sc_powerstate
; /* power state related by LCD */
member in struct:ite8181_softc
ite8181.c
437
(void*)!(sc->
sc_powerstate
&
443
(void*)(!(sc->
sc_powerstate
&
445
(sc->
sc_powerstate
& PWRSTAT_BACKLIGHT)));
455
sc->
sc_powerstate
|= PWRSTAT_SUSPEND;
459
sc->
sc_powerstate
|= PWRSTAT_SUSPEND;
463
sc->
sc_powerstate
&= ~PWRSTAT_SUSPEND;
675
sc->
sc_powerstate
|= PWRSTAT_VIDEOOFF;
677
sc->
sc_powerstate
&= ~PWRSTAT_VIDEOOFF;
682
*(int *)data = (sc->
sc_powerstate
&PWRSTAT_VIDEOOFF) ?
695
(sc->
sc_powerstate
&PWRSTAT_BACKLIGHT)? 1: 0))
[
all
...]
mq200var.h
48
int
sc_powerstate
; /* power state related by LCD */
member in struct:mq200_softc
/src/sys/dev/sbus/
dbrivar.h
131
int
sc_powerstate
; /* DBRI's powered up or not */
member in struct:dbri_softc
dbri.c
267
sc->
sc_powerstate
= 1;
281
sc->
sc_powerstate
= 0;
290
sc->
sc_powerstate
= 1;
389
if (sc->
sc_powerstate
== state)
407
sc->
sc_powerstate
= state;
420
if (sc->
sc_powerstate
== 1)
970
if (sc->
sc_powerstate
== 0)
2084
if (sc->
sc_powerstate
!= 0)
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 40 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025