Searched refs:lists_bind_fdt (Results 1 – 12 of 12) sorted by relevance
| /u-boot/board/highbank/ |
| A D | hb_sregs.c | 28 lists_bind_fdt(dev, node, NULL, NULL, false); in hb_sregs_scan_fdt_dev()
|
| /u-boot/include/dm/ |
| A D | lists.h | 64 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp,
|
| /u-boot/board/congatec/cgtqmx8/ |
| A D | spl.c | 35 lists_bind_fdt(gd->dm_root, offset_to_ofnode(offset), in spl_board_init()
|
| /u-boot/test/dm/ |
| A D | nop.c | 28 lists_bind_fdt(parent, ofnode, &dev, NULL, false); in noptest_bind()
|
| /u-boot/drivers/timer/ |
| A D | timer-uclass.c | 165 if (!lists_bind_fdt(dm_root(), node, &dev, NULL, false)) { in dm_timer_init()
|
| /u-boot/cmd/ |
| A D | bind.c | 155 ret = lists_bind_fdt(parent, ofnode, &dev, drv, false); in bind_by_node_path()
|
| /u-boot/drivers/misc/imx8/ |
| A D | scu.c | 222 ret = lists_bind_fdt(dev, node, &child, NULL, true); in imx8_scu_bind()
|
| /u-boot/drivers/core/ |
| A D | lists.c | 184 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp, in lists_bind_fdt() function
|
| A D | root.c | 288 err = lists_bind_fdt(parent, node, NULL, NULL, pre_reloc_only); in dm_scan_fdt_node()
|
| A D | device.c | 1239 return lists_bind_fdt(parent, node, NULL, NULL, false); in dev_enable_by_path()
|
| /u-boot/drivers/serial/ |
| A D | serial-uclass.c | 63 if (node > 0 && !lists_bind_fdt(gd->dm_root, offset_to_ofnode(node), in serial_check_stdout()
|
| /u-boot/test/boot/ |
| A D | bootflow.c | 523 ut_assertok(lists_bind_fdt(gd->dm_root, node, &dev, NULL, false)); in prep_mmc4_bootdev()
|
Completed in 30 milliseconds