Home
last modified time | relevance | path

Searched defs:pci_vpd (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/
Dvpd.c22 struct pci_vpd { struct
23 const struct pci_vpd_ops *ops; argument
24 struct bin_attribute *attr; /* Descriptor for sysfs VPD entry */
25 struct mutex lock;
26 unsigned int len;
27 u16 flag;
28 u8 cap;
29 unsigned int busy:1;
30 unsigned int valid:1;