Lines Matching defs:add
50 * @mem_ranges: Range list to add the memory ranges to.
98 * @mem_ranges: Range list to add the memory ranges to.
108 * block?) is not added to usable memory. So, add [0, crashk_res.end]
136 * @mem_ranges: Range list to add the memory ranges to.
212 * @mem_ranges: Range list to add the memory ranges to.
472 bool add;
476 add = false;
480 add = true;
486 add = true;
489 if (add) {
964 * add_node_props - Reads node properties from device node structure and add
967 * @node_offset: offset of the node to add a property at
983 pr_err("Unable to add %s property: %s\n", pp->name, fdt_strerror(ret));
1031 /* Loop through all subnodes of cpus and add them to fdt */
1035 pr_err("Unable to add %s subnode: %s\n", dn->full_name,