Searched refs:read_vpd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | of.c | 111 static int read_vpd(struct cxl *adapter, struct cxl_afu *afu) in read_vpd() function 187 read_vpd(NULL, afu); in cxl_of_read_afu_properties() 430 read_vpd(adapter, NULL); in cxl_of_read_adapter_properties()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | of.c | 111 static int read_vpd(struct cxl *adapter, struct cxl_afu *afu) in read_vpd() function 187 read_vpd(NULL, afu); in cxl_of_read_afu_properties() 429 read_vpd(adapter, NULL); in cxl_of_read_adapter_properties()
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.c | 1622 * read_vpd() - obtains the WWPNs from VPD 1628 static int read_vpd(struct cxlflash_cfg *cfg, u64 wwpn[]) in read_vpd() function 1779 rc = read_vpd(cfg, &wwpn[0]); in init_global()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | main.c | 1622 * read_vpd() - obtains the WWPNs from VPD 1628 static int read_vpd(struct cxlflash_cfg *cfg, u64 wwpn[]) in read_vpd() function 1756 rc = read_vpd(cfg, &wwpn[0]); in init_global()
|
Completed in 12 milliseconds