Home
last modified time | relevance | path

Searched defs:devfn (Results 201 – 225 of 241) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Dpasid.c110 int devfn; member
H A Dsvm.c1137 u8 bus, devfn; in intel_svm_page_response() local
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmar.h37 u8 devfn; member
H A Dpci.h65 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) argument
321 unsigned int devfn; /* Encoded device & function index */ member
1796 unsigned int devfn) in pci_get_slot()
1799 unsigned int bus, unsigned int devfn) in pci_get_domain_bus_and_slot()
/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c510 pci_dev_t devfn; member
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpciehp_hpc.c250 static bool pci_bus_check_dev(struct pci_bus *bus, int devfn) in pci_bus_check_dev()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-brcmstb.c699 static inline int brcm_pcie_cfg_index(int busnr, int devfn, int reg) in brcm_pcie_cfg_index()
707 static void __iomem *brcm_pcie_map_conf(struct pci_bus *bus, unsigned int devfn, in brcm_pcie_map_conf()
H A Dpci-v3-semi.c313 unsigned int devfn, int offset) in v3_map_bus()
H A Dpci-hyperv.c627 static u32 devfn_to_wslot(int devfn) in devfn_to_wslot()
812 static int hv_pcifront_read_config(struct pci_bus *bus, unsigned int devfn, in hv_pcifront_read_config()
840 static int hv_pcifront_write_config(struct pci_bus *bus, unsigned int devfn, in hv_pcifront_write_config()
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dconfig.c82 unsigned int devfn = PCI_DEVFN(PCI_SLOT(dev->devfn), 0); in get_function_0() local
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpci.h137 unsigned int devfn; /* DEVFN part of the RID*/ member
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dcoretemp.c235 u16 devfn = PCI_DEVFN(0, 0); in adjust_tjmax() local
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dti113x.h655 int devfn; in ti12xx_2nd_slot_empty() local
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci.c409 static int __pci_find_next_cap_ttl(struct pci_bus *bus, unsigned int devfn, in __pci_find_next_cap_ttl()
433 static int __pci_find_next_cap(struct pci_bus *bus, unsigned int devfn, in __pci_find_next_cap()
449 unsigned int devfn, u8 hdr_type) in __pci_bus_find_cap_start()
512 int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap) in pci_bus_find_capability()
H A Dquirks.c5509 int pci_idt_bus_quirk(struct pci_bus *bus, int devfn, u32 *l, int timeout) in pci_idt_bus_quirk()
5605 u8 devfn; in quirk_switchtec_ntb_dma_alias() local
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c556 static int tegra_pcie_dw_rd_own_conf(struct pci_bus *bus, u32 devfn, int where, in tegra_pcie_dw_rd_own_conf()
573 static int tegra_pcie_dw_wr_own_conf(struct pci_bus *bus, u32 devfn, int where, in tegra_pcie_dw_wr_own_conf()
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Ddmi_scan.c357 int devfn, const char *name, int type) in dmi_save_dev_pciaddr()
/OK3568_Linux_fs/kernel/drivers/staging/mt7621-pci/
H A Dpci-mt7621.c183 unsigned int devfn, int where) in mt7621_pcie_map_bus()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dskx_base.c55 u16 devfn[SKX_NUM_IMC]; member
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprom_irqtrans.c121 unsigned int bus, devfn; in sabre_wsync_handler() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dboot.c378 unsigned int devfn; in mp_config_acpi_gsi() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.c129 int devfn = pdev->devfn; in mac_to_intf() local
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h503 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument
826 int devfn; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/alacritech/
H A Dslicoss.c1597 unsigned int devfn = PCI_FUNC(sdev->pdev->devfn); in slic_read_eeprom() local
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dghes.c551 unsigned int devfn; in ghes_handle_aer() local

12345678910