Lines Matching defs:end
59 struct pci_fixup *end)
63 for (; f < end; f++)
103 struct pci_fixup *start, *end;
108 end = __end_pci_fixups_early;
113 end = __end_pci_fixups_header;
120 end = __end_pci_fixups_final;
125 end = __end_pci_fixups_enable;
130 end = __end_pci_fixups_resume;
135 end = __end_pci_fixups_resume_early;
140 end = __end_pci_fixups_suspend;
145 end = __end_pci_fixups_suspend_late;
152 pci_do_fixups(dev, start, end);
527 r->end = PAGE_SIZE - 1;
545 if ((r->start & 0x3ffffff) || r->end != r->start + 0x3ffffff) {
548 r->end = 0x3ffffff;
574 bus_region.end = region + size - 1;
622 bus_region.end = region + size - 1;
1278 r->end = 0xffffff;
2224 r->end = 0xf;
2253 r->end = 0xff;
2882 int end = 0;
2897 end = 1;
2900 return end;
3391 * device and modify the resource end to correspond to this new size.
3402 dev->resource[2].end = dev->resource[2].start + ((u64) 1 << val) - 1;
3408 dev->resource[4].end = dev->resource[4].start + ((u64) 1 << val) - 1;
5802 * disable the wrong IRQ and end up breaking the touchpad. Unsurprisingly,