Lines Matching full:pointer

28  * Returns a node pointer with refcount incremented, use
47 * @np: Node pointer to check
58 * @np: Node pointer to check
68 * @np: Node pointer to check
78 * @np: Node pointer to check
86 * @np: Pointer to device node holding property
89 * @return pointer to property, or NULL if not found
99 * @np: Pointer to device node holding property
102 * @return pointer to property value, or NULL if not found
108 * of_get_first_property()- get to the pointer of the first property
110 * Get pointer to the first property of the node, it is used to iterate
113 * @np: Pointer to device node
114 * @return pointer to property or NULL if not found
119 * of_get_next_property() - get to the pointer of the next property
121 * Get pointer to the next property of the node, it is used to iterate
124 * @np: Pointer to device node
125 * @property: pointer of the current property
126 * @return pointer to next property or NULL if not found
134 * Get value for the property identified by node and property pointer.
137 * @property: pointer of the property to read
140 * @return pointer to property value or NULL if error
149 * @device: pointer to node
194 * @eturns a node pointer, or NULL if none
204 * @opts: Address of a pointer into which to store the start of an options
212 * @return a node pointer or NULL if not found
232 * @return node pointer or NULL if not found
242 * @return node pointer, or NULL if not found
254 * @outp: pointer to return value, modified only if return value is 0.
266 * @out_value: pointer to return value, modified only if return value is 0.
286 * @out_values: pointer to return value, modified only if return value is 0.
302 * @values: pointer to update value, modified only if return value is 0.
316 * @np: pointer to node containing string list property
318 * @string: pointer to string to search for in string list
335 * @out_string: pointer to null terminated return string, modified only if
339 * terminated string value (pointer to data, not a copy) in the list of strings
345 * The out_string pointer is modified only if a valid string can be decoded.
374 * of_parse_phandle - Resolve a phandle property to a device_node pointer
375 * @np: Pointer to device node holding phandle property
380 * Returns the device_node pointer with refcount incremented. Use
389 * @np: pointer to a device tree node containing a list
393 * @out_args: optional pointer to output arguments structure (will be filled)
404 * pointer.
430 * @np: pointer to a device tree node containing a list
462 * @np: Pointer to the given device_node