Home
last modified time | relevance | path

Searched refs:ofnode_null (Results 1 – 25 of 53) sorted by relevance

123

/u-boot/board/sipeed/maix/
A Dmaix.c25 memory = ofnode_by_compatible(ofnode_null(), "canaan,k210-sram"); in sram_init()
26 if (ofnode_equal(memory, ofnode_null())) in sram_init()
/u-boot/board/emulation/qemu-riscv/
A Dqemu-riscv.c23 if (!ofnode_equal(ofnode_by_compatible(ofnode_null(), "cfi-flash"), in is_flash_available()
24 ofnode_null())) in is_flash_available()
/u-boot/drivers/clk/ti/
A Dclk.c71 return ofnode_null(); in clk_ti_get_regmap_node()
75 return ofnode_null(); in clk_ti_get_regmap_node()
/u-boot/drivers/sysreset/
A Dsysreset_watchdog.c82 dev->name, plat, ofnode_null(), NULL); in sysreset_register_wdt()
/u-boot/board/st/stm32f746-disco/
A Dstm32f746-disco.c121 node = ofnode_by_compatible(ofnode_null(), "st,stm32-dwmac"); in board_init()
/u-boot/drivers/power/pmic/
A Dpalmas.c47 ofnode pmic_node = ofnode_null(), regulators_node; in palmas_bind()
/u-boot/board/Marvell/octeon_nic23/
A Dboard.c177 node = ofnode_by_compatible(ofnode_null(), "vitesse,vsc7224"); in board_early_init_f()
372 node = ofnode_by_compatible(ofnode_null(), "vitesse,vsc7224"); in last_stage_init()
/u-boot/drivers/clk/
A Dclk.c41 ret = device_bind(parent, drv, name, NULL, ofnode_null(), &clk->dev); in clk_register()
/u-boot/drivers/cpu/
A Driscv_cpu.c126 plat->timebase_freq, ofnode_null(), in riscv_cpu_bind()
/u-boot/drivers/net/qe/
A Ddm_qe_uec_phy.c116 node = ofnode_by_compatible(ofnode_null(), "ucc_geth"); in qe_uec_mdio_probe()
/u-boot/boot/
A Dbootstd-uclass.c158 ret = device_bind(bootstd, drv, name, 0, ofnode_null(), in dm_scan_other()
/u-boot/drivers/clk/imx/
A Dclk-imxrt1020.c39 base = (void *)ofnode_get_addr(ofnode_by_compatible(ofnode_null(), "fsl,imxrt-anatop")); in imxrt1020_clk_probe()
A Dclk-imxrt1170.c115 base = (void *)ofnode_get_addr(ofnode_by_compatible(ofnode_null(), "fsl,imxrt-anatop")); in imxrt1170_clk_probe()
A Dclk-imxrt1050.c37 base = (void *)ofnode_get_addr(ofnode_by_compatible(ofnode_null(), "fsl,imxrt-anatop")); in imxrt1050_clk_probe()
/u-boot/arch/x86/cpu/apollolake/
A Dfsp_s.c45 ret = binman_entry_map(ofnode_null(), "intel-vbt", &buf, NULL); in fsps_update_config()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c450 ofnode_first_subnode(ofnode_by_compatible(ofnode_null(), in read_reset_button()
458 ofnode_first_subnode(ofnode_by_compatible(ofnode_null(), in read_reset_button()
655 node = ofnode_by_compatible(ofnode_null(), "marvell,orion-mdio"); in mox_mdio_bus()
/u-boot/drivers/watchdog/
A Drti_wdt.c70 node = ofnode_by_compatible(ofnode_null(), "ti,am654-r5fss"); in rti_wdt_load_fw()
/u-boot/test/dm/
A Dusb.c116 ut_asserteq(1, ofnode_equal(ofnode_null(), dev_ofnode(dev))); in dm_test_usb_fdt_node()
/u-boot/cmd/
A Dbind.c42 ofnode_null(), &dev); in bind_by_class_index()
/u-boot/include/dm/
A Dofnode.h285 static inline ofnode ofnode_null(void) in ofnode_null() function
1300 for (node = ofnode_by_compatible(ofnode_null(), compat); \
/u-boot/lib/
A Dsmbios.c466 ofnode parent_node = ofnode_null(); in write_smbios_table()
478 ctx.node = ofnode_null(); in write_smbios_table()
/u-boot/net/
A Ddsa-uclass.c64 return ofnode_null(); in dsa_port_get_ofnode()
380 pdata->master_node = ofnode_null(); in dsa_post_bind()
/u-boot/test/boot/
A Dbootflow.c377 "efi_mgr", 0, ofnode_null(), &dev)); in bootflow_system()
528 "bootmeth_script", 0, ofnode_null(), &dev)); in prep_mmc4_bootdev()
/u-boot/drivers/core/
A Dlists.c136 ofnode_null(), devp); in device_bind_driver()
/u-boot/drivers/misc/
A Dfs_loader.c320 &default_plat, ofnode_null(), dev); in get_fs_loader()

Completed in 69 milliseconds

123