Searched refs:vo_levels (Results 1 – 1 of 1) sorted by relevance
66 int *vo_levels; member516 if (vo->vo_levels != NULL && vo->vo_brightness == -1) in acpi_video_power_profile()625 vo->vo_levels = NULL; in acpi_video_vo_init()702 if (vo->vo_levels != NULL) { in acpi_video_vo_bind()705 AcpiOsFree(vo->vo_levels); in acpi_video_vo_bind()706 vo->vo_levels = NULL; in acpi_video_vo_bind()709 vo->vo_numlevels = vo_get_brightness_levels(handle, &vo->vo_levels); in acpi_video_vo_bind()714 vo->vo_fullpower = vo->vo_levels[BCL_FULLPOWER]; in acpi_video_vo_bind()719 vo->vo_economy = vo->vo_levels[BCL_ECONOMY]; in acpi_video_vo_bind()737 if (vo->vo_levels != NULL) { in acpi_video_vo_destroy()[all …]