|
Linux Kernel
3.7.1
|
#include <ops.h>
Data Fields | |
| void *(* | finddevice )(const char *name) |
| int(* | getprop )(const void *phandle, const char *name, void *buf, const int buflen) |
| int(* | setprop )(const void *phandle, const char *name, const void *buf, const int buflen) |
| int(* | del_node )(const void *phandle) |
| void *(* | get_parent )(const void *phandle) |
| void *(* | create_node )(const void *parent, const char *name) |
| void *(* | find_node_by_prop_value )(const void *prev, const char *propname, const char *propval, int proplen) |
| void *(* | find_node_by_compatible )(const void *prev, const char *compat) |
| unsigned long(* | finalize )(void) |
| char *(* | get_path )(const void *phandle, char *buf, int len) |
1.8.2