Home
last modified time | relevance | path

Searched refs:dt_driver_maybe_add_probe_node (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/include/kernel/
H A Ddt_driver.h272 TEE_Result dt_driver_maybe_add_probe_node(const void *fdt, int nodeoffset);
/optee_os/core/kernel/
H A Ddt_driver.c767 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 Di2c.h265 dt_driver_maybe_add_probe_node(fdt, subnode); in i2c_register_provider()
/optee_os/core/drivers/
H A Dstm32_cpu_opp.c492 res = dt_driver_maybe_add_probe_node(fdt, node); in stm32_cpu_initcall()
H A Dstm32_i2c.c1788 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32_i2c_probe()
/optee_os/core/drivers/firewall/
H A Dstm32_etzpc.c819 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32_etzpc_dt_probe_bus()
H A Dstm32_rifsc.c1102 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32_rifsc_dt_probe_bus()
/optee_os/core/drivers/clk/
H A Dclk-stm32mp21.c3707 res = dt_driver_maybe_add_probe_node(fdt, subnode); in stm32mp21_clk_probe()