other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PCI_READ_VPD(9) | Hardware Interfaces | PCI_READ_VPD(9) |
NAME¶
pci_read_vpd - Read one entry from Vital Product DataSYNOPSIS¶
ssize_t
pci_read_vpd(struct pci_dev * dev,
loff_t pos, size_t count,
void * buf);
ARGUMENTS¶
devpci device struct
pos
offset in vpd space
count
number of bytes to read
buf
pointer to where to store result
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |