Searched refs:ofnode_null (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | ofnode.c | 25 ofnode node = ofnode_null(); in dm_test_ofnode_by_prop_value()
|
H A D | core.c | 895 "test_child", 0, ofnode_null(), &dev1)); in dm_test_inactive_child()
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | palmas.c | 46 ofnode pmic_node = ofnode_null(), regulators_node; in palmas_bind()
|
/openbmc/u-boot/drivers/cpu/ |
H A D | riscv_cpu.c | 92 plat->timebase_freq, ofnode_null(), in riscv_cpu_bind()
|
/openbmc/u-boot/drivers/core/ |
H A D | lists.c | 77 ofnode_null(), devp); in device_bind_driver()
|
H A D | device.c | 260 (void *)info->platdata, 0, ofnode_null(), platdata_size, in device_bind_by_name()
|
H A D | ofnode.c | 424 return ofnode_null(); in ofnode_get_chosen_node()
|
/openbmc/u-boot/cmd/ |
H A D | bind.c | 40 ofnode_null(), &dev); in bind_by_class_index()
|
/openbmc/u-boot/include/dm/ |
H A D | ofnode.h | 183 static inline ofnode ofnode_null(void) in ofnode_null() function
|
/openbmc/u-boot/include/ |
H A D | phy.h | 213 return ofnode_null(); in phy_get_ofnode()
|
/openbmc/u-boot/drivers/misc/ |
H A D | cros_ec_sandbox.c | 527 node = ofnode_null(); in cros_ec_probe()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | phy.c | 649 dev->node = ofnode_null(); in phy_device_create()
|
/openbmc/u-boot/doc/driver-model/ |
H A D | livetree.txt | 165 ofnode_null() returns a null ofnode (for which ofnode_valid() returns false)
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 1025 args.node = ofnode_null(); in gpio_dev_request_index()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci-uclass.c | 665 ofnode node = ofnode_null(); in pci_find_and_bind_driver()
|