Home
last modified time | relevance | path

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

12

/u-boot/board/sipeed/maix/
A Dmaix.c25 memory = ofnode_by_compatible(ofnode_null(), "kendryte,k210-sram"); in board_init()
26 if (ofnode_equal(memory, ofnode_null())) in board_init()
/u-boot/drivers/clk/
A Dclk.c39 ret = device_bind(parent, drv, name, NULL, ofnode_null(), &clk->dev); in clk_register()
/u-boot/drivers/power/pmic/
A Dpalmas.c47 ofnode pmic_node = ofnode_null(), regulators_node; in palmas_bind()
/u-boot/arch/arm/mach-rockchip/
A Dboard.c77 node = ofnode_by_compatible(ofnode_null(), "snps,dwc2"); in board_usb_init()
/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/arch/x86/cpu/apollolake/
A Dfsp_s.c45 ret = binman_entry_map(ofnode_null(), "intel-vbt", &buf, NULL); in fsps_update_config()
/u-boot/test/dm/
A Dusb.c94 ut_asserteq(1, ofnode_equal(ofnode_null(), dev_ofnode(dev))); in dm_test_usb_fdt_node()
A Dofnode.c43 ofnode node = ofnode_null(); in dm_test_ofnode_by_prop_value()
A Dtest-fdt.c354 "fred", NULL, ofnode_null(), &dev)); in dm_test_fdt_uclass_seq_more()
358 "fred2", NULL, ofnode_null(), &dev)); in dm_test_fdt_uclass_seq_more()
/u-boot/cmd/
A Dbind.c42 ofnode_null(), &dev); in bind_by_class_index()
/u-boot/net/
A Dmdio-uclass.c139 struct ofnode_phandle_args phandle = {.node = ofnode_null()}; in dm_eth_connect_phy_handle()
A Ddsa-uclass.c332 pdata->master_node = ofnode_null(); in dsa_post_bind()
/u-boot/lib/
A Dsmbios.c437 ofnode parent_node = ofnode_null(); in write_smbios_table()
449 ctx.node = ofnode_null(); in write_smbios_table()
A Dfdtdec.c1102 ofnode mem = ofnode_null(); in fdtdec_setup_memory_banksize()
1145 ofnode mem = ofnode_null(); in fdtdec_setup_mem_size_base_lowest()
/u-boot/drivers/core/
A Dlists.c136 ofnode_null(), devp); in device_bind_driver()
A Dofnode.c488 return ofnode_null(); in ofnode_get_chosen_node()
508 return ofnode_null(); in ofnode_get_aliases_node()
/u-boot/include/dm/
A Ddevice.h225 return ofnode_null(); in dev_ofnode()
A Dofnode.h210 static inline ofnode ofnode_null(void) in ofnode_null() function
/u-boot/drivers/fpga/
A Dsocfpga_arria10.c468 ofnode fpgamgr_node = get_fpga_mgr_ofnode(ofnode_null()); in get_fpga_filename()
766 node = get_fpga_mgr_ofnode(ofnode_null()); in socfpga_loadfs()
/u-boot/arch/x86/lib/
A Dmrccache.c252 node = ofnode_by_compatible(ofnode_null(), "jedec,spi-nor"); in mrccache_get_region()
/u-boot/drivers/usb/host/
A Dusb-uclass.c521 return ofnode_null(); in usb_get_ofnode()
541 return ofnode_null(); in usb_get_ofnode()
A Ddwc3-octeon-glue.c369 dwc3_node = ofnode_null(); in octeon_dwc3_glue_bind()
/u-boot/include/
A Dphy.h491 return ofnode_null(); in phy_get_ofnode()
/u-boot/drivers/misc/
A Dcros_ec_sandbox.c633 node = ofnode_null(); in cros_ec_probe()

Completed in 34 milliseconds

12