Searched refs:of_offset (Results 1 – 9 of 9) sorted by relevance
/u-boot/include/dm/ |
A D | ofnode.h | 54 long of_offset; member 119 return node.of_offset; in ofnode_to_offset() 132 return node.of_offset >= 0; in ofnode_valid() 141 static inline ofnode offset_to_ofnode(int of_offset) in offset_to_ofnode() argument 148 node.of_offset = of_offset >= 0 ? of_offset : -1; in offset_to_ofnode() 201 return ref1.of_offset == ref2.of_offset; in ofnode_equal() 217 node.of_offset = -1; in ofnode_null() 229 node.of_offset = 0; in ofnode_root()
|
A D | device.h | 566 int device_find_child_by_of_offset(const struct udevice *parent, int of_offset, 581 int device_get_child_by_of_offset(const struct udevice *parent, int of_offset,
|
/u-boot/arch/x86/cpu/tangier/ |
A D | pinmux.c | 177 __func__, pin_node.of_offset); in tangier_pinctrl_probe()
|
/u-boot/drivers/net/octeontx/ |
A D | smi.c | 317 int ret, subnode, cnt = 0, node = dev_ofnode(dev).of_offset; in octeontx_smi_probe()
|
/u-boot/drivers/core/ |
A D | device.c | 745 int device_find_child_by_of_offset(const struct udevice *parent, int of_offset, in device_find_child_by_of_offset() argument 753 if (dev_of_offset(dev) == of_offset) { in device_find_child_by_of_offset()
|
A D | ofnode.c | 270 parent.of_offset = fdt_parent_offset(gd->fdt_blob, in ofnode_get_parent() 296 node.of_offset = fdt_node_offset_by_phandle(gd->fdt_blob, in ofnode_get_by_phandle()
|
/u-boot/drivers/video/ |
A D | nexell_display.c | 419 node = dev_ofnode(dev).of_offset; in nx_display_setup()
|
/u-boot/doc/driver-model/ |
A D | design.rst | 682 applicable such as of_offset, driver_data & plat, and finally calls the 690 plat will be NULL, but of_offset will be the offset of the device tree
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_nand.c | 2024 __func__, tn, dev->name, nand_node.of_offset); in octeontx_nfc_chips_init()
|
Completed in 20 milliseconds