Lines Matching full:native
51 if (!strcmp("native", acpi_video_backlight_string)) in acpi_video_parse_cmdline()
247 * because of broken native backlight control.
326 * native backlight causes a regression where backlight does not work
364 /* The native backlight controls do not work on some older machines */
466 /* Non win8 machines which need native backlight nevertheless */
861 * which need native backlight control nevertheless.
907 * This setup means that neither i915's native nor acpi_video backlight
969 * does not work. So on win8+ systems prefer native brightness control.
970 * Chromebooks should always prefer native backlight control.
981 enum acpi_backlight_type __acpi_video_get_backlight_type(bool native, bool *auto_detect) in __acpi_video_get_backlight_type() argument
1004 if (native) in __acpi_video_get_backlight_type()
1035 /* Use ACPI video if available, except when native should be preferred. */ in __acpi_video_get_backlight_type()
1040 /* Use native if available */ in __acpi_video_get_backlight_type()
1065 /* No ACPI video/native (old hw), use vendor specific fw methods. */ in __acpi_video_get_backlight_type()