Searched refs:PCI_CAP_ID_VPD (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/ |
| H A D | conf_space_capability.c | 279 .capability = PCI_CAP_ID_VPD,
|
| /OK3568_Linux_fs/kernel/drivers/vfio/pci/ |
| H A D | vfio_pci_config.c | 47 [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 D | pci_regs.h | 212 #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 D | pci_regs.h | 212 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | vpd.c | 374 cap = pci_find_capability(dev, PCI_CAP_ID_VPD); in pci_vpd_init()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pci_regs.h | 212 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 333 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A D | skge.c | 825 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 D | sky2.c | 4326 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 D | csio_hw.c | 314 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 D | t3_hw.c | 3680 pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD); in t3_prep_adapter()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 3208 PCI_CAP_ID_VPD); in cxgb4_mgmt_fill_vf_station_mac_addr()
|