Lines Matching defs:add
55 * @mem_ranges: Range list to add the memory ranges to.
103 * @mem_ranges: Range list to add the memory ranges to.
113 * block?) is not added to usable memory. So, add [0, crashk_res.end]
141 * @mem_ranges: Range list to add the memory ranges to.
217 * @mem_ranges: Range list to add the memory ranges to.
477 bool add;
481 add = false;
485 add = true;
491 add = true;
494 if (add) {
1023 * add_node_props - Reads node properties from device node structure and add
1026 * @node_offset: offset of the node to add a property at
1042 pr_err("Unable to add %s property: %s\n", pp->name, fdt_strerror(ret));
1090 /* Loop through all subnodes of cpus and add them to fdt */
1094 pr_err("Unable to add %s subnode: %s\n", dn->full_name,