Searched refs:of_changeset_add_prop_u32_array (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pci/
H A Dof_property.c97 return of_changeset_add_prop_u32_array(ocs, np, "bus-range", bus_range,
150 ret = of_changeset_add_prop_u32_array(ocs, np, "ranges", (u32 *)rp,
165 return of_changeset_add_prop_u32_array(ocs, np, "reg", (u32 *)&reg,
270 ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map", int_map,
279 ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map-mask",
/linux-master/drivers/of/
H A Ddynamic.c1017 * of_changeset_add_prop_u32_array - Add a property of 32 bit integers
1030 int of_changeset_add_prop_u32_array(struct of_changeset *ocs, function
1054 EXPORT_SYMBOL_GPL(of_changeset_add_prop_u32_array); variable
H A Dunittest.c886 unittest(!of_changeset_add_prop_u32_array(&chgset, n22, "prop-u32-array",
/linux-master/include/linux/
H A Dof.h1643 int of_changeset_add_prop_u32_array(struct of_changeset *ocs,
1652 return of_changeset_add_prop_u32_array(ocs, np, prop_name, &val, 1);

Completed in 274 milliseconds