switchto          567 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c 	.switchto = amdgpu_atpx_switchto,
switchto          210 drivers/gpu/drm/nouveau/nouveau_acpi.c 	.switchto = nouveau_dsm_switchto,
switchto          537 drivers/gpu/drm/radeon/radeon_atpx_handler.c 	.switchto = radeon_atpx_switchto,
switchto          742 drivers/gpu/vga/vga_switcheroo.c 	ret = vgasr_priv.handler->switchto(new_client->id);
switchto          861 drivers/gpu/vga/vga_switcheroo.c 		ret = vgasr_priv.handler->switchto(client_id);
switchto         1023 drivers/gpu/vga/vga_switcheroo.c 	if (vgasr_priv.handler->switchto) {
switchto         1025 drivers/gpu/vga/vga_switcheroo.c 		vgasr_priv.handler->switchto(VGA_SWITCHEROO_IGD);
switchto          511 drivers/platform/x86/apple-gmux.c 	.switchto = gmux_switchto,
switchto          517 drivers/platform/x86/apple-gmux.c 	.switchto = gmux_switchto,
switchto          118 include/linux/vga_switcheroo.h 	int (*switchto)(enum vga_switcheroo_client_id id);