Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/
Dof_property.c183 return of_changeset_add_prop_u32(ocs, np, "interrupts", (u32)pin); in of_pci_prop_interrupts()
199 ret = of_changeset_add_prop_u32(ocs, np, "#interrupt-cells", 1); in of_pci_prop_intr_ctrl()
297 ret = of_changeset_add_prop_u32(ocs, np, "#interrupt-cells", 1); in of_pci_prop_intr_map()
369 ret = of_changeset_add_prop_u32(ocs, np, "#address-cells", in of_pci_add_properties()
374 ret = of_changeset_add_prop_u32(ocs, np, "#size-cells", in of_pci_add_properties()
/linux-6.12.1/include/linux/
Dof.h1646 static inline int of_changeset_add_prop_u32(struct of_changeset *ocs, in of_changeset_add_prop_u32() function
/linux-6.12.1/drivers/of/
Dunittest.c1047 ret = of_changeset_add_prop_u32(&chgset, np, "prop-u32", 1234); in of_unittest_changeset_prop()