Home
last modified time | relevance | path

Searched refs:lists_bind_fdt (Results 1 – 12 of 12) sorted by relevance

/u-boot/board/highbank/
A Dhb_sregs.c28 lists_bind_fdt(dev, node, NULL, NULL, false); in hb_sregs_scan_fdt_dev()
/u-boot/include/dm/
A Dlists.h64 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp,
/u-boot/board/congatec/cgtqmx8/
A Dspl.c35 lists_bind_fdt(gd->dm_root, offset_to_ofnode(offset), in spl_board_init()
/u-boot/test/dm/
A Dnop.c28 lists_bind_fdt(parent, ofnode, &dev, NULL, false); in noptest_bind()
/u-boot/drivers/timer/
A Dtimer-uclass.c165 if (!lists_bind_fdt(dm_root(), node, &dev, NULL, false)) { in dm_timer_init()
/u-boot/cmd/
A Dbind.c155 ret = lists_bind_fdt(parent, ofnode, &dev, drv, false); in bind_by_node_path()
/u-boot/drivers/misc/imx8/
A Dscu.c222 ret = lists_bind_fdt(dev, node, &child, NULL, true); in imx8_scu_bind()
/u-boot/drivers/core/
A Dlists.c184 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp, in lists_bind_fdt() function
A Droot.c288 err = lists_bind_fdt(parent, node, NULL, NULL, pre_reloc_only); in dm_scan_fdt_node()
A Ddevice.c1239 return lists_bind_fdt(parent, node, NULL, NULL, false); in dev_enable_by_path()
/u-boot/drivers/serial/
A Dserial-uclass.c63 if (node > 0 && !lists_bind_fdt(gd->dm_root, offset_to_ofnode(node), in serial_check_stdout()
/u-boot/test/boot/
A Dbootflow.c523 ut_assertok(lists_bind_fdt(gd->dm_root, node, &dev, NULL, false)); in prep_mmc4_bootdev()

Completed in 30 milliseconds