OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gpc_backlight
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/netwalker/
netwalker_backlight.c
65
static struct genfb_parameter_callback
gpc_backlight
;
variable in typeref:struct:genfb_parameter_callback
215
gpc_backlight
.gpc_cookie = (void *)&netwalker_backlight_sc;
216
gpc_backlight
.gpc_set_parameter = netwalker_backlight_set_backlight;
217
gpc_backlight
.gpc_get_parameter = netwalker_backlight_get_backlight;
218
gpc_backlight
.gpc_upd_parameter = NULL;
220
(uint64_t)(uintptr_t)&
gpc_backlight
);
/src/sys/arch/macppc/macppc/
machdep.c
107
struct genfb_parameter_callback
gpc_backlight
, gpc_brightness;
variable in typeref:struct:genfb_parameter_callback
449
gpc_backlight
.gpc_cookie = (void *)console_instance;
450
gpc_backlight
.gpc_set_parameter = of_set_backlight;
451
gpc_backlight
.gpc_get_parameter = of_get_backlight;
452
gpc_backlight
.gpc_upd_parameter = NULL;
453
backlight_cb = (uint64_t)(uintptr_t)&
gpc_backlight
;
Completed in 55 milliseconds
Indexes created Tue Sep 23 21:09:50 GMT 2025