Searched refs:pci_write_vpd_any (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | vpd.c | 487 ssize_t pci_write_vpd_any(struct pci_dev *dev, loff_t pos, size_t count, const void *buf) in pci_write_vpd_any() function 491 EXPORT_SYMBOL(pci_write_vpd_any);
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1426 ssize_t pci_write_vpd_any(struct pci_dev *dev, loff_t pos, size_t count, const void *buf);
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 615 ret = pci_write_vpd_any(adapter->pdev, EEPROM_STAT_ADDR, sizeof(u32), in t3_seeprom_wp()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 4297 rc = pci_write_vpd_any(sky2->hw->pdev, eeprom->offset, eeprom->len, in sky2_set_eeprom()
|