/optee_os-3.20.0/core/lib/libfdt/ |
A D | fdt_addresses.c | 14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells() 34 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells() 46 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells() 57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange()
|
A D | fdt_wip.c | 13 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial() 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() 83 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
A D | fdt_ro.c | 286 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 324 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 428 int nodeoffset, in fdt_get_property() 435 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 481 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 487 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 573 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 609 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 620 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() 754 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get() [all …]
|
A D | fdt_rw.c | 170 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 188 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 220 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 243 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 261 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 276 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 303 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 364 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
A D | fdt_overlay.c | 650 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
|
/optee_os-3.20.0/core/lib/libfdt/include/ |
A D | libfdt.h | 747 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 786 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1284 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1319 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1331 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1726 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument 1756 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument 1817 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32() 1852 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64() 1864 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell() [all …]
|
/optee_os-3.20.0/core/drivers/clk/ |
A D | clk_dt.c | 16 TEE_Result clk_dt_get_by_name(const void *fdt, int nodeoffset, in clk_dt_get_by_name() 31 int nodeoffset, unsigned int clk_idx, in clk_dt_get_by_idx_prop() 42 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset, in clk_dt_get_by_index() 138 static void parse_assigned_clock(const void *fdt, int nodeoffset) in parse_assigned_clock()
|
/optee_os-3.20.0/core/kernel/ |
A D | dt_driver.c | 32 int nodeoffset; member 54 int nodeoffset; member 119 TEE_Result dt_driver_register_provider(const void *fdt, int nodeoffset, in dt_driver_register_provider() 164 int fdt_get_dt_driver_cells(const void *fdt, int nodeoffset, in fdt_get_dt_driver_cells() 198 dt_driver_get_provider_by_node(int nodeoffset, enum dt_driver_type type) in dt_driver_get_provider_by_node() 248 const void *fdt, int nodeoffset, in dt_driver_device_from_node_idx_prop() 421 TEE_Result dt_driver_probe_device_by_node(const void *fdt, int nodeoffset, in dt_driver_probe_device_by_node()
|
/optee_os-3.20.0/core/drivers/rstctrl/ |
A D | rstctrl.c | 42 TEE_Result rstctrl_dt_get_by_name(const void *fdt, int nodeoffset, in rstctrl_dt_get_by_name()
|
/optee_os-3.20.0/core/include/drivers/ |
A D | rstctrl.h | 160 int nodeoffset, in rstctrl_dt_get_by_index()
|
/optee_os-3.20.0/core/drivers/clk/sam/ |
A D | sama5d2_clk.c | 312 static TEE_Result pmc_setup(const void *fdt, int nodeoffset, in pmc_setup()
|