Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tree.c File Reference
#include <linux/init.h>
#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>

Go to the source code of this file.

Functions

pcomponent *__init ArcGetPeer (pcomponent *Current)
 
pcomponent *__init ArcGetChild (pcomponent *Current)
 
pcomponent *__init ArcGetParent (pcomponent *Current)
 
LONG __init ArcGetConfigurationData (VOID *Buffer, pcomponent *Current)
 
pcomponent *__init ArcAddChild (pcomponent *Current, pcomponent *Template, VOID *ConfigurationData)
 
LONG __init ArcDeleteComponent (pcomponent *ComponentToDelete)
 
pcomponent *__init ArcGetComponent (CHAR *Path)
 

Function Documentation

pcomponent* __init ArcAddChild ( pcomponent Current,
pcomponent Template,
VOID ConfigurationData 
)

Definition at line 49 of file tree.c.

LONG __init ArcDeleteComponent ( pcomponent ComponentToDelete)

Definition at line 56 of file tree.c.

pcomponent* __init ArcGetChild ( pcomponent Current)

Definition at line 28 of file tree.c.

pcomponent* __init ArcGetComponent ( CHAR Path)

Definition at line 62 of file tree.c.

LONG __init ArcGetConfigurationData ( VOID Buffer,
pcomponent Current 
)

Definition at line 43 of file tree.c.

pcomponent* __init ArcGetParent ( pcomponent Current)

Definition at line 34 of file tree.c.

pcomponent* __init ArcGetPeer ( pcomponent Current)

Definition at line 19 of file tree.c.