Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dof_property.c101 return of_changeset_add_prop_u32_array(ocs, np, "bus-range", bus_range, in of_pci_prop_bus_range()
154 ret = of_changeset_add_prop_u32_array(ocs, np, "ranges", (u32 *)rp, in of_pci_prop_ranges()
169 return of_changeset_add_prop_u32_array(ocs, np, "reg", (u32 *)&reg, in of_pci_prop_reg()
296 ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map", int_map, in of_pci_prop_intr_map()
305 ret = of_changeset_add_prop_u32_array(ocs, np, "interrupt-map-mask", in of_pci_prop_intr_map()
468 ret = of_changeset_add_prop_u32_array(ocs, np, "ranges", ranges, in of_pci_host_bridge_prop_ranges()
/linux-6.15/drivers/of/
H A Ddynamic.c1029 int of_changeset_add_prop_u32_array(struct of_changeset *ocs, in of_changeset_add_prop_u32_array() function
1049 EXPORT_SYMBOL_GPL(of_changeset_add_prop_u32_array);
H A Dunittest.c891 unittest(!of_changeset_add_prop_u32_array(&chgset, n22, "prop-u32-array", in of_unittest_changeset()
1059 ret = of_changeset_add_prop_u32_array(&chgset, np, "prop-u32-array", in of_unittest_changeset_prop()
/linux-6.15/include/linux/
H A Dof.h1653 int of_changeset_add_prop_u32_array(struct of_changeset *ocs,
1662 return of_changeset_add_prop_u32_array(ocs, np, prop_name, &val, 1); in of_changeset_add_prop_u32()