Searched refs:auto_detect (Results 1 – 5 of 5) sorted by relevance
981 enum acpi_backlight_type __acpi_video_get_backlight_type(bool native, bool *auto_detect) in __acpi_video_get_backlight_type() argument1008 if (auto_detect) in __acpi_video_get_backlight_type()1009 *auto_detect = false; in __acpi_video_get_backlight_type()1022 if (auto_detect) in __acpi_video_get_backlight_type()1023 *auto_detect = true; in __acpi_video_get_backlight_type()
1986 bool auto_detect; in acpi_video_bus_probe() local2066 if (__acpi_video_get_backlight_type(false, &auto_detect) == acpi_backlight_video && in acpi_video_bus_probe()2067 !auto_detect) in acpi_video_bus_probe()
72 bool *auto_detect);
29 u8 auto_detect; member
518 .auto_detect = 0x00,