Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
glue.c File Reference
#include <linux/export.h>
#include <linux/init.h>
#include <linux/list.h>
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/rwsem.h>
#include <linux/acpi.h>
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  acpi_find_child
 

Macros

#define ACPI_GLUE_DEBUG   0
 
#define DBG(x...)   do { } while(0)
 
#define PHYSICAL_NODE_STRING   "physical_node"
 

Functions

int register_acpi_bus_type (struct acpi_bus_type *type)
 
 EXPORT_SYMBOL_GPL (register_acpi_bus_type)
 
int unregister_acpi_bus_type (struct acpi_bus_type *type)
 
 EXPORT_SYMBOL_GPL (unregister_acpi_bus_type)
 
acpi_handle acpi_get_child (acpi_handle parent, u64 address)
 
 EXPORT_SYMBOL (acpi_get_child)
 
int __init init_acpi_device_notify (void)
 

Macro Definition Documentation

#define ACPI_GLUE_DEBUG   0

Definition at line 19 of file glue.c.

#define DBG (   x...)    do { } while(0)

Definition at line 23 of file glue.c.

#define PHYSICAL_NODE_STRING   "physical_node"

Definition at line 28 of file glue.c.

Function Documentation

acpi_handle acpi_get_child ( acpi_handle  parent,
u64  address 
)

Definition at line 116 of file glue.c.

EXPORT_SYMBOL ( acpi_get_child  )
EXPORT_SYMBOL_GPL ( register_acpi_bus_type  )
EXPORT_SYMBOL_GPL ( unregister_acpi_bus_type  )
int __init init_acpi_device_notify ( void  )

Definition at line 289 of file glue.c.

int register_acpi_bus_type ( struct acpi_bus_type type)

Definition at line 30 of file glue.c.

int unregister_acpi_bus_type ( struct acpi_bus_type type)

Definition at line 46 of file glue.c.