Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | node |
Macros | |
#define | to_node(device) container_of(device, struct node, dev) |
Typedefs | |
typedef void(* | node_registration_func_t )(struct node *) |
Functions | |
int | register_node (struct node *, int, struct node *) |
void | unregister_node (struct node *node) |
Variables | |
struct node | node_devices [] |