Lines Matching full:node
92 * a U_BOOT_DEVICE() macro (in which case platdata is non-NULL) or a node
96 * probe method if the device has a device tree node.
103 * @name: Name of device, typically the FDT node name
107 * @node: Reference to device tree node for this device
133 ofnode node; member
162 return ofnode_to_offset(dev->node); in dev_of_offset()
167 dev->node = offset_to_ofnode(of_offset); in dev_set_of_offset()
172 return ofnode_valid(dev->node); in dev_has_of_node()
196 * by platdata or a device tree node (which we find by looking up
340 * When a device is bound using a device tree node, it matches a
483 * @node: Device tree ofnode to find
488 int device_find_global_by_ofnode(ofnode node, struct udevice **devp);
498 * @node: Device tree ofnode to find
502 int device_get_global_by_ofnode(ofnode node, struct udevice **devp);
686 * sub-nodes and binds drivers for each node where a driver can be found.