Home
last modified time | relevance | path

Searched refs:of_changeset_add_prop_u32 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/pci/
Dof_property.c187 return of_changeset_add_prop_u32(ocs, np, "interrupts", (u32)pin); in of_pci_prop_interrupts()
203 ret = of_changeset_add_prop_u32(ocs, np, "#interrupt-cells", 1); in of_pci_prop_intr_ctrl()
301 ret = of_changeset_add_prop_u32(ocs, np, "#interrupt-cells", 1); in of_pci_prop_intr_map()
373 ret = of_changeset_add_prop_u32(ocs, np, "#address-cells", in of_pci_add_properties()
378 ret = of_changeset_add_prop_u32(ocs, np, "#size-cells", in of_pci_add_properties()
484 ret = of_changeset_add_prop_u32(ocs, np, "#address-cells", in of_pci_add_host_bridge_properties()
489 ret = of_changeset_add_prop_u32(ocs, np, "#size-cells", in of_pci_add_host_bridge_properties()
/linux-6.15/include/linux/
Dof.h1657 static inline int of_changeset_add_prop_u32(struct of_changeset *ocs, in of_changeset_add_prop_u32() function
/linux-6.15/drivers/of/
Dunittest.c1056 ret = of_changeset_add_prop_u32(&chgset, np, "prop-u32", 1234); in of_unittest_changeset_prop()