Lines Matching refs:propname
639 const char *propname, u32 *out_values, in of_property_read_u32_array() argument
642 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_u32_array()
672 int of_property_read_u64(const struct device_node *np, const char *propname, in of_property_read_u64() argument
675 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_u64()
703 int of_property_read_string(struct device_node *np, const char *propname, in of_property_read_string() argument
706 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string()
736 int of_property_read_string_index(struct device_node *np, const char *propname, in of_property_read_string_index() argument
739 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_index()
773 int of_property_match_string(struct device_node *np, const char *propname, in of_property_match_string() argument
776 struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string()
813 int of_property_count_strings(struct device_node *np, const char *propname) in of_property_count_strings() argument
815 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_strings()