Home
last modified time | relevance | path

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

/freebsd/sys/dev/backlight/
H A Dbacklight.c52 uint32_t cached_brightness; member
73 sc->cached_brightness = props.brightness; in backlight_ioctl()
78 if (props.brightness == sc->cached_brightness) in backlight_ioctl()
83 sc->cached_brightness = props.brightness; in backlight_ioctl()
137 sc->cached_brightness = props.brightness; in backlight_register()