Searched refs:of_changeset_add_prop_u32 (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/pci/ |
D | of_property.c | 183 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.14.4/include/linux/ |
D | of.h | 1645 static inline int of_changeset_add_prop_u32(struct of_changeset *ocs, in of_changeset_add_prop_u32() function
|
/linux-6.14.4/drivers/of/ |
D | unittest.c | 1056 ret = of_changeset_add_prop_u32(&chgset, np, "prop-u32", 1234); in of_unittest_changeset_prop()
|