Searched refs:dt_driver_maybe_add_probe_node (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | dt_driver.h | 272 TEE_Result dt_driver_maybe_add_probe_node(const void *fdt, int nodeoffset);
|
| /optee_os/core/kernel/ |
| H A D | dt_driver.c | 767 TEE_Result dt_driver_maybe_add_probe_node(const void *fdt, int node) in dt_driver_maybe_add_probe_node() function 802 res = dt_driver_maybe_add_probe_node(fdt, subnode); in parse_node() 908 res = dt_driver_maybe_add_probe_node(fdt, subnode); in simple_bus_probe()
|
| /optee_os/core/include/drivers/ |
| H A D | i2c.h | 265 dt_driver_maybe_add_probe_node(fdt, subnode); in i2c_register_provider()
|
| /optee_os/core/drivers/ |
| H A D | stm32_cpu_opp.c | 492 res = dt_driver_maybe_add_probe_node(fdt, node); in stm32_cpu_initcall()
|
| H A D | stm32_i2c.c | 1788 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32_i2c_probe()
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_etzpc.c | 819 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32_etzpc_dt_probe_bus()
|
| H A D | stm32_rifsc.c | 1102 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32_rifsc_dt_probe_bus()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp21.c | 3707 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32mp21_clk_probe()
|