1PCI_WRITE_VPD(9) Hardware Interfaces PCI_WRITE_VPD(9)
23
4
NAME
6pci_write_vpd - Write entry to Vital Product Data
7
SYNOPSIS
9ssize_t pci_write_vpd(struct pci_dev * dev, loff_t pos, size_t count,
10const void * buf);
11
ARGUMENTS
13dev
14pci device struct
1516
pos
17offset in vpd space
1819
count
20number of bytes to write
2122
buf
23buffer containing write data
24
COPYRIGHT
26Kernel Hackers Manual 2.6. June 2019 PCI_WRITE_VPD(9)