Lines Matching refs:add_size

37 	resource_size_t add_size;
57 * @add_size: Additional size to be optionally added to the resource
61 struct resource *res, resource_size_t add_size,
75 tmp->add_size = add_size;
115 return dev_res ? dev_res->add_size : 0;
221 resource_size_t add_size, align;
243 add_size = add_res->add_size;
247 res->end = res->start + add_size - 1;
254 add_size, align))
256 (unsigned long long) add_size, idx,
354 * Try to assign requested + add_size at beginning. If could do that,
356 * requested at first, then try to reassign add_size for some resources.
359 * assigned resource after requested + add_size try.
377 /* Check if optional add_size is there */
389 /* Update res in head list with add_size in realloc_head list */
431 /* Try updated head list with add_size added */
434 /* All assigned with add_size? */
792 resource_size_t add_size,
812 size = ALIGN(max(size, add_size) + children_add_size, align);
818 resource_size_t add_size,
830 size = ALIGN(max(size, add_size) + children_add_size, align);
870 * @add_size: Additional optional I/O window
879 resource_size_t add_size,
925 size1 = (!realloc_head || (realloc_head && !add_size && !children_add_size)) ? size0 :
926 calculate_iosize(size, min_size, size1, add_size, children_add_size,
942 pci_info(bus->self, "bridge window %pR to %pR add_size %llx\n",
979 * @add_size: Additional optional memory window
992 resource_size_t add_size,
1078 size1 = (!realloc_head || (realloc_head && !add_size && !children_add_size)) ? size0 :
1079 calculate_memsize(size, min_size, add_size, children_add_size,
1093 pci_info(bus->self, "bridge window %pR to %pR add_size %llx add_align %llx\n",
1865 resource_size_t add_size, size = resource_size(res);
1874 add_size = new_size - size;
1876 &add_size);
1878 add_size = size - new_size;
1880 &add_size);