of_changeset_add_prop_u32_array
EXPORT_SYMBOL_GPL(of_changeset_add_prop_u32_array);
ret = of_changeset_add_prop_u32_array(&chgset, np, "prop-u32-array",
unittest(!of_changeset_add_prop_u32_array(&chgset, n22, "prop-u32-array",
return of_changeset_add_prop_u32_array(ocs, np, "bus-range", bus_range,
ret = of_changeset_add_prop_u32_array(ocs, np, "ranges", (u32 *)rp,
return of_changeset_add_prop_u32_array(ocs, np, "reg", (u32 *)®,
ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map", int_map,
ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map-mask",
ret = of_changeset_add_prop_u32_array(ocs, np, "ranges", ranges,
int of_changeset_add_prop_u32_array(struct of_changeset *ocs,
return of_changeset_add_prop_u32_array(ocs, np, prop_name, &val, 1);