Home
last modified time | relevance | path

Searched refs:pci_vpd_find_id_string (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dvpd.c394 int pci_vpd_find_id_string(const u8 *buf, unsigned int len, unsigned int *size) in pci_vpd_find_id_string() function
398 EXPORT_SYMBOL_GPL(pci_vpd_find_id_string);
/openbmc/linux/include/linux/
H A Dpci.h2517 int pci_vpd_find_id_string(const u8 *buf, unsigned int len, unsigned int *size);
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2767 ret = pci_vpd_find_id_string(vpd, VPD_LEN, &id_len); in t4_get_raw_vpd_params()