Home
last modified time | relevance | path

Searched refs:clk_dt_get_by_index (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/drivers/clk/
A Dclk_dt.c27 return clk_dt_get_by_index(fdt, nodeoffset, clk_id, clk); in clk_dt_get_by_name()
42 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset, in clk_dt_get_by_index() function
/optee_os/core/include/drivers/
A Dclk_dt.h45 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset,
/optee_os/core/drivers/
A Datmel_trng.c131 res = clk_dt_get_by_index(fdt, node, 0, &clk); in trng_node_probe()
A Dstm32_uart.c156 res = clk_dt_get_by_index(fdt, node, 0, &pd->clock); in stm32_uart_init_from_dt_node()
A Dstm32_rng.c238 res = clk_dt_get_by_index(fdt, node, 0, &stm32_rng->clock); in stm32_rng_init()
A Dstm32_gpio.c186 res = clk_dt_get_by_index(fdt, pinctrl_subnode, 0, &clk); in ckeck_gpio_bank()
A Dstm32_i2c.c705 res = clk_dt_get_by_index(fdt, node, 0, &init->clock); in stm32_i2c_get_setup_from_fdt()

Completed in 9 milliseconds