Home
last modified time | relevance | path

Searched refs:apple_gmux_present (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dapple-gmux.h161 static inline bool apple_gmux_present(void) in apple_gmux_present() function
168 static inline bool apple_gmux_present(void) in apple_gmux_present() function
/linux/drivers/acpi/
H A Dvideo_detect.c977 static bool apple_gmux_present; in __acpi_video_get_backlight_type() local
992 apple_gmux_present = apple_gmux_detect(NULL, NULL); in __acpi_video_get_backlight_type()
1021 if (apple_gmux_present) in __acpi_video_get_backlight_type()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c301 if (apple_gmux_present()) { in nouveau_backlight_init()
/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c445 if (apple_gmux_present() && pdev != vga_default_device() && in vga_switcheroo_client_probe_defer()