/optee_os/core/kernel/ |
A D | lockdep.c | 27 struct lockdep_node *node = NULL; in lockdep_add_to_graph() local 102 struct lockdep_node *node; member 211 static TEE_Result lockdep_visit(struct lockdep_node *node) in lockdep_visit() 236 struct lockdep_node *node = NULL; in lockdep_graph_sort() local 257 struct lockdep_node *node = NULL; in lockdep_find_edge() local 293 struct lockdep_node *node) in lockdep_print_cycle_info() 338 struct lockdep_node *node = lockdep_add_to_graph(graph, id); in __lockdep_lock_acquire() local 427 static void lockdep_node_delete(struct lockdep_node *node) in lockdep_node_delete() 440 struct lockdep_node *node = NULL; in lockdep_graph_delete() local 461 struct lockdep_node *node) in lockdep_node_destroy() [all …]
|
A D | tpm.c | 26 static int read_dt_tpm_log_info(void *fdt, int node, paddr_t *buf, in read_dt_tpm_log_info() 71 int node = 0; in get_tpm_phys_params() local
|
A D | dt_driver.c | 365 static TEE_Result alloc_elt_and_probe(const void *fdt, int node, in alloc_elt_and_probe() 385 static TEE_Result probe_device_by_compat(const void *fdt, int node, in probe_device_by_compat() 513 static TEE_Result add_node_to_probe(const void *fdt, int node, in add_node_to_probe() 565 static TEE_Result add_probe_node_by_compat(const void *fdt, int node, in add_probe_node_by_compat() 602 TEE_Result dt_driver_maybe_add_probe_node(const void *fdt, int node) in dt_driver_maybe_add_probe_node() 631 static void parse_node(const void *fdt, int node) in parse_node() 742 static TEE_Result simple_bus_probe(const void *fdt, int node, in simple_bus_probe()
|
A D | dt.c | 45 int dt_disable_status(void *fdt, int node) in dt_disable_status() 76 int dt_enable_secure_status(void *fdt, int node) in dt_enable_secure_status()
|
A D | interrupt.c | 32 int dt_get_irq_type_prio(const void *fdt, int node, uint32_t *type, in dt_get_irq_type_prio()
|
/optee_os/core/drivers/crypto/caam/hal/common/ |
A D | hal_cfg_dt.c | 36 int node = fdt_node_offset_by_compatible(fdt, 0, dt_jr_match_table); in find_jr_offset() local 57 int node = 0; in caam_hal_cfg_get_ctrl_dt() local 98 int node = 0; in caam_hal_cfg_get_jobring_dt() local 124 int node = fdt_node_offset_by_compatible(fdt, 0, dt_jr_match_table); in caam_hal_cfg_disable_jobring_dt() local
|
/optee_os/core/tee/ |
A D | fs_htree.c | 83 struct tee_fs_htree_node_image node; member 178 struct htree_node *node) in traverse_post_order() 219 struct htree_node *node = &ht->root; in find_closest_node() local 257 struct htree_node *node; in get_node() local 372 struct htree_node *node; in init_tree_from_data() local 563 struct htree_node *node) in verify_node() 684 struct htree_node *node) in free_node() 701 struct htree_node *node) in htree_sync_node_to_storage() 816 struct htree_node *node = NULL; in tee_fs_htree_write_block() local 866 struct htree_node *node; in tee_fs_htree_read_block() local [all …]
|
/optee_os/core/drivers/ |
A D | atmel_rstc.c | 40 static TEE_Result atmel_rstc_probe(const void *fdt, int node, in atmel_rstc_probe()
|
A D | stm32_gpio.c | 201 static int get_pinctrl_from_fdt(void *fdt, int node, in get_pinctrl_from_fdt() 318 int node = 0; in stm32_pinctrl_fdt_get_pinctrl() local 350 int node = 0; in stm32_get_gpio_count() local
|
A D | atmel_trng.c | 118 static TEE_Result trng_node_probe(const void *fdt, int node, in trng_node_probe()
|
A D | ls_gpio.c | 180 int node = 0; in get_info_from_device_tree() local
|
A D | stm32_uart.c | 132 struct stm32_uart_pdata *stm32_uart_init_from_dt_node(void *fdt, int node) in stm32_uart_init_from_dt_node()
|
A D | atmel_shdwc.c | 139 static TEE_Result atmel_shdwc_probe(const void *fdt, int node, in atmel_shdwc_probe()
|
A D | ls_i2c.c | 125 int node = 0; in i2c_init() local
|
A D | stm32_rng.c | 194 int node = -1; in stm32_rng_init() local
|
A D | zynqmp_csu_aes.c | 390 int node = -1; in zynqmp_csu_aes_dt_enable_secure_status() local
|
/optee_os/core/drivers/clk/ |
A D | clk_dt.c | 51 static TEE_Result parse_clock_property(const void *fdt, int node) in parse_clock_property() 93 static TEE_Result clk_probe_clock_provider_node(const void *fdt, int node) in clk_probe_clock_provider_node()
|
/optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
A D | stm32mp1_pmic.c | 47 static int node = -FDT_ERR_BADOFFSET; in dt_get_pmic_node() local 60 int node = dt_get_pmic_node(fdt); in dt_pmic_status() local 341 int node = 0; in save_cpu_supply_name() local
|
/optee_os/core/lib/libfdt/ |
A D | fdt_overlay.c | 116 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset() 156 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles() 557 void *fdto, int node) in overlay_apply_node()
|
/optee_os/core/include/kernel/ |
A D | interrupt.h | 84 static inline int dt_get_irq(const void *fdt, int node) in dt_get_irq()
|
A D | lockdep.h | 43 struct lockdep_node *node; member
|
/optee_os/core/arch/arm/plat-stm32mp1/ |
A D | main.c | 112 int node = 0; in init_console_from_dt() local
|
A D | shared_resources.c | 181 int node = fdt_path_offset(fdt, "/soc/pin-controller-z"); in set_gpioz_nbpin_from_dt() local
|
/optee_os/core/lib/libfdt/include/ |
A D | libfdt.h | 226 #define fdt_for_each_subnode(node, fdt, parent) \ argument 605 #define fdt_for_each_property_offset(property, fdt, node) \ argument
|
/optee_os/core/drivers/imx/dcp/ |
A D | dcp.c | 668 int node = -1; in dcp_pbase() local
|