Linux Kernel
3.7.1
|
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/time.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/stat.h>
#include <linux/string.h>
#include <linux/of.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <asm/prom.h>
#include <asm/uaccess.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
void | proc_device_tree_add_prop (struct proc_dir_entry *pde, struct property *prop) |
void | proc_device_tree_remove_prop (struct proc_dir_entry *pde, struct property *prop) |
void | proc_device_tree_update_prop (struct proc_dir_entry *pde, struct property *newprop, struct property *oldprop) |
void | proc_device_tree_add_node (struct device_node *np, struct proc_dir_entry *de) |
void __init | proc_device_tree_init (void) |
void proc_device_tree_add_node | ( | struct device_node * | np, |
struct proc_dir_entry * | de | ||
) |
Definition at line 187 of file proc_devtree.c.
void proc_device_tree_add_prop | ( | struct proc_dir_entry * | pde, |
struct property * | prop | ||
) |
Definition at line 87 of file proc_devtree.c.
Definition at line 232 of file proc_devtree.c.
void proc_device_tree_remove_prop | ( | struct proc_dir_entry * | pde, |
struct property * | prop | ||
) |
Definition at line 92 of file proc_devtree.c.
void proc_device_tree_update_prop | ( | struct proc_dir_entry * | pde, |
struct property * | newprop, | ||
struct property * | oldprop | ||
) |
Definition at line 98 of file proc_devtree.c.