Home
last modified time | relevance | path

Searched defs:pci_vpd (Results 1 – 2 of 2) 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;
/kernel/linux/linux-6.6/include/linux/
Dpci.h309 struct pci_vpd { struct
310 struct mutex lock;
311 unsigned int len;
312 u8 cap;