PCI_WRITE_VPD
Section: Hardware Interfaces (9)
Updated: February 2011
Index
Return to Main Contents
NAME
pci_write_vpd - Write entry to Vital Product Data
SYNOPSIS
-
ssize_t pci_write_vpd(struct pci_dev * dev, loff_t pos, 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
COPYRIGHT