Searched refs:auto_detect (Results 1 – 4 of 4) sorted by relevance
973 enum acpi_backlight_type __acpi_video_get_backlight_type(bool native, bool *auto_detect) in __acpi_video_get_backlight_type() argument1000 if (auto_detect) in __acpi_video_get_backlight_type()1001 *auto_detect = false; in __acpi_video_get_backlight_type()1014 if (auto_detect) in __acpi_video_get_backlight_type()1015 *auto_detect = true; in __acpi_video_get_backlight_type()
1982 bool auto_detect; in acpi_video_bus_add() local2060 if (__acpi_video_get_backlight_type(false, &auto_detect) == acpi_backlight_video && in acpi_video_bus_add()2061 !auto_detect) in acpi_video_bus_add()
72 bool *auto_detect);
29 u8 auto_detect; member