#include <linux/string.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/module.h>
#include <asm/openprom.h>
#include <asm/oplib.h>
#include <asm/ldc.h>
Go to the source code of this file.
|
phandle | __prom_getchild (phandle node) |
|
phandle | prom_getchild (phandle node) |
|
| EXPORT_SYMBOL (prom_getchild) |
|
phandle | prom_getparent (phandle node) |
|
phandle | __prom_getsibling (phandle node) |
|
phandle | prom_getsibling (phandle node) |
|
| EXPORT_SYMBOL (prom_getsibling) |
|
int | prom_getproplen (phandle node, const char *prop) |
|
| EXPORT_SYMBOL (prom_getproplen) |
|
int | prom_getproperty (phandle node, const char *prop, char *buffer, int bufsize) |
|
| EXPORT_SYMBOL (prom_getproperty) |
|
int | prom_getint (phandle node, const char *prop) |
|
| EXPORT_SYMBOL (prom_getint) |
|
int | prom_getintdefault (phandle node, const char *property, int deflt) |
|
| EXPORT_SYMBOL (prom_getintdefault) |
|
int | prom_getbool (phandle node, const char *prop) |
|
| EXPORT_SYMBOL (prom_getbool) |
|
void | prom_getstring (phandle node, const char *prop, char *user_buf, int ubuf_size) |
|
| EXPORT_SYMBOL (prom_getstring) |
|
int | prom_nodematch (phandle node, const char *name) |
|
phandle | prom_searchsiblings (phandle node_start, const char *nodename) |
|
| EXPORT_SYMBOL (prom_searchsiblings) |
|
char * | prom_firstprop (phandle node, char *buffer) |
|
| EXPORT_SYMBOL (prom_firstprop) |
|
char * | prom_nextprop (phandle node, const char *oprop, char *buffer) |
|
| EXPORT_SYMBOL (prom_nextprop) |
|
phandle | prom_finddevice (const char *name) |
|
| EXPORT_SYMBOL (prom_finddevice) |
|
int | prom_node_has_property (phandle node, const char *prop) |
|
| EXPORT_SYMBOL (prom_node_has_property) |
|
int | prom_setprop (phandle node, const char *pname, char *value, int size) |
|
| EXPORT_SYMBOL (prom_setprop) |
|
phandle | prom_inst2pkg (int inst) |
|
int | prom_ihandle2path (int handle, char *buffer, int bufsize) |
|