pci_init         1401 arch/x86/events/intel/uncore.c 	int	(*pci_init)(void);
pci_init         1411 arch/x86/events/intel/uncore.c 	.pci_init = snb_uncore_pci_init,
pci_init         1416 arch/x86/events/intel/uncore.c 	.pci_init = ivb_uncore_pci_init,
pci_init         1421 arch/x86/events/intel/uncore.c 	.pci_init = hsw_uncore_pci_init,
pci_init         1426 arch/x86/events/intel/uncore.c 	.pci_init = bdw_uncore_pci_init,
pci_init         1431 arch/x86/events/intel/uncore.c 	.pci_init = snbep_uncore_pci_init,
pci_init         1440 arch/x86/events/intel/uncore.c 	.pci_init = ivbep_uncore_pci_init,
pci_init         1445 arch/x86/events/intel/uncore.c 	.pci_init = hswep_uncore_pci_init,
pci_init         1450 arch/x86/events/intel/uncore.c 	.pci_init = bdx_uncore_pci_init,
pci_init         1455 arch/x86/events/intel/uncore.c 	.pci_init = knl_uncore_pci_init,
pci_init         1460 arch/x86/events/intel/uncore.c 	.pci_init = skl_uncore_pci_init,
pci_init         1465 arch/x86/events/intel/uncore.c 	.pci_init = skx_uncore_pci_init,
pci_init         1470 arch/x86/events/intel/uncore.c 	.pci_init = skl_uncore_pci_init,
pci_init         1475 arch/x86/events/intel/uncore.c 	.pci_init = snr_uncore_pci_init,
pci_init         1530 arch/x86/events/intel/uncore.c 	if (uncore_init->pci_init) {
pci_init         1531 arch/x86/events/intel/uncore.c 		pret = uncore_init->pci_init();
pci_init           44 tools/power/cpupower/utils/helpers/pci.c 	pci_init(*pacc);