Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/
Dvideo_detect.c133 acpi_video_support |= ACPI_VIDEO_BACKLIGHT_DMI_VENDOR; in video_detect_force_vendor()
249 acpi_video_support |= ACPI_VIDEO_BACKLIGHT_DMI_VENDOR; in acpi_video_dmi_promote_vendor()
258 acpi_video_support &= ~ACPI_VIDEO_BACKLIGHT_DMI_VENDOR; in acpi_video_dmi_demote_vendor()
274 if (acpi_video_support & ACPI_VIDEO_BACKLIGHT_DMI_VENDOR) in acpi_video_backlight_support()
/linux-4.1.27/include/linux/
Dacpi.h241 #define ACPI_VIDEO_BACKLIGHT_DMI_VENDOR 0x0100 macro