Searched refs:dev_func (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/pci/ |
H A D | ce4100.c | 30 int dev_func; member 51 pci_direct_conf1.read(0, 1, reg->dev_func, reg->reg, 4, in reg_init() 243 if (bus1_fixups[i].dev_func == devfn && in ce4100_bus1_read() 278 if (bus1_fixups[i].dev_func == devfn && in ce4100_bus1_write()
|
/linux/tools/testing/selftests/devices/probe/ |
H A D | test_discoverable_devices.py | 154 for dev_func in path.split("/"): 155 dev_func = dev_func.zfill(4) 156 path_glob = os.path.join(path_glob, pci_dev_sysfs_fmt.format(dev_func))
|
/linux/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 1246 u8 dev_func = readb(one_slot + DEV_FUNC); in cpqhp_find_available_resources() local 1258 dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length, in cpqhp_find_available_resources() 1269 pci_bus_read_config_dword(ctrl->pci_bus, dev_func, PCI_VENDOR_ID, &temp_dword); in cpqhp_find_available_resources() 1274 func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0); in cpqhp_find_available_resources() 1276 while (func && (func->function != (dev_func & 0x07))) { in cpqhp_find_available_resources() 1277 dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index); in cpqhp_find_available_resources() 1278 func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++); in cpqhp_find_available_resources()
|
H A D | cpqphp.h | 197 u8 dev_func; member 213 DEV_FUNC = offsetof(struct slot_rt, dev_func),
|