Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dvga_switcheroo.h135 int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler);
153 static inline int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler) { r… in vga_switcheroo_register_handler() function
/linux-4.4.14/drivers/gpu/vga/
Dvga_switcheroo.c198 int vga_switcheroo_register_handler(const struct vga_switcheroo_handler *handler) in vga_switcheroo_register_handler() function
214 EXPORT_SYMBOL(vga_switcheroo_register_handler);
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c317 vga_switcheroo_register_handler(&nouveau_dsm_handler); in nouveau_register_dsm_handler()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_atpx_handler.c560 vga_switcheroo_register_handler(&radeon_atpx_handler); in radeon_register_atpx_handler()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atpx_handler.c561 vga_switcheroo_register_handler(&amdgpu_atpx_handler); in amdgpu_register_atpx_handler()
/linux-4.4.14/drivers/platform/x86/
Dapple-gmux.c591 if (vga_switcheroo_register_handler(&gmux_handler)) { in gmux_probe()