Home
last modified time | relevance | path

Searched refs:light_control (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/asmc/
H A Dasmc.c395 static unsigned int light_control = 0; variable
751 buf[0] = light_control; in asmc_resume()
2295 v = light_control; in asmc_mbp_sysctl_light_control()
2301 light_control = v; in asmc_mbp_sysctl_light_control()
2303 buf[0] = light_control; in asmc_mbp_sysctl_light_control()
2374 light_control = props->brightness * 255 / 100; in asmc_backlight_update_status()
2375 buf[0] = light_control; in asmc_backlight_update_status()