dev_func           30 arch/x86/pci/ce4100.c 	int dev_func;
dev_func           57 arch/x86/pci/ce4100.c 	pci_direct_conf1.read(0, 1, reg->dev_func, reg->reg, 4,
dev_func          249 arch/x86/pci/ce4100.c 		if (bus1_fixups[i].dev_func == devfn &&
dev_func          284 arch/x86/pci/ce4100.c 		if (bus1_fixups[i].dev_func == devfn &&
dev_func          197 drivers/pci/hotplug/cpqphp.h 	u8 dev_func;
dev_func          213 drivers/pci/hotplug/cpqphp.h 	DEV_FUNC =		offsetof(struct slot_rt, dev_func),
dev_func         1244 drivers/pci/hotplug/cpqphp_pci.c 		u8 dev_func = readb(one_slot + DEV_FUNC);
dev_func         1256 drivers/pci/hotplug/cpqphp_pci.c 		    dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length,
dev_func         1267 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_read_config_dword(ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword);
dev_func         1272 drivers/pci/hotplug/cpqphp_pci.c 			func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0);
dev_func         1274 drivers/pci/hotplug/cpqphp_pci.c 			while (func && (func->function != (dev_func & 0x07))) {
dev_func         1275 drivers/pci/hotplug/cpqphp_pci.c 				dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index);
dev_func         1276 drivers/pci/hotplug/cpqphp_pci.c 				func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++);