other versions
PCI_WRITE_VPD(9) | Hardware Interfaces | PCI_WRITE_VPD(9) |
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¶
struct pci_dev * dev
pci device struct
loff_t pos
offset in vpd space
size_t count
number of bytes to write
const void * buf
buffer containing write data
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |