firstpp 612 arch/microblaze/pci/pci-common.c struct resource **firstpp = NULL; firstpp 621 arch/microblaze/pci/pci-common.c if (firstpp == NULL) firstpp 622 arch/microblaze/pci/pci-common.c firstpp = pp; firstpp 624 arch/microblaze/pci/pci-common.c if (firstpp == NULL) firstpp 627 arch/microblaze/pci/pci-common.c res->child = *firstpp; firstpp 629 arch/microblaze/pci/pci-common.c *firstpp = res; firstpp 1099 arch/powerpc/kernel/pci-common.c struct resource **firstpp = NULL; firstpp 1108 arch/powerpc/kernel/pci-common.c if (firstpp == NULL) firstpp 1109 arch/powerpc/kernel/pci-common.c firstpp = pp; firstpp 1111 arch/powerpc/kernel/pci-common.c if (firstpp == NULL) firstpp 1114 arch/powerpc/kernel/pci-common.c res->child = *firstpp; firstpp 1116 arch/powerpc/kernel/pci-common.c *firstpp = res;