Linux Kernel
3.7.1
|
#include <linux/vga_switcheroo.h>
#include <linux/slab.h>
#include <acpi/acpi.h>
#include <acpi/acpi_bus.h>
#include <linux/pci.h>
#include "radeon_acpi.h"
Go to the source code of this file.
Data Structures | |
struct | radeon_atpx_functions |
struct | radeon_atpx |
struct | radeon_atpx_priv |
struct | atpx_verify_interface |
struct | atpx_power_control |
struct | atpx_mux |
Functions | |
void | radeon_register_atpx_handler (void) |
void | radeon_unregister_atpx_handler (void) |
Variables | |
struct atpx_verify_interface | __packed |
radeon_register_atpx_handler - register with vga_switcheroo
Register the PX callbacks with vga_switcheroo (all asics).
Definition at line 471 of file radeon_atpx_handler.c.
radeon_unregister_atpx_handler - unregister with vga_switcheroo
Unregister the PX callbacks with vga_switcheroo (all asics).
Definition at line 488 of file radeon_atpx_handler.c.