Lines Matching defs:end
152 struct pci_fixup *end)
156 for (; f < end; f++)
196 struct pci_fixup *start, *end;
201 end = __end_pci_fixups_early;
206 end = __end_pci_fixups_header;
213 end = __end_pci_fixups_final;
218 end = __end_pci_fixups_enable;
223 end = __end_pci_fixups_resume;
228 end = __end_pci_fixups_resume_early;
233 end = __end_pci_fixups_suspend;
238 end = __end_pci_fixups_suspend_late;
245 pci_do_fixups(dev, start, end);
575 r->end = PAGE_SIZE - 1;
593 if ((r->start & 0x3ffffff) || r->end != r->start + 0x3ffffff) {
596 r->end = 0x3ffffff;
622 bus_region.end = region + size - 1;
670 bus_region.end = region + size - 1;
1326 r->end = 0xffffff;
2324 r->end = 0xf;
2353 r->end = 0xff;
2985 int end = 0;
3000 end = 1;
3003 return end;
3494 * device and modify the resource end to correspond to this new size.
3505 dev->resource[2].end = dev->resource[2].start + ((u64) 1 << val) - 1;
3511 dev->resource[4].end = dev->resource[4].start + ((u64) 1 << val) - 1;
5974 * disable the wrong IRQ and end up breaking the touchpad. Unsurprisingly,