other versions
- wheezy 3.2.78-1
PCI_WRITE_VPD(9) | Hardware Interfaces | PCI_WRITE_VPD(9) |
NAME¶
pci_write_vpd - Write entry to Vital Product DataSYNOPSIS¶
ssize_t
pci_write_vpd(struct pci_dev * dev,
loff_t pos, size_t count,
const void * buf);
ARGUMENTS¶
devpci device struct
pos
offset in vpd space
count
number of bytes to write
buf
buffer containing write data
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |