Home
last modified time | relevance | path

Searched refs:dt_driver_device_from_node_idx_prop (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/drivers/nvmem/
H A Dnvmem.c40 res = dt_driver_device_from_node_idx_prop("nvmem-cells", fdt, in nvmem_get_cell_by_index()
/optee_os/core/include/kernel/
H A Ddt_driver.h158 TEE_Result dt_driver_device_from_node_idx_prop(const char *prop_name,
/optee_os/core/include/drivers/
H A Drstctrl.h166 res = dt_driver_device_from_node_idx_prop("resets", fdt, nodeoffset, in rstctrl_dt_get_by_index()
/optee_os/core/drivers/gpio/
H A Dgpio.c53 res = dt_driver_device_from_node_idx_prop(prop_name, fdt, in gpio_dt_get_by_index()
/optee_os/core/drivers/pinctrl/
H A Dpinctrl.c101 res = dt_driver_device_from_node_idx_prop(prop_name, fdt, in pinctrl_get_state_by_idx()
/optee_os/core/drivers/clk/
H A Dclk_dt.c37 res = dt_driver_device_from_node_idx_prop(prop_name, fdt, nodeoffset, in clk_dt_get_by_idx_prop()
/optee_os/core/drivers/firewall/
H A Dfirewall.c62 return dt_driver_device_from_node_idx_prop("access-controllers", fdt, in firewall_dt_get_by_index()
/optee_os/core/kernel/
H A Dinterrupt.c349 return dt_driver_device_from_node_idx_prop("interrupts-extended", in get_extended_interrupt_by_index()
H A Ddt_driver.c351 TEE_Result dt_driver_device_from_node_idx_prop(const char *prop_name, in dt_driver_device_from_node_idx_prop() function