Searched refs:clk_dt_get_by_index (Results 1 – 11 of 11) sorted by relevance
/optee_os-3.20.0/core/include/drivers/ |
A D | clk_dt.h | 46 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset,
|
/optee_os-3.20.0/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-3.20.0/core/drivers/ |
A D | atmel_trng.c | 97 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 | 270 res = clk_dt_get_by_index(fdt, node, 0, &stm32_rng->clock); in stm32_rng_init()
|
A D | stm32_tamp.c | 232 return clk_dt_get_by_index(fdt, node, 0, &tamp->clock); in stm32_tamp_parse_fdt()
|
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 | 706 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 D | dt_driver_test.c | 169 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 D | at91_pm.c | 422 res = clk_dt_get_by_index(fdt, node, 0, &clk); in at91_securam_init()
|
/optee_os-3.20.0/core/drivers/crypto/stm32/ |
A D | stm32_cryp.c | 1262 res = clk_dt_get_by_index(fdt, node, 0, &clk); in stm32_cryp_probe()
|
Completed in 15 milliseconds