Lines Matching defs:propname
3678 __of_property_present(struct device_node *np, const char *propname)
3680 return OF_getpropbool((uintptr_t)np, (char *)propname);
3685 const char *propname, uint32_t *out_values, size_t sz_min, size_t sz_max)
3689 len = OF_getpropintarray((uintptr_t)np, (char *)propname, out_values,
3705 const char *propname, uint64_t *out_values, size_t sz_min, size_t sz_max)
3709 len = OF_getpropint64array((uintptr_t)np, (char *)propname, out_values,
3725 const char *propname, const char *str)
3729 idx = OF_getindex((uintptr_t)np, str, propname);
3736 __of_parse_phandle(struct device_node *np, const char *propname, int idx)
3741 len = OF_getpropintarray((uintptr_t)np, (char *)propname, phandles,
3754 __of_parse_phandle_with_args(struct device_node *np, const char *propname,
3760 len = OF_getpropintarray((uintptr_t)np, (char *)propname, phandles,