Searched refs:switchto (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dvga_switcheroo.h101 * @switchto: switch outputs to given client.
113 * Handler callbacks. The multiplexer itself. The @switchto and @get_client_id
118 int (*switchto)(enum vga_switcheroo_client_id id); member in struct:vga_switcheroo_handler
/linux-master/drivers/gpu/vga/
H A Dvga_switcheroo.c71 * handler to control the power state of the discrete GPU, its ->switchto
742 ret = vgasr_priv.handler->switchto(new_client->id);
861 ret = vgasr_priv.handler->switchto(client_id);
1023 if (vgasr_priv.handler->switchto) {
1025 vgasr_priv.handler->switchto(VGA_SWITCHEROO_IGD);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c209 .switchto = nouveau_dsm_switchto,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c573 .switchto = amdgpu_atpx_switchto,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c541 .switchto = radeon_atpx_switchto,
/linux-master/drivers/platform/x86/
H A Dapple-gmux.c560 .switchto = gmux_switchto,
566 .switchto = gmux_switchto,

Completed in 293 milliseconds