Home
last modified time | relevance | path

Searched defs:nodeoffset (Results 1 – 21 of 21) sorted by relevance

/optee_os/core/lib/libfdt/
H A Dfdt_addresses.c14 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()
H A Dfdt_wip.c13 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()
H A Dfdt_ro.c287 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
325 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
429 int nodeoffset, in fdt_get_property()
436 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
482 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
488 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
522 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
574 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
610 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
621 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
[all …]
H A Dfdt_rw.c170 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()
H A Dfdt_overlay.c650 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
/optee_os/core/lib/libfdt/include/
H A Dlibfdt.h689 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
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()
1645 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1680 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1692 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1726 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
[all …]
/optee_os/core/drivers/nvmem/
H A Dnvmem.c10 TEE_Result nvmem_cell_parse_dt(const void *fdt, int nodeoffset, in nvmem_cell_parse_dt()
19 TEE_Result nvmem_get_cell_by_name(const void *fdt, int nodeoffset, in nvmem_get_cell_by_name()
33 int nodeoffset, in nvmem_get_cell_by_index()
/optee_os/core/drivers/clk/
H A Dclk_dt.c16 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()
46 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset, in clk_dt_get_by_index()
142 static void parse_assigned_clock(const void *fdt, int nodeoffset) in parse_assigned_clock()
/optee_os/core/drivers/gpio/
H A Dgpio.c35 TEE_Result gpio_dt_get_by_index(const void *fdt, int nodeoffset, in gpio_dt_get_by_index()
97 TEE_Result gpio_dt_cfg_by_index(const void *fdt, int nodeoffset, in gpio_dt_cfg_by_index()
/optee_os/core/drivers/pinctrl/
H A Dpinctrl.c69 TEE_Result pinctrl_get_state_by_idx(const void *fdt, int nodeoffset, in pinctrl_get_state_by_idx()
118 TEE_Result pinctrl_get_state_by_name(const void *fdt, int nodeoffset, in pinctrl_get_state_by_name()
/optee_os/core/kernel/
H A Ddt_driver.c32 int nodeoffset; member
54 int nodeoffset; member
126 TEE_Result dt_driver_register_provider(const void *fdt, int nodeoffset, in dt_driver_register_provider()
181 int fdt_get_dt_driver_cells(const void *fdt, int nodeoffset, in fdt_get_dt_driver_cells()
235 dt_driver_get_provider_by_node(int nodeoffset, enum dt_driver_type type) in dt_driver_get_provider_by_node()
288 TEE_Result dt_driver_device_from_parent(const void *fdt, int nodeoffset, in dt_driver_device_from_parent()
352 const void *fdt, int nodeoffset, in dt_driver_device_from_node_idx_prop()
573 TEE_Result dt_driver_probe_device_by_node(const void *fdt, int nodeoffset, in dt_driver_probe_device_by_node()
H A Ddt.c411 int dt_getprop_as_number(const void *fdt, int nodeoffset, const char *name, in dt_getprop_as_number()
/optee_os/core/drivers/rstctrl/
H A Drstctrl.c40 TEE_Result rstctrl_dt_get_by_name(const void *fdt, int nodeoffset, in rstctrl_dt_get_by_name()
/optee_os/core/include/drivers/
H A Dclk_dt.h85 int nodeoffset, in clk_dt_register_clk_provider()
H A Drstctrl.h159 int nodeoffset, in rstctrl_dt_get_by_index()
222 int nodeoffset, in rstctrl_register_provider()
H A Di2c.h185 static inline TEE_Result i2c_dt_get_dev(const void *fdt, int nodeoffset, in i2c_dt_get_dev()
251 static inline TEE_Result i2c_register_provider(const void *fdt, int nodeoffset, in i2c_register_provider()
H A Dnvmem.h72 int nodeoffset, in nvmem_register_provider()
H A Dpinctrl.h74 int nodeoffset, in pinctrl_register_provider()
H A Dgpio.h282 static inline TEE_Result gpio_register_provider(const void *fdt, int nodeoffset, in gpio_register_provider()
/optee_os/core/drivers/clk/sam/
H A Dsama5d2_clk.c318 static TEE_Result pmc_setup(const void *fdt, int nodeoffset, in pmc_setup()
H A Dsama7g5_clk.c1258 static TEE_Result pmc_setup_sama7g5(const void *fdt, int nodeoffset, in pmc_setup_sama7g5()