Searched defs:fdt (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt_internal.h70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
75 static inline void *_fdt_offset_ptr_w(void *fdt, in argument
80 _fdt_mem_rsv(const void *fdt, int n) argument
88 _fdt_mem_rsv_w(void *fdt, int n) argument
[all...]
H A Dfdt.c58 int fdt_check_header(const void *fdt) argument
77 const void *fdt_offset_ptr(const void *fdt, int offset, int len) argument
93 fdt_next_tag(const void *fdt, int offset, int *nextoffset) argument
132 _fdt_check_node_offset(const void *fdt, int offset) argument
141 fdt_next_node(const void *fdt, int offset, int *depth) argument
192 fdt_move(const void *fdt, void *buf, int bufsize) argument
[all...]
H A Dfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, argument
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
97 int _fdt_node_end_offset(void *fdt, int nodeoffset) argument
134 int fdt_nop_node(void *fdt, int nodeoffset) argument
[all...]
H A Dfdt_sw.c58 static int _fdt_sw_check_header(void *fdt) argument
72 static void *_fdt_grab_space(void *fdt, int len) argument
89 void *fdt = buf; local
109 fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) argument
132 fdt_finish_reservemap(void *fdt) argument
137 fdt_begin_node(void *fdt, const char *name) argument
153 fdt_end_node(void *fdt) argument
167 _fdt_find_add_string(void *fdt, const char *s) argument
190 fdt_property(void *fdt, const char *name, const void *val, int len) argument
212 fdt_finish(void *fdt) argument
[all...]
H A Dfdt_ro.c58 static int _fdt_nodename_eq(const void *fdt, int offset, argument
78 const char *fdt_string(const void *fdt, int stroffset) argument
83 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) argument
91 fdt_num_mem_rsv(const void *fdt) argument
100 fdt_subnode_offset_namelen(const void *fdt, int offset, const char *name, int namelen) argument
123 fdt_subnode_offset(const void *fdt, int parentoffset, const char *name) argument
129 fdt_path_offset(const void *fdt, const char *path) argument
161 fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
181 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
244 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
256 fdt_get_phandle(const void *fdt, int nodeoffset) argument
268 fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) argument
321 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) argument
357 fdt_node_depth(const void *fdt, int nodeoffset) argument
368 fdt_parent_offset(const void *fdt, int nodeoffset) argument
378 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) argument
400 fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) argument
426 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
441 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument
[all...]
H A Dlibfdt.h126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
374 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
411 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
723 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
789 fdt_property_cell(void *fdt, const char *name, uint32_t val) argument
939 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
H A Dfdt_rw.c58 static int _fdt_blocks_misordered(const void *fdt, argument
70 _fdt_rw_check_header(void *fdt) argument
92 _fdt_data_size(void *fdt) argument
97 _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) argument
110 _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p, int oldn, int newn) argument
123 _fdt_splice_struct(void *fdt, void *p, int oldlen, int newlen) argument
137 _fdt_splice_string(void *fdt, int newlen) argument
150 _fdt_find_add_string(void *fdt, const char *s) argument
172 fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) argument
189 fdt_del_mem_rsv(void *fdt, int n) argument
205 _fdt_resize_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
223 _fdt_add_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
251 fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
274 fdt_setprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
292 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
307 fdt_add_subnode_namelen(void *fdt, int parentoffset, const char *name, int namelen) argument
348 fdt_add_subnode(void *fdt, int parentoffset, const char *name) argument
353 fdt_del_node(void *fdt, int nodeoffset) argument
389 fdt_open_into(const void *fdt, void *buf, int bufsize) argument
451 fdt_pack(void *fdt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfdtable.h49 struct fdtable *fdt; member in struct:files_struct
79 static inline void free_fdtable(struct fdtable *fdt) argument
87 struct fdtable *fdt = files_fdtable(files); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dsetup.c101 machine_early_init(const char *cmdline, unsigned int ram, unsigned int fdt, unsigned int msr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dlibfdt-wrapper.c54 static void *fdt; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c121 struct fdtable *fdt = files_fdtable(current->files); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfile.c58 static void __free_fdtable(struct fdtable *fdt) argument
69 struct fdtable *fdt; local
85 struct fdtable *fdt = container_of(rcu, struct fdtable, rcu); local
140 struct fdtable *fdt; local
245 struct fdtable *fdt; local
268 count_open_files(struct fdtable *fdt) argument
432 struct fdtable *fdt; local
[all...]
H A Dfcntl.c31 struct fdtable *fdt; local
44 struct fdtable *fdt; local
58 struct fdtable *fdt; local
[all...]
H A Dopen.c842 struct fdtable *fdt = files_fdtable(files); local
874 struct fdtable *fdt; local
979 struct fdtable *fdt; local
[all...]
H A Dselect.c346 struct fdtable *fdt; local
531 struct fdtable *fdt; local
H A Dexec.c955 struct fdtable *fdt; local
1854 struct fdtable *fdt; local
H A Dcompat.c1736 struct fdtable *fdt; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Ddev-ioctl.c227 struct fdtable *fdt; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dkspd.c314 struct fdtable *fdt; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c166 struct fdtable *fdt = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/bestcomm/
H A Dbestcomm_priv.h56 u32 fdt; member in struct:bcom_tdt
76 u32 *fdt; member in struct:bcom_engine
330 u32 *fdt = &bcom_eng->tdt[task].fdt; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Dflattree.c317 static void make_fdt_header(struct fdt_header *fdt, argument
357 struct fdt_header fdt; local
782 struct fdt_header *fdt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dexit.c468 struct fdtable *fdt; local
515 struct fdtable *fdt; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_sup.c813 struct qla_fdt_layout *fdt; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nx.c1956 struct qla_fdt_layout *fdt; local
[all...]

Completed in 284 milliseconds

12