Searched refs:rprop (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/of/ |
D | resolver.c | 115 struct property *rprop, int value) in __of_adjust_phandle_ref() argument 125 propval = kmalloc(rprop->length, GFP_KERNEL); in __of_adjust_phandle_ref() 128 __func__, rprop->name); in __of_adjust_phandle_ref() 131 memcpy(propval, rprop->value, rprop->length); in __of_adjust_phandle_ref() 133 propend = propval + rprop->length; in __of_adjust_phandle_ref() 151 __func__, (char *)rprop->value); in __of_adjust_phandle_ref() 160 __func__, (char *)rprop->value); in __of_adjust_phandle_ref() 168 __func__, (char *)rprop->value); in __of_adjust_phandle_ref() 180 __func__, (char *)rprop->value); in __of_adjust_phandle_ref() 215 struct property *rprop, *sprop; in __of_adjust_tree_phandle_references() local [all …]
|
D | fdt_address.c | 113 int na, int ns, int pna, const char *rprop) in fdt_translate_one() argument 120 ranges = fdt_getprop(blob, parent, rprop, &rlen); in fdt_translate_one()
|
D | address.c | 475 int na, int ns, int pna, const char *rprop) in of_translate_one() argument 497 ranges = of_get_property(parent, rprop, &rlen); in of_translate_one() 544 const __be32 *in_addr, const char *rprop) in __of_translate_address() argument 602 if (of_translate_one(dev, bus, pbus, addr, na, ns, pna, rprop)) in __of_translate_address()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | prom_32.c | 64 struct property *rprop; in sparc32_path_component() local 66 rprop = of_find_property(dp, "reg", NULL); in sparc32_path_component() 67 if (!rprop) in sparc32_path_component() 70 regs = rprop->value; in sparc32_path_component()
|
D | prom_64.c | 76 struct property *rprop; in sun4v_path_component() local 79 rprop = of_find_property(dp, "reg", NULL); in sun4v_path_component() 80 if (!rprop) in sun4v_path_component() 83 regs = rprop->value; in sun4v_path_component()
|