Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
scom.c File Reference
#include <linux/kernel.h>
#include <linux/debugfs.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <asm/debug.h>
#include <asm/prom.h>
#include <asm/scom.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL_GPL (scom_controller)
 
struct device_nodescom_find_parent (struct device_node *node)
 
 EXPORT_SYMBOL_GPL (scom_find_parent)
 
scom_map_t scom_map_device (struct device_node *dev, int index)
 
 EXPORT_SYMBOL_GPL (scom_map_device)
 

Variables

struct scom_controller * scom_controller
 

Function Documentation

EXPORT_SYMBOL_GPL ( scom_controller  )
EXPORT_SYMBOL_GPL ( scom_find_parent  )
EXPORT_SYMBOL_GPL ( scom_map_device  )
struct device_node* scom_find_parent ( struct device_node node)
read

Definition at line 32 of file scom.c.

scom_map_t scom_map_device ( struct device_node dev,
int  index 
)

Definition at line 52 of file scom.c.

Variable Documentation

struct scom_controller* scom_controller

Definition at line 29 of file scom.c.