Searched refs:auto_detect (Results 1 – 4 of 4) 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()
1992 bool auto_detect; in acpi_video_bus_add() local2070 if (__acpi_video_get_backlight_type(false, &auto_detect) == acpi_backlight_video && in acpi_video_bus_add()2071 !auto_detect) in acpi_video_bus_add()
72 bool *auto_detect);
29 u8 auto_detect; member