Lines Matching defs:end
197 max = bus->busn_res.end;
290 char end;
302 ret = sscanf(p, "/%x.%x%c", &slot, &func, &end);
329 &func, &end);
332 ret = sscanf(wpath, "%x:%x.%x%c", &bus, &slot, &func, &end);
1269 goto end;
1283 end:
1744 int start, int end, int retry,
1749 for (index = end; index >= start; index--)
3308 resource_size_t start, end;
3373 end = start + (max_offset | 0x03);
3389 end += ((u64)max_offset_upper << 32);
3392 if (end < start) {
3405 res->end = end;
3674 * pci_acs_path_enabled - test ACS flags from start to end in a hierarchy
3676 * @end: ending upstream device or NULL to search to the root bus
3679 * Walk up a device tree from start to end testing PCI ACS support. If
3683 struct pci_dev *end, u16 acs_flags)
3694 return (end == NULL);
3697 } while (pdev != end);
4264 if (res->end > IO_SPACE_LIMIT)
4961 * end of PCIe r6.0.1 sec 7.5.3.7.
6631 resource_size_t *start, resource_size_t *end)
6634 *end = rsrc->end;
6735 * fixed offset before the end of the BAR.
6754 r->end = align - 1;
6759 r->end = r->start + size - 1;
6817 r->end = resource_size(r) - 1;
6839 char *param, *old, *end;
6848 end = strchr(param, '\n');
6849 if (end)
6850 *end = '\0';