pci_read_vpd (9) Linux Manual Page
pci_read_vpd – Read one entry from Vital Product Data
Synopsis
- ssize_t pci_read_vpd(struct pci_dev
* dev, loff_tpos, size_t count, void * buf);
Arguments
dev
-
- pci device struct
pos
- offset in vpd space
count
- number of bytes to read
buf
- pointer to where to store result
