Home
last modified time | relevance | path

Searched refs:of_offset (Results 1 – 9 of 9) sorted by relevance

/u-boot/include/dm/
A Dofnode.h54 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 Ddevice.h566 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 Dpinmux.c177 __func__, pin_node.of_offset); in tangier_pinctrl_probe()
/u-boot/drivers/net/octeontx/
A Dsmi.c317 int ret, subnode, cnt = 0, node = dev_ofnode(dev).of_offset; in octeontx_smi_probe()
/u-boot/drivers/core/
A Ddevice.c745 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 Dofnode.c270 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 Dnexell_display.c419 node = dev_ofnode(dev).of_offset; in nx_display_setup()
/u-boot/doc/driver-model/
A Ddesign.rst682 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 Docteontx_nand.c2024 __func__, tn, dev->name, nand_node.of_offset); in octeontx_nfc_chips_init()

Completed in 20 milliseconds