Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A 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()
309 ret = of_changeset_add_prop_u32(ocs, np, "#interrupt-cells", 1); in of_pci_prop_intr_map()
381 ret = of_changeset_add_prop_u32(ocs, np, "#address-cells", in of_pci_add_properties()
386 ret = of_changeset_add_prop_u32(ocs, np, "#size-cells", in of_pci_add_properties()
492 ret = of_changeset_add_prop_u32(ocs, np, "#address-cells", in of_pci_add_host_bridge_properties()
497 ret = of_changeset_add_prop_u32(ocs, np, "#size-cells", in of_pci_add_host_bridge_properties()
/linux/include/linux/
H A Dof.h1677 static inline int of_changeset_add_prop_u32(struct of_changeset *ocs,
1664 static inline int of_changeset_add_prop_u32(struct of_changeset *ocs, of_changeset_add_prop_u32() function
/linux/drivers/of/
H A Dunittest.c1056 ret = of_changeset_add_prop_u32(&chgset, np, "prop-u32", 1234); in of_unittest_changeset_prop()