Home
last modified time | relevance | path

Searched refs:fdt_get_status (Results 1 – 25 of 37) sorted by relevance

12

/optee_os/core/drivers/clk/
H A Dclk_dt.c104 status = fdt_get_status(fdt, node); in clk_probe_clock_provider_node()
131 status = fdt_get_status(fdt, child); in clk_probe_node()
193 status = fdt_get_status(fdt, child); in clk_probe_assigned()
/optee_os/core/arch/arm/plat-sam/
H A Dsam_sfr.c46 if (fdt_get_status(fdt, node) == DT_STATUS_OK_SEC) in atmel_sfr_probe()
/optee_os/core/drivers/pm/sam/
H A Dat91_pm.c447 if (fdt_get_status(fdt, node) == DT_STATUS_OK_SEC) in at91_pm_backup_init()
466 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in at91_pm_sram_init()
505 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in at91_securam_init()
527 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in at91_securam_init()
/optee_os/core/include/kernel/
H A Ddt.h193 int fdt_get_status(const void *fdt, int offs);
374 static inline int fdt_get_status(const void *fdt __unused, int offs __unused) in fdt_get_status() function
/optee_os/core/drivers/crypto/caam/hal/common/
H A Dhal_cfg_dt.c42 if (fdt_get_status(fdt, node) == status) { in find_jr_offset()
/optee_os/core/drivers/
H A Datmel_trng.c87 int status = fdt_get_status(fdt, node); in trng_node_probe()
H A Dimx_wdog.c119 st = fdt_get_status(fdt, off); in imx_wdog_base()
H A Dxiphera_trng.c100 int dt_status = fdt_get_status(fdt, node); in xiphera_trng_probe()
H A Datmel_tcb.c170 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_tcb_probe()
H A Datmel_rstc.c183 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_rstc_probe()
H A Datmel_shdwc.c180 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_shdwc_probe()
H A Datmel_rtc.c295 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_rtc_probe()
H A Dzynqmp_csu_aes.c406 if (fdt_get_status(fdt, node) == DT_STATUS_DISABLED) in zynqmp_csu_aes_dt_enable_secure_status()
H A Datmel_wdt.c317 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in wdt_node_probe()
H A Dstm32_fmc.c281 int status = fdt_get_status(fdt, ctrl_node); in parse_dt()
H A Dls_dspi.c558 if (!(fdt_get_status(fdt, node) & DT_STATUS_OK_SEC)) in get_info_from_device_tree()
/optee_os/core/drivers/nvmem/
H A Datmel_sfc.c103 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_sfc_probe()
/optee_os/core/arch/riscv/kernel/
H A Dboot.c187 if (fdt_get_status(fdt, cpu_offset) == DT_STATUS_DISABLED) in boot_primary_init_core_ids()
/optee_os/core/kernel/
H A Dboot.c72 if (fdt_get_status(fdt, offs) != (DT_STATUS_OK_NSEC | in get_nsec_memory_helper()
H A Ddt.c111 st = fdt_get_status(fdt, offs); in dt_map_dev()
280 int fdt_get_status(const void *fdt, int offs) in fdt_get_status() function
337 dinfo.status = fdt_get_status(fdt, offs); in fdt_fill_device_info()
H A Ddt_driver.c775 if (fdt_get_status(fdt, node) == DT_STATUS_DISABLED) in dt_driver_maybe_add_probe_node()
815 if (fdt_get_status(fdt, subnode) == DT_STATUS_DISABLED) in parse_node()
/optee_os/core/drivers/pinctrl/
H A Datmel_pio.c192 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in pio_node_probe()
/optee_os/core/drivers/amd/
H A Dps_gpio_driver.c192 status = fdt_get_status(fdt, node); in amd_ps_gpio_probe()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c75 pmic_status = fdt_get_status(fdt, pmic_node); in init_pmic_state()
587 int status = fdt_get_status(fdt, regu_node); in parse_regulator_fdt_nodes()
/optee_os/core/drivers/i2c/
H A Datmel_i2c.c305 int status = fdt_get_status(fdt, node); in atmel_i2c_node_probe()

12