Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
intel_acpi.c File Reference
#include <linux/pci.h>
#include <linux/acpi.h>
#include <linux/vga_switcheroo.h>
#include <acpi/acpi_drivers.h>
#include <drm/drmP.h>
#include "i915_drv.h"

Go to the source code of this file.

Data Structures

struct  intel_dsm_priv
 

Macros

#define INTEL_DSM_REVISION_ID   1 /* For Calpella anyway... */
 
#define INTEL_DSM_FN_SUPPORTED_FUNCTIONS   0 /* No args */
 
#define INTEL_DSM_FN_PLATFORM_MUX_INFO   1 /* No args */
 

Functions

void intel_register_dsm_handler (void)
 
void intel_unregister_dsm_handler (void)
 

Macro Definition Documentation

#define INTEL_DSM_FN_PLATFORM_MUX_INFO   1 /* No args */

Definition at line 17 of file intel_acpi.c.

#define INTEL_DSM_FN_SUPPORTED_FUNCTIONS   0 /* No args */

Definition at line 16 of file intel_acpi.c.

#define INTEL_DSM_REVISION_ID   1 /* For Calpella anyway... */

Definition at line 14 of file intel_acpi.c.

Function Documentation

void intel_register_dsm_handler ( void  )

Definition at line 243 of file intel_acpi.c.

void intel_unregister_dsm_handler ( void  )

Definition at line 249 of file intel_acpi.c.