Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_VPD (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dconf_space_capability.c279 .capability = PCI_CAP_ID_VPD,
/OK3568_Linux_fs/kernel/drivers/vfio/pci/
H A Dvfio_pci_config.c47 [PCI_CAP_ID_VPD] = PCI_CAP_VPD_SIZEOF,
797 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_VPD])) in init_pci_cap_vpd_perm()
1040 free_perm_bits(&cap_perms[PCI_CAP_ID_VPD]); in vfio_pci_uninit_perm_bits()
1058 ret |= init_pci_cap_vpd_perm(&cap_perms[PCI_CAP_ID_VPD]); in vfio_pci_init_perm_bits()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h212 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h212 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dvpd.c374 cap = pci_find_capability(dev, PCI_CAP_ID_VPD); in pci_vpd_init()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h212 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h333 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dskge.c825 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_get_eeprom()
851 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_set_eeprom()
H A Dsky2.c4326 int cap = pci_find_capability(sky2->hw->pdev, PCI_CAP_ID_VPD); in sky2_get_eeprom()
4340 int cap = pci_find_capability(sky2->hw->pdev, PCI_CAP_ID_VPD); in sky2_set_eeprom()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_hw.c314 ret = csio_pci_capability(hw->pdev, PCI_CAP_ID_VPD, in csio_hw_get_vpd_params()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3680 pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD); in t3_prep_adapter()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c3208 PCI_CAP_ID_VPD); in cxgb4_mgmt_fill_vf_station_mac_addr()