| /optee_os/core/kernel/ |
| H A D | lockdep.c | 27 struct lockdep_node *node = NULL; in lockdep_add_to_graph() local 102 struct lockdep_node *node; member 128 static uintptr_t *lockdep_graph_get_shortest_cycle(struct lockdep_node *node) in lockdep_graph_get_shortest_cycle() 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 383 struct lockdep_node *node = lockdep_add_to_graph(graph, id); in __lockdep_lock_tryacquire() local 427 static void lockdep_node_delete(struct lockdep_node *node) in lockdep_node_delete() [all …]
|
| H A D | interrupt.c | 83 int dt_get_irq_type_prio(const void *fdt, int node, uint32_t *type, in dt_get_irq_type_prio() 284 TEE_Result interrupt_register_provider(const void *fdt, int node, in interrupt_register_provider() 297 static TEE_Result get_legacy_interrupt_by_index(const void *fdt, int node, in get_legacy_interrupt_by_index() 345 static TEE_Result get_extended_interrupt_by_index(const void *fdt, int node, in get_extended_interrupt_by_index() 355 TEE_Result interrupt_dt_get_by_index(const void *fdt, int node, in interrupt_dt_get_by_index() 379 TEE_Result interrupt_dt_get_by_name(const void *fdt, int node, const char *name, in interrupt_dt_get_by_name()
|
| H A D | tpm.c | 27 static int read_dt_tpm_log_info(void *fdt, int node, paddr_t *buf, in read_dt_tpm_log_info() 80 int node = 0; in get_tpm_phys_params() local
|
| H A D | dt_driver.c | 530 static TEE_Result alloc_elt_and_probe(const void *fdt, int node, in alloc_elt_and_probe() 550 static TEE_Result probe_device_by_compat(const void *fdt, int node, in probe_device_by_compat() 678 static TEE_Result add_node_to_probe(const void *fdt, int node, in add_node_to_probe() 730 static TEE_Result add_probe_node_by_compat(const void *fdt, int node, in add_probe_node_by_compat() 767 TEE_Result dt_driver_maybe_add_probe_node(const void *fdt, int node) in dt_driver_maybe_add_probe_node() 796 static void parse_node(const void *fdt, int node) in parse_node() 901 static TEE_Result simple_bus_probe(const void *fdt, int node, in simple_bus_probe()
|
| /optee_os/core/drivers/crypto/caam/hal/common/ |
| H 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 91 int node = 0; in caam_hal_cfg_get_jobring_dt() local 117 int node = fdt_node_offset_by_compatible(fdt, 0, dt_jr_match_table); in caam_hal_cfg_disable_jobring_dt() local
|
| H A D | hal_sm_dt.c | 19 int node = 0; in caam_hal_sm_get_base_dt() local
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_dt.c | 73 int node; member 84 static TEE_Result get_supply_phandle(const void *fdt, int node, in get_supply_phandle() 118 TEE_Result regulator_dt_get_supply(const void *fdt, int node, in regulator_dt_get_supply() 142 static TEE_Result regulator_register_provider(const void *fdt, int node, in regulator_register_provider() 167 static TEE_Result register_final(const void *fdt, int node, in register_final() 247 static TEE_Result add_to_pending_list(const void *fdt, int node, in add_to_pending_list() 271 static TEE_Result parse_dt(const void *fdt, int node, in parse_dt() 343 TEE_Result regulator_dt_register(const void *fdt, int node, int provider_node, in regulator_dt_register()
|
| H A D | regulator_gpio.c | 128 static TEE_Result get_enable_gpio(const void *fdt, int node, in get_enable_gpio() 173 static TEE_Result get_voltage_level_gpio(const void *fdt, int node, in get_voltage_level_gpio() 239 static TEE_Result regulator_gpio_probe(const void *fdt, int node, in regulator_gpio_probe()
|
| H A D | regulator_fixed.c | 75 static TEE_Result get_enable_gpio(const void *fdt, int node, in get_enable_gpio() 124 static TEE_Result fixed_regulator_probe(const void *fdt, int node, in fixed_regulator_probe()
|
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 84 struct tee_fs_htree_node_image node; member 141 struct tee_fs_htree_node_image *node) in rpc_read_node() 172 const struct tee_fs_htree_node_image *node) in rpc_write_node() 179 struct htree_node *node) in traverse_post_order() 220 struct htree_node *node = &ht->root; in find_closest_node() local 248 struct htree_node *node = find_closest_node(ht, node_id); in find_node() local 258 struct htree_node *node; in get_node() local 376 struct htree_node *node; in init_tree_from_data() local 403 static TEE_Result calc_node_hash(struct htree_node *node, in calc_node_hash() 582 struct htree_node *node) in verify_node() [all …]
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_cpu_opp.c | 68 static TEE_Result dt_get_opp_hz(const void *fdt, int node, unsigned long *value) in dt_get_opp_hz() 86 static TEE_Result opp_rates_setup(const void *fdt, int node) in opp_rates_setup() 137 TEE_Result at91_clk_register_cpu_opp(const void *fdt, int node, struct clk *clk) in at91_clk_register_cpu_opp()
|
| /optee_os/core/drivers/pm/sam/ |
| H A D | at91_pm.c | 173 static bool dev_is_wakeup_source(const void *fdt, int node) in dev_is_wakeup_source() 186 int node = 0; in at91_pm_config_ws_ulp1() local 413 int node = -1; in at91_pm_dt_dram_init() local 434 int node = -1; in at91_pm_backup_init() local 457 int node = -1; in at91_pm_sram_init() local 496 int node = -1; in at91_securam_init() local
|
| /optee_os/core/drivers/firewall/ |
| H A D | firewall.c | 59 TEE_Result firewall_dt_get_by_index(const void *fdt, int node, uint32_t index, in firewall_dt_get_by_index() 68 TEE_Result firewall_dt_get_by_name(const void *fdt, int node, const char *name, in firewall_dt_get_by_name() 169 TEE_Result firewall_dt_controller_register(const void *fdt, int node, in firewall_dt_controller_register()
|
| /optee_os/core/drivers/i2c/ |
| H A D | i2c.c | 16 int node) in i2c_create_dev()
|
| /optee_os/core/arch/arm/plat-sam/ |
| H A D | freq.c | 20 int node; in get_freq_from_dt() local
|
| H A D | sam_sfr.c | 43 static TEE_Result atmel_sfr_probe(const void *fdt, int node, in atmel_sfr_probe()
|
| /optee_os/core/arch/arm/plat-stm32mp2/ |
| H A D | main.c | 104 int node = 0; in init_console_from_dt() local 162 bool stm32mp_allow_probe_shared_device(const void *fdt, int node) in stm32mp_allow_probe_shared_device()
|
| /optee_os/core/drivers/ |
| H A D | microchip_pit.c | 14 static TEE_Result microchip_pit_probe(const void *fdt, int node, in microchip_pit_probe()
|
| H A D | widevine_huk.c | 16 int node = 0; in init_widevine_huk_dt_data() local
|
| H A D | stm32_hsem.c | 169 static TEE_Result parse_dt(const void *fdt, int node) in parse_dt() 233 static TEE_Result stm32_hsem_probe(const void *fdt, int node, in stm32_hsem_probe()
|
| /optee_os/core/drivers/nvmem/ |
| H A D | nvmem_huk.c | 32 static TEE_Result nvmem_huk_probe(const void *fdt, int node, in nvmem_huk_probe()
|
| H A D | nvmem_die_id.c | 32 static TEE_Result nvmem_die_id_probe(const void *fdt, int node, in nvmem_die_id_probe()
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | authenc.c | 268 struct versal_node *node = NULL; in do_replay() local 303 struct versal_context_node *node = NULL; in context_allowed() local 316 struct versal_context_node *node = NULL; in do_init() local 415 struct versal_node *node = NULL; in do_update_aad() local 472 struct versal_node *node = NULL; in update_payload() local 680 struct versal_node *node = NULL; in do_free() local 724 struct versal_context_node *node = NULL; in do_copy_state() local
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 158 static TEE_Result probe_test_clocks(const void *fdt, int node) in probe_test_clocks() 225 static TEE_Result probe_test_resets(const void *fdt, int node) in probe_test_resets() 277 static TEE_Result probe_test_gpios(const void *fdt, int node) in probe_test_gpios() 334 static TEE_Result dt_test_consumer_probe(const void *fdt, int node, in dt_test_consumer_probe() 472 static TEE_Result dt_test_clock_provider_probe(const void *fdt, int node, in dt_test_clock_provider_probe()
|
| /optee_os/core/drivers/crypto/se050/glue/ |
| H A D | i2c_stm32.c | 44 int node = 0; in dt_i2c_bus_config() local
|