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

#include <of_pdt.h>

Data Fields

int(* nextprop )(phandle node, char *prev, char *buf)
 
int(* getproplen )(phandle node, const char *prop)
 
int(* getproperty )(phandle node, const char *prop, char *buf, int bufsize)
 
phandle(* getchild )(phandle parent)
 
phandle(* getsibling )(phandle node)
 
int(* pkg2path )(phandle node, char *buf, const int buflen, int *len)
 

Detailed Description

Definition at line 17 of file of_pdt.h.

Field Documentation

phandle(* getchild)(phandle parent)

Definition at line 30 of file of_pdt.h.

int(* getproperty)(phandle node, const char *prop, char *buf, int bufsize)

Definition at line 26 of file of_pdt.h.

int(* getproplen)(phandle node, const char *prop)

Definition at line 25 of file of_pdt.h.

phandle(* getsibling)(phandle node)

Definition at line 31 of file of_pdt.h.

int(* nextprop)(phandle node, char *prev, char *buf)

Definition at line 22 of file of_pdt.h.

int(* pkg2path)(phandle node, char *buf, const int buflen, int *len)

Definition at line 34 of file of_pdt.h.


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