• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/

Lines Matching refs:property

45 	/* No #address-cells property for the root node */
61 /* No #size-cells property for the root node */
97 struct property *prop = node->properties;
111 struct property *next = prop->next;
141 struct property *of_find_property(const struct device_node *np,
145 struct property *pp;
188 * Find a property with a given name for a given node
194 struct property *pp = of_find_property(np, name, lenp);
201 * the device's "compatible" property
226 * @compat: compatible string to look for in root node's compatible property.
229 * compatible property.
250 * Returns 1 if the status property is absent or set to "okay" or "ok",
364 * of_find_node_by_name - Find a node by its "name" property
392 * of_find_node_by_type - Find a node by its "device_type" property
422 * tokens in its "compatible" property
455 * of_find_node_with_property - Find a node which has a property with
461 * @prop_name: The name of the property to look for.
470 struct property *pp;
553 * Based on the value of the compatible property, this routine will attempt
556 * from the first entry in the compatible list property.
596 * of_parse_phandle - Resolve a phandle property to a device_node pointer
597 * @np: Pointer to device node holding phandle property
598 * @phandle_name: Name of property holding a phandle value
622 * @list_name: property name that contains a list
623 * @cells_name: property name that specifies phandles' arguments count
737 * prom_add_property - Add a property to a node
739 int prom_add_property(struct device_node *np, struct property *prop)
741 struct property **next;
768 * prom_remove_property - Remove a property from a node.
771 * who-knows-how-many pointers to the data using get-property.
772 * Instead we just move the property to the "dead properties"
775 int prom_remove_property(struct device_node *np, struct property *prop)
777 struct property **next;
809 * prom_update_property - Update a property in a node.
812 * who-knows-how-many pointers to the data using get-property.
813 * Instead we just move the property to the "dead properties" list,
814 * and add the new property to the property list
817 struct property *newprop,
818 struct property *oldprop)
820 struct property **next;