Searched refs:lists_bind_fdt (Results 1 – 10 of 10) sorted by relevance
| /u-boot/include/dm/ |
| A D | lists.h | 61 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp,
|
| /u-boot/test/dm/ |
| A D | nop.c | 28 lists_bind_fdt(parent, ofnode, &dev, false); in noptest_bind()
|
| A D | test-fdt.c | 595 err = lists_bind_fdt(dev, child, NULL, false); in zero_size_cells_bus_child_bind()
|
| /u-boot/drivers/timer/ |
| A D | timer-uclass.c | 151 if (!lists_bind_fdt(dm_root(), node, &dev, false)) { in dm_timer_init()
|
| /u-boot/cmd/ |
| A D | bind.c | 155 ret = lists_bind_fdt(parent, ofnode, &dev, false); in bind_by_node_path()
|
| /u-boot/drivers/misc/imx8/ |
| A D | scu.c | 222 ret = lists_bind_fdt(dev, node, &child, 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 | 239 err = lists_bind_fdt(parent, node, NULL, pre_reloc_only); in dm_scan_fdt_node()
|
| A D | device.c | 1136 return lists_bind_fdt(parent, node, NULL, false); in dev_enable_by_path()
|
| /u-boot/drivers/serial/ |
| A D | serial-uclass.c | 69 if (node > 0 && !lists_bind_fdt(gd->dm_root, offset_to_ofnode(node), in serial_check_stdout()
|
Completed in 16 milliseconds