Write entry to vital product data
ssize_t pci_write_vpd(struct pci_dev * dev, loff_t pos, size_t count, const void * buf);
dev
pci device struct
pos
offset in vpd space
count
number of bytes to write
buf
buffer containing write data