Lines Matching full:structure
34 /* FDT_ERR_BADOFFSET: Function was passed a structure block
36 * unsuitable part of the structure for the operation. */
67 * structure block or other serious error (e.g. misnested
72 * function can't handle (memory reserve map, then structure,
452 * @parentoffset: structure block offset of a node
470 * @parentoffset: structure block offset of a node
473 * fdt_subnode_offset() finds a subnode of the node at structure block
481 * structure block offset of the requested subnode (>=0), on success
521 * structure block offset of the node with the requested path (>=0), on
536 * @nodeoffset: structure block offset of the starting node
540 * device tree node at structure block offset nodeoffset. If lenp is
561 * @nodeoffset: structure block offset of a node
564 * the given structure block offset.
567 * structure block offset of the property (>=0), on success
581 * @offset: structure block offset of a property
584 * one at the given structure block offset. This will be a property
588 * structure block offset of the next property (>=0), on success
633 * fdt_property structure within the device tree blob at the given
641 * pointer to the structure representing the property
668 * Return: pointer to the structure representing the property, or NULL
686 * structure within the device tree blob corresponding to the property
692 * pointer to the structure representing the property
724 * property at structure block offset 'offset' (this will be a pointer
816 * @nodeoffset: structure block offset of the node
819 * structure block offset nodeoffset.
869 * structure from the start to nodeoffset.
902 * structure from the start to nodeoffset.
905 * structure block offset of the node at node offset's ancestor
927 * structure from the start to nodeoffset.
949 * structure from the start to nodeoffset, *twice*.
952 * structure block offset of the parent of the node at nodeoffset
990 * structure block offset of the located node (>= 0, >startoffset),
1015 * structure block offset of the located node (>= 0), on success
1073 * structure block offset of the located node (>= 0, >startoffset),
1564 * @nodeoffset: structure block offset of a node
2008 * @parentoffset: structure block offset of a node
2017 * Return: structure block offset of the created subnode (>=0),
2028 * @parentoffset: structure block offset of a node
2032 * structure block offset parentoffset, with the given name (which
2039 * structure block offset of the created nodeequested subnode (>=0), on