/linux-3.3/scripts/dtc/libfdt/ |
D | libfdt.h | 126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w() 143 #define fdt_get_header(fdt, field) \ argument 145 #define fdt_magic(fdt) (fdt_get_header(fdt, magic)) argument 146 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize)) argument 147 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct)) argument 148 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings)) argument 149 #define fdt_off_mem_rsvmap(fdt) (fdt_get_header(fdt, off_mem_rsvmap)) argument 150 #define fdt_version(fdt) (fdt_get_header(fdt, version)) argument 151 #define fdt_last_comp_version(fdt) (fdt_get_header(fdt, last_comp_version)) argument 152 #define fdt_boot_cpuid_phys(fdt) (fdt_get_header(fdt, boot_cpuid_phys)) argument [all …]
|
D | fdt_rw.c | 58 static int _fdt_blocks_misordered(const void *fdt, in _fdt_blocks_misordered() 70 static int _fdt_rw_check_header(void *fdt) in _fdt_rw_check_header() 85 #define FDT_RW_CHECK_HEADER(fdt) \ argument 92 static inline int _fdt_data_size(void *fdt) in _fdt_data_size() 97 static int _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) in _fdt_splice() 110 static int _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p, in _fdt_splice_mem_rsv() 123 static int _fdt_splice_struct(void *fdt, void *p, in _fdt_splice_struct() 137 static int _fdt_splice_string(void *fdt, int newlen) in _fdt_splice_string() 150 static int _fdt_find_add_string(void *fdt, const char *s) in _fdt_find_add_string() 172 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) in fdt_add_mem_rsv() [all …]
|
D | fdt_ro.c | 58 static int _fdt_nodename_eq(const void *fdt, int offset, in _fdt_nodename_eq() 78 const char *fdt_string(const void *fdt, int stroffset) in fdt_string() 83 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv() 91 int fdt_num_mem_rsv(const void *fdt) in fdt_num_mem_rsv() 100 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen() 123 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() 129 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() 161 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 181 const struct fdt_property *fdt_get_property(const void *fdt, in fdt_get_property() 244 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() [all …]
|
D | fdt_sw.c | 58 static int _fdt_sw_check_header(void *fdt) in _fdt_sw_check_header() 66 #define FDT_SW_CHECK_HEADER(fdt) \ argument 73 static void *_fdt_grab_space(void *fdt, int len) in _fdt_grab_space() 90 void *fdt = buf; in fdt_create() local 110 int fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) in fdt_add_reservemap_entry() 133 int fdt_finish_reservemap(void *fdt) in fdt_finish_reservemap() 138 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node() 154 int fdt_end_node(void *fdt) in fdt_end_node() 168 static int _fdt_find_add_string(void *fdt, const char *s) in _fdt_find_add_string() 191 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property() [all …]
|
D | libfdt_internal.h | 58 #define FDT_CHECK_HEADER(fdt) \ argument 70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) in _fdt_offset_ptr() 75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) in _fdt_offset_ptr_w() 80 static inline const struct fdt_reserve_entry *_fdt_mem_rsv(const void *fdt, int n) in _fdt_mem_rsv() 88 static inline struct fdt_reserve_entry *_fdt_mem_rsv_w(void *fdt, int n) in _fdt_mem_rsv_w()
|
D | fdt.c | 58 int fdt_check_header(const void *fdt) in fdt_check_header() 77 const void *fdt_offset_ptr(const void *fdt, int offset, int len) in fdt_offset_ptr() 93 uint32_t fdt_next_tag(const void *fdt, int offset, int *nextoffset) in fdt_next_tag() 132 int _fdt_check_node_offset(const void *fdt, int offset) in _fdt_check_node_offset() 141 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 192 int fdt_move(const void *fdt, void *buf, int bufsize) in fdt_move()
|
D | fdt_wip.c | 58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() 97 int _fdt_node_end_offset(void *fdt, int nodeoffset) in _fdt_node_end_offset() 134 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
/linux-3.3/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 4 static int node_offset(void *fdt, const char *node_path) in node_offset() 12 static int setprop(void *fdt, const char *node_path, const char *property, in setprop() 21 static int setprop_string(void *fdt, const char *node_path, in setprop_string() 30 static int setprop_cell(void *fdt, const char *node_path, in setprop_cell() 47 int atags_to_fdt(void *atag_list, void *fdt, int total_space) in atags_to_fdt()
|
/linux-3.3/fs/ |
D | file.c | 62 static void __free_fdtable(struct fdtable *fdt) in __free_fdtable() 73 struct fdtable *fdt; in free_fdtable_work() local 89 struct fdtable *fdt = container_of(rcu, struct fdtable, rcu); in free_fdtable_rcu() local 144 struct fdtable *fdt; in alloc_fdtable() local 249 struct fdtable *fdt; in expand_files() local 272 static int count_open_files(struct fdtable *fdt) in count_open_files() 436 struct fdtable *fdt; in alloc_fd() local
|
D | fcntl.c | 31 struct fdtable *fdt; in set_close_on_exec() local 44 struct fdtable *fdt; in get_close_on_exec() local 58 struct fdtable *fdt; in SYSCALL_DEFINE3() local
|
D | open.c | 838 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd() local 870 struct fdtable *fdt; in fd_install() local 1072 struct fdtable *fdt; in SYSCALL_DEFINE1() local
|
D | select.c | 345 struct fdtable *fdt; in max_select_fd() local 527 struct fdtable *fdt; in core_sys_select() local
|
D | exec.c | 1018 struct fdtable *fdt; in flush_old_files() local 2047 struct fdtable *fdt; in umh_pipe_setup() local
|
/linux-3.3/include/linux/ |
D | fdtable.h | 49 struct fdtable __rcu *fdt; member 78 static inline void free_fdtable(struct fdtable *fdt) in free_fdtable() 86 struct fdtable *fdt = files_fdtable(files); in fcheck_files() local
|
/linux-3.3/arch/microblaze/kernel/ |
D | setup.c | 101 unsigned int fdt, unsigned int msr) in machine_early_init()
|
/linux-3.3/arch/powerpc/sysdev/bestcomm/ |
D | bestcomm_priv.h | 56 u32 fdt; member 76 u32 *fdt; member 330 u32 *fdt = &bcom_eng->tdt[task].fdt; in bcom_set_task_pragma() local
|
/linux-3.3/scripts/dtc/ |
D | flattree.c | 334 static void make_fdt_header(struct fdt_header *fdt, in make_fdt_header() 374 struct fdt_header fdt; in dt_to_blob() local 810 struct fdt_header *fdt; in dt_from_blob() local
|
/linux-3.3/arch/powerpc/boot/ |
D | libfdt-wrapper.c | 54 static void *fdt; variable
|
/linux-3.3/arch/powerpc/platforms/cell/spufs/ |
D | coredump.c | 120 struct fdtable *fdt = files_fdtable(current->files); in coredump_next_context() local
|
/linux-3.3/arch/c6x/kernel/ |
D | setup.c | 271 struct boot_param_header *fdt = (struct boot_param_header *)_fdt_start; in machine_init() local
|
/linux-3.3/kernel/ |
D | exit.c | 459 struct fdtable *fdt; in close_files() local 506 struct fdtable *fdt; in put_files_struct() local
|
/linux-3.3/arch/mips/kernel/ |
D | kspd.c | 315 struct fdtable *fdt; in sp_cleanup() local
|
/linux-3.3/fs/proc/ |
D | array.c | 166 struct fdtable *fdt = NULL; in task_state() local
|
/linux-3.3/fs/autofs4/ |
D | dev-ioctl.c | 227 struct fdtable *fdt; in autofs_dev_ioctl_fd_install() local
|
/linux-3.3/drivers/staging/android/ |
D | binder.c | 371 struct fdtable *fdt; in task_get_unused_fd_flags() local 439 struct fdtable *fdt; in task_fd_install() local 456 struct fdtable *fdt = files_fdtable(files); in __put_unused_fd() local 469 struct fdtable *fdt; in task_close_fd() local
|