Searched refs:clk_dt_get_by_index (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/drivers/clk/ |
A D | clk_dt.c | 27 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 D | clk_dt.h | 45 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset,
|
/optee_os/core/drivers/ |
A D | atmel_trng.c | 131 res = clk_dt_get_by_index(fdt, node, 0, &clk); in trng_node_probe()
|
A D | stm32_uart.c | 156 res = clk_dt_get_by_index(fdt, node, 0, &pd->clock); in stm32_uart_init_from_dt_node()
|
A D | stm32_rng.c | 238 res = clk_dt_get_by_index(fdt, node, 0, &stm32_rng->clock); in stm32_rng_init()
|
A D | stm32_gpio.c | 186 res = clk_dt_get_by_index(fdt, pinctrl_subnode, 0, &clk); in ckeck_gpio_bank()
|
A D | stm32_i2c.c | 705 res = clk_dt_get_by_index(fdt, node, 0, &init->clock); in stm32_i2c_get_setup_from_fdt()
|
Completed in 9 milliseconds