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