wpath             222 drivers/pci/pci.c 	char *wpath, *p;
wpath             227 drivers/pci/pci.c 	wpath = kmemdup_nul(path, *endptr - path, GFP_KERNEL);
wpath             228 drivers/pci/pci.c 	if (!wpath)
wpath             232 drivers/pci/pci.c 		p = strrchr(wpath, '/');
wpath             261 drivers/pci/pci.c 	ret = sscanf(wpath, "%x:%x:%x.%x%c", &seg, &bus, &slot,
wpath             265 drivers/pci/pci.c 		ret = sscanf(wpath, "%x:%x.%x%c", &bus, &slot, &func, &end);
wpath             277 drivers/pci/pci.c 	kfree(wpath);