Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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-6.6.21/drivers/acpi/
Dvideo_detect.c854 static bool apple_gmux_present; in __acpi_video_get_backlight_type() local
868 apple_gmux_present = apple_gmux_detect(NULL, NULL); in __acpi_video_get_backlight_type()
896 if (apple_gmux_present) in __acpi_video_get_backlight_type()
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c373 if (apple_gmux_present()) { in nouveau_backlight_init()
/linux-6.6.21/drivers/gpu/vga/
Dvga_switcheroo.c445 if (apple_gmux_present() && pdev != vga_default_device() && in vga_switcheroo_client_probe_defer()