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

/linux-4.1.27/scripts/dtc/libfdt/
H A Dlibfdt_internal.h70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) _fdt_offset_ptr() argument
75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) _fdt_offset_ptr_w() argument
80 static inline const struct fdt_reserve_entry *_fdt_mem_rsv(const void *fdt, int n) _fdt_mem_rsv() argument
88 static inline struct fdt_reserve_entry *_fdt_mem_rsv_w(void *fdt, int n) _fdt_mem_rsv_w() argument
H A Dfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, fdt_setprop_inplace() argument
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) fdt_nop_property() argument
97 int _fdt_node_end_offset(void *fdt, int offset) _fdt_node_end_offset() argument
107 int fdt_nop_node(void *fdt, int nodeoffset) fdt_nop_node() argument
H A Dfdt.c58 int fdt_check_header(const void *fdt) fdt_check_header() argument
77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) fdt_offset_ptr() argument
93 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) fdt_next_tag() argument
143 int _fdt_check_node_offset(const void *fdt, int offset) _fdt_check_node_offset() argument
152 int _fdt_check_prop_offset(const void *fdt, int offset) _fdt_check_prop_offset() argument
161 int fdt_next_node(const void *fdt, int offset, int *depth) fdt_next_node() argument
213 int fdt_move(const void *fdt, void *buf, int bufsize) fdt_move() argument
H A Dfdt_sw.c58 static int _fdt_sw_check_header(void *fdt) _fdt_sw_check_header() argument
73 static void *_fdt_grab_space(void *fdt, size_t len) _fdt_grab_space() argument
90 void *fdt = buf; fdt_create() local
110 int fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) fdt_add_reservemap_entry() argument
133 int fdt_finish_reservemap(void *fdt) fdt_finish_reservemap() argument
138 int fdt_begin_node(void *fdt, const char *name) fdt_begin_node() argument
154 int fdt_end_node(void *fdt) fdt_end_node() argument
168 static int _fdt_find_add_string(void *fdt, const char *s) _fdt_find_add_string() argument
191 int fdt_property(void *fdt, const char *name, const void *val, int len) fdt_property() argument
213 int fdt_finish(void *fdt) fdt_finish() argument
H A Dlibfdt.h126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) fdt_offset_ptr_w() argument
459 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, fdt_get_property_w() argument
544 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, fdt_getprop_w() argument
882 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, fdt_setprop_inplace_u32() argument
917 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, fdt_setprop_inplace_u64() argument
929 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, fdt_setprop_inplace_cell() argument
994 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) fdt_property_u32() argument
999 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) fdt_property_u64() argument
1004 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) fdt_property_cell() argument
1154 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, fdt_setprop_u32() argument
1189 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, fdt_setprop_u64() argument
1201 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, fdt_setprop_cell() argument
1296 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, fdt_appendprop_u32() argument
1331 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, fdt_appendprop_u64() argument
1343 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, fdt_appendprop_cell() argument
H A Dfdt_ro.c58 static int _fdt_nodename_eq(const void *fdt, int offset, _fdt_nodename_eq() argument
78 const char *fdt_string(const void *fdt, int stroffset) fdt_string() argument
83 static int _fdt_string_eq(const void *fdt, int stroffset, _fdt_string_eq() argument
91 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) fdt_get_mem_rsv() argument
99 int fdt_num_mem_rsv(const void *fdt) fdt_num_mem_rsv() argument
108 static int _nextprop(const void *fdt, int offset) _nextprop() argument
132 int fdt_subnode_offset_namelen(const void *fdt, int offset, fdt_subnode_offset_namelen() argument
151 int fdt_subnode_offset(const void *fdt, int parentoffset, fdt_subnode_offset() argument
157 int fdt_path_offset(const void *fdt, const char *path) fdt_path_offset() argument
201 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) fdt_get_name() argument
221 int fdt_first_property_offset(const void *fdt, int nodeoffset) fdt_first_property_offset() argument
231 int fdt_next_property_offset(const void *fdt, int offset) fdt_next_property_offset() argument
239 const struct fdt_property *fdt_get_property_by_offset(const void *fdt, fdt_get_property_by_offset() argument
260 const struct fdt_property *fdt_get_property_namelen(const void *fdt, fdt_get_property_namelen() argument
284 const struct fdt_property *fdt_get_property(const void *fdt, fdt_get_property() argument
292 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, fdt_getprop_namelen() argument
304 const void *fdt_getprop_by_offset(const void *fdt, int offset, fdt_getprop_by_offset() argument
317 const void *fdt_getprop(const void *fdt, int nodeoffset, fdt_getprop() argument
323 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) fdt_get_phandle() argument
340 const char *fdt_get_alias_namelen(const void *fdt, fdt_get_alias_namelen() argument
352 const char *fdt_get_alias(const void *fdt, const char *name) fdt_get_alias() argument
357 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) fdt_get_path() argument
409 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, fdt_supernode_atdepth_offset() argument
445 int fdt_node_depth(const void *fdt, int nodeoffset) fdt_node_depth() argument
456 int fdt_parent_offset(const void *fdt, int nodeoffset) fdt_parent_offset() argument
466 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, fdt_node_offset_by_prop_value() argument
493 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) fdt_node_offset_by_phandle() argument
536 int fdt_node_check_compatible(const void *fdt, int nodeoffset, fdt_node_check_compatible() argument
551 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, fdt_node_offset_by_compatible() argument
H A Dfdt_rw.c58 static int _fdt_blocks_misordered(const void *fdt, _fdt_blocks_misordered() argument
70 static int _fdt_rw_check_header(void *fdt) _fdt_rw_check_header() argument
92 static inline int _fdt_data_size(void *fdt) _fdt_data_size() argument
97 static int _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) _fdt_splice() argument
110 static int _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p, _fdt_splice_mem_rsv() argument
123 static int _fdt_splice_struct(void *fdt, void *p, _fdt_splice_struct() argument
137 static int _fdt_splice_string(void *fdt, int newlen) _fdt_splice_string() argument
150 static int _fdt_find_add_string(void *fdt, const char *s) _fdt_find_add_string() argument
172 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) fdt_add_mem_rsv() argument
189 int fdt_del_mem_rsv(void *fdt, int n) fdt_del_mem_rsv() argument
205 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, _fdt_resize_property() argument
223 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, _fdt_add_property() argument
251 int fdt_set_name(void *fdt, int nodeoffset, const char *name) fdt_set_name() argument
274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, fdt_setprop() argument
292 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, fdt_appendprop() argument
319 int fdt_delprop(void *fdt, int nodeoffset, const char *name) fdt_delprop() argument
334 int fdt_add_subnode_namelen(void *fdt, int parentoffset, fdt_add_subnode_namelen() argument
375 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) fdt_add_subnode() argument
380 int fdt_del_node(void *fdt, int nodeoffset) fdt_del_node() argument
416 int fdt_open_into(const void *fdt, void *buf, int bufsize) fdt_open_into() argument
480 int fdt_pack(void *fdt) fdt_pack() argument
/linux-4.1.27/arch/microblaze/kernel/
H A Dsetup.c99 machine_early_init(const char *cmdline, unsigned int ram, unsigned int fdt, unsigned int msr, unsigned int tlb0, unsigned int tlb1) machine_early_init() argument
/linux-4.1.27/include/linux/
H A Dfdtable.h32 static inline bool close_on_exec(int fd, const struct fdtable *fdt) close_on_exec() argument
37 static inline bool fd_is_open(int fd, const struct fdtable *fdt) fd_is_open() argument
50 struct fdtable __rcu *fdt; member in struct:files_struct
77 struct fdtable *fdt = rcu_dereference_raw(files->fdt); __fcheck_files() local
/linux-4.1.27/drivers/firmware/efi/libstub/
H A Dfdt.c330 void *fdt; get_fdt() local
19 update_fdt(efi_system_table_t *sys_table, void *orig_fdt, unsigned long orig_fdt_size, void *fdt, int new_fdt_size, char *cmdline_ptr, u64 initrd_addr, u64 initrd_size, efi_memory_desc_t *memory_map, unsigned long map_size, unsigned long desc_size, u32 desc_ver) update_fdt() argument
/linux-4.1.27/arch/powerpc/boot/
H A Dlibfdt-wrapper.c54 static void *fdt; variable
/linux-4.1.27/arch/arm/boot/compressed/
H A Datags_to_fdt.c12 static int node_offset(void *fdt, const char *node_path) node_offset() argument
20 static int setprop(void *fdt, const char *node_path, const char *property, setprop() argument
29 static int setprop_string(void *fdt, const char *node_path, setprop_string() argument
38 static int setprop_cell(void *fdt, const char *node_path, setprop_cell() argument
47 static const void *getprop(const void *fdt, const char *node_path, getprop() argument
58 static uint32_t get_cell_size(const void *fdt) get_cell_size() argument
69 static void merge_fdt_bootargs(void *fdt, const char *fdt_cmdline) merge_fdt_bootargs() argument
108 int atags_to_fdt(void *atag_list, void *fdt, int total_space) atags_to_fdt() argument
/linux-4.1.27/fs/proc/
H A Dfd.c39 struct fdtable *fdt = files_fdtable(files); seq_show() local
/linux-4.1.27/arch/openrisc/kernel/
H A Dsetup.c211 void __init or32_early_setup(void *fdt) or32_early_setup() argument
/linux-4.1.27/arch/c6x/kernel/
H A Dsetup.c273 void *fdt = _fdt_start; machine_init() local
/linux-4.1.27/arch/mips/cavium-octeon/
H A Dsetup.c1088 const void *fdt; device_tree_init() local
/linux-4.1.27/fs/
H A Dfile.c47 static void __free_fdtable(struct fdtable *fdt) __free_fdtable() argument
84 struct fdtable *fdt; alloc_fdtable() local
189 struct fdtable *fdt; expand_files() local
205 static inline void __set_close_on_exec(int fd, struct fdtable *fdt) __set_close_on_exec() argument
210 static inline void __clear_close_on_exec(int fd, struct fdtable *fdt) __clear_close_on_exec() argument
215 static inline void __set_open_fd(int fd, struct fdtable *fdt) __set_open_fd() argument
220 static inline void __clear_open_fd(int fd, struct fdtable *fdt) __clear_open_fd() argument
225 static int count_open_files(struct fdtable *fdt) count_open_files() argument
356 struct fdtable *fdt = rcu_dereference_raw(files->fdt); close_files() local
397 struct fdtable *fdt = close_files(files); put_files_struct() local
450 struct fdtable *fdt; __alloc_fd() local
516 struct fdtable *fdt = files_fdtable(files); __put_unused_fd() local
555 struct fdtable *fdt; __fd_install() local
576 struct fdtable *fdt; __close_fd() local
599 struct fdtable *fdt; do_close_on_exec() local
728 struct fdtable *fdt; set_close_on_exec() local
741 struct fdtable *fdt; get_close_on_exec() local
755 struct fdtable *fdt; variable in typeref:struct:fdtable
897 struct fdtable *fdt; iterate_fd() local
H A Dselect.c347 struct fdtable *fdt; max_select_fd() local
554 struct fdtable *fdt; core_sys_select() local
H A Dcompat.c1241 struct fdtable *fdt; compat_core_sys_select() local
/linux-4.1.27/drivers/of/
H A Dfdt.c790 const void *fdt = initial_boot_params; early_init_dt_scan_chosen_serial() local
/linux-4.1.27/scripts/dtc/
H A Dflattree.c337 static void make_fdt_header(struct fdt_header *fdt, make_fdt_header() argument
377 struct fdt_header fdt; dt_to_blob() local
811 struct fdt_header *fdt; dt_from_blob() local
/linux-4.1.27/include/linux/fsl/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; bcom_set_task_pragma() local
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_sup.c885 struct qla_fdt_layout *fdt; qla2xxx_get_fdt_info() local
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_nx.c3836 struct qla_fdt_layout *fdt; qla4_82xx_get_fdt_info() local
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h527 struct qlcnic_fdt fdt; member in struct:qlcnic_hardware_context

Completed in 1010 milliseconds