1PCI_READ_VPD(9) Hardware Interfaces PCI_READ_VPD(9)
23
4
NAME
6pci_read_vpd - Read one entry from Vital Product Data
7
SYNOPSIS
9ssize_t pci_read_vpd(struct pci_dev * dev, loff_t pos, size_t count,
10void * buf);
11
ARGUMENTS
13dev
14pci device struct
1516
pos
17offset in vpd space
1819
count
20number of bytes to read
2122
buf
23pointer to where to store result
24
COPYRIGHT
26Kernel Hackers Manual 2.6. November 2011 PCI_READ_VPD(9)