Home
last modified time | relevance | path

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

/src/sys/dev/acpica/
H A Dacpi_video.c65 int vo_numlevels; member
624 vo->vo_numlevels = 0; in acpi_video_vo_init()
709 vo->vo_numlevels = vo_get_brightness_levels(handle, &vo->vo_levels); in acpi_video_vo_bind()
710 if (vo->vo_numlevels >= 2) { in acpi_video_vo_bind()
774 for (i = 0; i < vo->vo_numlevels; i++) in acpi_video_vo_check_level()
793 if (vo->vo_numlevels <= 3) in acpi_video_vo_notify_handler()
815 for (i = 2; i < vo->vo_numlevels; i++) in acpi_video_vo_notify_handler()
817 new_level = vo->vo_numlevels > i + 1 ? in acpi_video_vo_notify_handler()
824 for (i = 0; i < vo->vo_numlevels; i++) { in acpi_video_vo_notify_handler()
838 for (i = 0; i < vo->vo_numlevels; i++) in acpi_video_vo_notify_handler()
[all …]