Home
last modified time | relevance | path

Searched refs:dev_func (Results 1 – 10 of 10) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/cuda/tests/cudapy/
H A Dtest_errors.py63 def dev_func(x): function
68 dev_func(1.5)
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/pci/
H A Dce4100.c30 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/pci/
H A Dce4100.c30 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()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/pci/
H A Dce4100.c30 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_pci.c1244 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()
H A Dcpqphp.h197 u8 dev_func; member
213 DEV_FUNC = offsetof(struct slot_rt, dev_func),
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_pci.c1244 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()
H A Dcpqphp.h197 u8 dev_func; member
213 DEV_FUNC = offsetof(struct slot_rt, dev_func),
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_pci.c1244 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()
H A Dcpqphp.h197 u8 dev_func; member
213 DEV_FUNC = offsetof(struct slot_rt, dev_func),