|
Linux Kernel
3.7.1
|
#include <of_device_common.h>
Data Fields | |
| const char * | name |
| const char * | addr_prop_name |
| int(* | match )(struct device_node *parent) |
| void(* | count_cells )(struct device_node *child, int *addrc, int *sizec) |
| int(* | map )(u32 *addr, const u32 *range, int na, int ns, int pna) |
| unsigned long(* | get_flags )(const u32 *addr, unsigned long) |
| const char * | addresses |
| u64(* | map )(__be32 *addr, const __be32 *range, int na, int ns, int pna) |
| int(* | translate )(__be32 *addr, u64 offset, int na) |
| unsigned int(* | get_flags )(const __be32 *addr) |
Definition at line 25 of file of_device_common.h.
Definition at line 27 of file of_device_common.h.
Definition at line 29 of file of_device_common.h.
Definition at line 33 of file of_device_common.h.
Definition at line 31 of file of_device_common.h.
| int(* match)(struct device_node *parent) |
Definition at line 28 of file of_device_common.h.
Definition at line 26 of file of_device_common.h.
1.8.2