Home
last modified time | relevance | path

Searched refs:vga_switcheroo_register_handler (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dvga_switcheroo.h57 int vga_switcheroo_register_handler(struct vga_switcheroo_handler *handler);
75 static inline int vga_switcheroo_register_handler(struct vga_switcheroo_handler *handler) { return … in vga_switcheroo_register_handler() function
/linux-4.1.27/drivers/gpu/vga/
Dvga_switcheroo.c104 int vga_switcheroo_register_handler(struct vga_switcheroo_handler *handler) in vga_switcheroo_register_handler() function
120 EXPORT_SYMBOL(vga_switcheroo_register_handler);
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c317 vga_switcheroo_register_handler(&nouveau_dsm_handler); in nouveau_register_dsm_handler()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_atpx_handler.c560 vga_switcheroo_register_handler(&radeon_atpx_handler); in radeon_register_atpx_handler()
/linux-4.1.27/drivers/platform/x86/
Dapple-gmux.c592 if (vga_switcheroo_register_handler(&gmux_handler)) { in gmux_probe()