| /optee_os/core/include/drivers/ |
| H A D | clk_dt.h | 46 TEE_Result clk_dt_get_by_index(const void *fdt, int nodeoffset,
|
| /optee_os/core/drivers/clk/ |
| H A D | clk_dt.c | 27 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 D | atmel_trng.c | 97 res = clk_dt_get_by_index(fdt, node, 0, &clk); in trng_node_probe()
|
| H A D | stm32_omm.c | 117 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 D | stm32_uart.c | 133 res = clk_dt_get_by_index(fdt, node, 0, &pd->clock); in stm32_uart_init_from_dt_node()
|
| H A D | stm32_hsem.c | 186 res = clk_dt_get_by_index(fdt, node, 0, &hsem_d->hsem_clock); in parse_dt()
|
| H A D | stm32_ipcc.c | 271 res = clk_dt_get_by_index(fdt, node, 0, &ipcc_d->ipcc_clock); in parse_dt()
|
| H A D | stm32_hpdma.c | 246 res = clk_dt_get_by_index(fdt, node, 0, &hpdma_d->hpdma_clock); in parse_dt()
|
| H A D | stm32_cpu_opp.c | 455 res = clk_dt_get_by_index(fdt, node, 0, &cpu_opp.clock); in stm32_cpu_init()
|
| H A D | stm32_fmc.c | 238 res = clk_dt_get_by_index(fdt, node, 0, &fmc_d->fmc_clock); in parse_dt()
|
| H A D | stm32_rng.c | 615 res = clk_dt_get_by_index(fdt, node, 0, &stm32_rng->clock); in stm32_rng_parse_fdt()
|
| H A D | stm32_gpio.c | 1209 res = clk_dt_get_by_index(fdt, node, 0, &clk); in dt_stm32_gpio_bank()
|
| /optee_os/core/pta/tests/ |
| H A D | dt_driver_test.c | 168 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 D | plat_tzc400.c | 413 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 D | atmel_pio.c | 199 res = clk_dt_get_by_index(fdt, node, 0, &clk); in pio_node_probe()
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_clock_consumer.c | 164 res = clk_dt_get_by_index(fdt, subnode, 0, &clock); in optee_scmi_server_init_clocks()
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_serc.c | 137 return clk_dt_get_by_index(fdt, node, 0, &pdata->clock); in stm32_serc_parse_fdt()
|
| H A D | stm32_etzpc.c | 844 res = clk_dt_get_by_index(fdt, node, 0, &etzpc_device->pdata.clk); in init_etzpc_from_dt()
|
| H A D | stm32_risab.c | 459 res = clk_dt_get_by_index(fdt, node, 0, &risab_d->clock); in parse_dt()
|
| H A D | stm32_risaf.c | 723 res = clk_dt_get_by_index(fdt, node, 0, &risaf->pdata.clock); in stm32_risaf_probe()
|
| /optee_os/core/drivers/i2c/ |
| H A D | atmel_i2c.c | 317 res = clk_dt_get_by_index(fdt, node, 0, &atmel_i2c->clk); in atmel_i2c_node_probe()
|
| /optee_os/core/drivers/regulator/ |
| H A D | stm32_vrefbuf.c | 332 res = clk_dt_get_by_index(fdt, node, 0, &clk); in stm32_vrefbuf_regulator_probe()
|
| /optee_os/core/drivers/pm/sam/ |
| H A D | at91_pm.c | 511 res = clk_dt_get_by_index(fdt, node, 0, &clk); in at91_securam_init()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_hash.c | 807 res = clk_dt_get_by_index(fdt, node, 0, &pdata->clock); in stm32_hash_parse_fdt()
|
| H A D | stm32_cryp.c | 1283 res = clk_dt_get_by_index(fdt, node, 0, &clk); in stm32_cryp_probe()
|