OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_brightness_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpcsh/dev/
psh3lcd.c
112
int
sc_brightness_max
;
member in struct:psh3lcd_softc
262
sc->
sc_brightness_max
= PSH3LCD_XX0_BRIGHTNESS_MAX;
266
sc->
sc_brightness_max
= PSH3LCD_X0_BRIGHTNESS_MAX;
319
*(int *)msg = sc->
sc_brightness_max
;
338
if (value > sc->
sc_brightness_max
)
339
value = sc->
sc_brightness_max
;
365
sc->sc_set_brightness(sc->
sc_brightness_max
+ 1);
/src/sys/dev/pci/igma/
igmafb.c
71
int
sc_brightness_max
;
member in struct:igmafb_softc
153
igmafb_get_brightness_max(sc, &sc->
sc_brightness_max
);
264
val = val * 255 / sc->
sc_brightness_max
;
283
val = val * sc->
sc_brightness_max
/ 255;
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025