Searched refs:find_smbios_instance_string (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/pci/ |
| D | pci-label.c | 58 static size_t find_smbios_instance_string(struct pci_dev *pdev, char *buf, in find_smbios_instance_string() function 93 return find_smbios_instance_string(pdev, buf, in smbios_label_show() 104 return find_smbios_instance_string(pdev, buf, in index_show() 124 if (!find_smbios_instance_string(pdev, NULL, SMBIOS_ATTR_NONE)) in smbios_attr_is_visible()
|
| /kernel/linux/linux-5.10/drivers/pci/ |
| D | pci-label.c | 43 static size_t find_smbios_instance_string(struct pci_dev *pdev, char *buf, in find_smbios_instance_string() function 88 return find_smbios_instance_string(pdev, NULL, SMBIOS_ATTR_NONE) ? in smbios_instance_string_exist() 98 return find_smbios_instance_string(pdev, buf, in smbioslabel_show() 108 return find_smbios_instance_string(pdev, buf, in smbiosinstance_show()
|