Home
last modified time | relevance | path

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

12

/optee_os/core/include/drivers/
H A Dclk_dt.h46 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset,
/optee_os/core/drivers/clk/
H A Dclk_dt.c27 return clk_dt_get_by_index(fdt, nodeoffset, clk_id, clk); in clk_dt_get_by_name()
46 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset, in clk_dt_get_by_index() function
/optee_os/core/drivers/
H A Datmel_trng.c97 res = clk_dt_get_by_index(fdt, node, 0, &clk); in trng_node_probe()
H A Dstm32_omm.c117 res = clk_dt_get_by_index(fdt, node, 0, &omm_d->clock); in stm32_omm_parse_fdt()
189 res = clk_dt_get_by_index(fdt, ctrl_node, 0, &ospi_d->clock); in stm32_omm_parse_fdt()
H A Dstm32_uart.c133 res = clk_dt_get_by_index(fdt, node, 0, &pd->clock); in stm32_uart_init_from_dt_node()
H A Dstm32_hsem.c186 res = clk_dt_get_by_index(fdt, node, 0, &hsem_d->hsem_clock); in parse_dt()
H A Dstm32_ipcc.c271 res = clk_dt_get_by_index(fdt, node, 0, &ipcc_d->ipcc_clock); in parse_dt()
H A Dstm32_hpdma.c246 res = clk_dt_get_by_index(fdt, node, 0, &hpdma_d->hpdma_clock); in parse_dt()
H A Dstm32_cpu_opp.c455 res = clk_dt_get_by_index(fdt, node, 0, &cpu_opp.clock); in stm32_cpu_init()
H A Dstm32_fmc.c238 res = clk_dt_get_by_index(fdt, node, 0, &fmc_d->fmc_clock); in parse_dt()
H A Dstm32_rng.c615 res = clk_dt_get_by_index(fdt, node, 0, &stm32_rng->clock); in stm32_rng_parse_fdt()
H A Dstm32_gpio.c1209 res = clk_dt_get_by_index(fdt, node, 0, &clk); in dt_stm32_gpio_bank()
/optee_os/core/pta/tests/
H A Ddt_driver_test.c168 res = clk_dt_get_by_index(fdt, node, 0, &clk0); in probe_test_clocks()
172 res = clk_dt_get_by_index(fdt, node, 1, &clk1); in probe_test_clocks()
201 res = clk_dt_get_by_index(fdt, node, 3, &clk); in probe_test_clocks()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c413 res = clk_dt_get_by_index(fdt, node, 0, tzc_dev->pdata.clk); in stm32mp_tzc_parse_fdt()
417 res = clk_dt_get_by_index(fdt, node, 1, tzc_dev->pdata.clk + 1); in stm32mp_tzc_parse_fdt()
/optee_os/core/drivers/pinctrl/
H A Datmel_pio.c199 res = clk_dt_get_by_index(fdt, node, 0, &clk); in pio_node_probe()
/optee_os/core/lib/scmi-server/
H A Dscmi_clock_consumer.c164 res = clk_dt_get_by_index(fdt, subnode, 0, &clock); in optee_scmi_server_init_clocks()
/optee_os/core/drivers/firewall/
H A Dstm32_serc.c137 return clk_dt_get_by_index(fdt, node, 0, &pdata->clock); in stm32_serc_parse_fdt()
H A Dstm32_etzpc.c844 res = clk_dt_get_by_index(fdt, node, 0, &etzpc_device->pdata.clk); in init_etzpc_from_dt()
H A Dstm32_risab.c459 res = clk_dt_get_by_index(fdt, node, 0, &risab_d->clock); in parse_dt()
H A Dstm32_risaf.c723 res = clk_dt_get_by_index(fdt, node, 0, &risaf->pdata.clock); in stm32_risaf_probe()
/optee_os/core/drivers/i2c/
H A Datmel_i2c.c317 res = clk_dt_get_by_index(fdt, node, 0, &atmel_i2c->clk); in atmel_i2c_node_probe()
/optee_os/core/drivers/regulator/
H A Dstm32_vrefbuf.c332 res = clk_dt_get_by_index(fdt, node, 0, &clk); in stm32_vrefbuf_regulator_probe()
/optee_os/core/drivers/pm/sam/
H A Dat91_pm.c511 res = clk_dt_get_by_index(fdt, node, 0, &clk); in at91_securam_init()
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.c807 res = clk_dt_get_by_index(fdt, node, 0, &pdata->clock); in stm32_hash_parse_fdt()
H A Dstm32_cryp.c1283 res = clk_dt_get_by_index(fdt, node, 0, &clk); in stm32_cryp_probe()

12