other versions
PCI_READ_VPD(9) | Hardware Interfaces | PCI_READ_VPD(9) |
NAME¶
pci_read_vpd - Read one entry from Vital Product Data
SYNOPSIS¶
ssize_t pci_read_vpd(struct pci_dev * dev, loff_t pos, size_t count, void * buf);
ARGUMENTS¶
struct pci_dev * dev
pci device struct
loff_t pos
offset in vpd space
size_t count
number of bytes to read
void * buf
pointer to where to store result
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |