Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/drivers/
A Dclk_dt.h46 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset,
/optee_os-3.20.0/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-3.20.0/core/drivers/
A Datmel_trng.c97 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.c270 res = clk_dt_get_by_index(fdt, node, 0, &stm32_rng->clock); in stm32_rng_init()
A Dstm32_tamp.c232 return clk_dt_get_by_index(fdt, node, 0, &tamp->clock); in stm32_tamp_parse_fdt()
A Dstm32_gpio.c186 res = clk_dt_get_by_index(fdt, pinctrl_subnode, 0, &clk); in ckeck_gpio_bank()
A Dstm32_i2c.c706 res = clk_dt_get_by_index(fdt, node, 0, &init->clock); in stm32_i2c_get_setup_from_fdt()
/optee_os-3.20.0/core/kernel/
A Ddt_driver_test.c169 res = clk_dt_get_by_index(fdt, node, 0, &clk0); in dt_test_consumer_probe()
172 res = clk_dt_get_by_index(fdt, node, 1, &clk1); in dt_test_consumer_probe()
198 res = clk_dt_get_by_index(fdt, node, 3, &clk); in dt_test_consumer_probe()
/optee_os-3.20.0/core/drivers/pm/sam/
A Dat91_pm.c422 res = clk_dt_get_by_index(fdt, node, 0, &clk); in at91_securam_init()
/optee_os-3.20.0/core/drivers/crypto/stm32/
A Dstm32_cryp.c1262 res = clk_dt_get_by_index(fdt, node, 0, &clk); in stm32_cryp_probe()

Completed in 15 milliseconds