pci_write_vpd (9) Linux Manual Page
pci_write_vpd – Write entry to Vital Product Data
Synopsis
- ssize_t pci_write_vpd(struct pci_dev
* dev, loff_tpos, size_t count, const void * buf);
Arguments
dev
-
- pci device struct
pos
- offset in vpd space
count
- number of bytes to write
buf
- buffer containing write data
