Lines Matching refs:property
129 /* allocate space for the property */
142 * get property
224 /* everything worked so link the property list */
265 * Read the value of the property from the PROM device tree
312 * Check if the Prom node passed in contains a property called
335 * Retrieve the value of the board number property from this Prom
407 * and returns a pointer to the value of the name property.
429 * and returns a pointer to the value of the name property.
490 * current one which has the requested type property.
504 * (has a 'status' property)
531 * the current one which is failed. (has a 'status' property)
568 * is defined by having a status property containing the token 'fail'.
593 * Get a property's value. Must be void * since the property can
610 * Search a Prom node and retrieve the property with the correct
697 dev_find_node_by_type(Prom_node *root, char *type, char *property)
702 if (root == NULL || property == NULL)
708 if (strcmp(type_prop, property) == 0) {
715 property)) != NULL)
720 property)) != NULL)
727 dev_next_node_by_type(Prom_node *root, char *type, char *property)
731 if (root == NULL || property == NULL)
736 property)) != NULL)
741 property)) != NULL)
746 type, property)) != NULL)
772 * compatible property is. Since it is an array of strings
774 * strings might be in this property. However, this size
777 * is examine the first string in the compatible property.
809 * the current one which has the requested compatible property.