Lines Matching defs:property
126 /* allocate space for the property */
139 * get property
221 /* everything worked so link the property list */
262 * Read the value of the property from the PROM device tree
309 * Check if the Prom node passed in contains a property called
332 * Retrieve the value of the board number property from this Prom
404 * and returns a pointer to the value of the name property.
426 * and returns a pointer to the value of the name property.
487 * current one which has the requested type property.
501 * (has a 'status' property)
528 * the current one which is failed. (has a 'status' property)
565 * is defined by having a status property containing the token 'fail'.
590 * Get a property's value. Must be void * since the property can
607 * Search a Prom node and retrieve the property with the correct
694 dev_find_node_by_type(Prom_node *root, const char *type, const char *property)
699 if (root == NULL || property == NULL)
705 if (strcmp(type_prop, property) == 0) {
712 property)) != NULL)
717 property)) != NULL)
724 dev_next_node_by_type(Prom_node *root, const char *type, const char *property)
728 if (root == NULL || property == NULL)
733 property)) != NULL)
738 property)) != NULL)
743 type, property)) != NULL)
769 * compatible property is. Since it is an array of strings
771 * strings might be in this property. However, this size
774 * is examine the first string in the compatible property.
806 * the current one which has the requested compatible property.