| /optee_os/core/drivers/clk/ |
| H A D | clk_dt.c | 104 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 D | sam_sfr.c | 46 if (fdt_get_status(fdt, node) == DT_STATUS_OK_SEC) in atmel_sfr_probe()
|
| /optee_os/core/drivers/pm/sam/ |
| H A D | at91_pm.c | 447 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 D | dt.h | 193 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 D | hal_cfg_dt.c | 42 if (fdt_get_status(fdt, node) == status) { in find_jr_offset()
|
| /optee_os/core/drivers/ |
| H A D | atmel_trng.c | 87 int status = fdt_get_status(fdt, node); in trng_node_probe()
|
| H A D | imx_wdog.c | 119 st = fdt_get_status(fdt, off); in imx_wdog_base()
|
| H A D | xiphera_trng.c | 100 int dt_status = fdt_get_status(fdt, node); in xiphera_trng_probe()
|
| H A D | atmel_tcb.c | 170 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_tcb_probe()
|
| H A D | atmel_rstc.c | 183 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_rstc_probe()
|
| H A D | atmel_shdwc.c | 180 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_shdwc_probe()
|
| H A D | atmel_rtc.c | 295 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_rtc_probe()
|
| H A D | zynqmp_csu_aes.c | 406 if (fdt_get_status(fdt, node) == DT_STATUS_DISABLED) in zynqmp_csu_aes_dt_enable_secure_status()
|
| H A D | atmel_wdt.c | 317 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in wdt_node_probe()
|
| H A D | stm32_fmc.c | 281 int status = fdt_get_status(fdt, ctrl_node); in parse_dt()
|
| H A D | ls_dspi.c | 558 if (!(fdt_get_status(fdt, node) & DT_STATUS_OK_SEC)) in get_info_from_device_tree()
|
| /optee_os/core/drivers/nvmem/ |
| H A D | atmel_sfc.c | 103 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in atmel_sfc_probe()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | boot.c | 187 if (fdt_get_status(fdt, cpu_offset) == DT_STATUS_DISABLED) in boot_primary_init_core_ids()
|
| /optee_os/core/kernel/ |
| H A D | boot.c | 72 if (fdt_get_status(fdt, offs) != (DT_STATUS_OK_NSEC | in get_nsec_memory_helper()
|
| H A D | dt.c | 111 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 D | dt_driver.c | 775 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 D | atmel_pio.c | 192 if (fdt_get_status(fdt, node) != DT_STATUS_OK_SEC) in pio_node_probe()
|
| /optee_os/core/drivers/amd/ |
| H A D | ps_gpio_driver.c | 192 status = fdt_get_status(fdt, node); in amd_ps_gpio_probe()
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 75 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 D | atmel_i2c.c | 305 int status = fdt_get_status(fdt, node); in atmel_i2c_node_probe()
|