Searched refs:afu_cr_read16 (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/misc/cxl/ |
D | of.c | 220 rc = cxl_ops->afu_cr_read16(afu, i, PCI_DEVICE_ID, in cxl_of_read_afu_properties() 225 rc = cxl_ops->afu_cr_read16(afu, i, PCI_VENDOR_ID, in cxl_of_read_afu_properties()
|
D | vphb.c | 140 rc = cxl_ops->afu_cr_read16(afu, record, offset, &val16); in cxl_pcie_read_config()
|
D | sysfs.c | 599 rc = cxl_ops->afu_cr_read16(afu, cr_idx, PCI_DEVICE_ID, &cr->device); in cxl_sysfs_afu_new_cr() 602 rc = cxl_ops->afu_cr_read16(afu, cr_idx, PCI_VENDOR_ID, &cr->vendor); in cxl_sysfs_afu_new_cr()
|
D | cxl.h | 1095 int (*afu_cr_read16)(struct cxl_afu *afu, int cr_idx, u64 offset, u16 *val); member
|
D | guest.c | 1197 .afu_cr_read16 = guest_afu_cr_read16,
|
D | native.c | 1590 .afu_cr_read16 = native_afu_cr_read16,
|