Lines Matching full:node
121 * @name: Name of of the device tree node, also the name of the variable
124 * @compat: Compatible string for the node containing this state
127 * If data is available, then blob and node will provide access to it. If
128 * not (blob == NULL and node == -1) this function should set up an empty
131 * @param node: Node offset to read from
135 * The caller will ensure that there is a node ready for the state. The
136 * node may already contain the old state, in which case it should be
144 * @param node: Node to write our state into
156 int (*write)(void *blob, int node);
157 int (*read)(const void *blob, int node);
215 * Add a property to a sandbox state node
224 * @param node Device tree node to write to
229 int state_setprop(int node, const char *prop_name, const void *data, int size);