Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
linux_nodeops Struct Reference

#include <openprom.h>

Data Fields

int(* no_nextnode )(int node)
 
int(* no_child )(int node)
 
int(* no_proplen )(int node, char *name)
 
int(* no_getprop )(int node, char *name, char *val)
 
int(* no_setprop )(int node, char *name, char *val, int len)
 
char *(* no_nextprop )(int node, char *name)
 
phandle(* no_nextnode )(phandle node)
 
phandle(* no_child )(phandle node)
 

Detailed Description

Definition at line 276 of file openprom.h.

Field Documentation

phandle(* no_child)(phandle node)

Definition at line 174 of file openprom.h.

int(* no_child)(int node)

Definition at line 278 of file openprom.h.

int(* no_getprop)(phandle node, const char *name, char *val)

Definition at line 280 of file openprom.h.

phandle(* no_nextnode)(phandle node)

Definition at line 173 of file openprom.h.

int(* no_nextnode)(int node)

Definition at line 277 of file openprom.h.

char *(* no_nextprop)(phandle node, char *name)

Definition at line 282 of file openprom.h.

int(* no_proplen)(phandle node, const char *name)

Definition at line 279 of file openprom.h.

int(* no_setprop)(phandle node, const char *name, char *val, int len)

Definition at line 281 of file openprom.h.


The documentation for this struct was generated from the following files: