Searched refs:afu_cr_read32 (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | vphb.c | 144 rc = cxl_ops->afu_cr_read32(afu, record, offset, &val32); in cxl_pcie_read_config()
|
H A D | of.c | 230 rc = cxl_ops->afu_cr_read32(afu, i, PCI_CLASS_REVISION, in cxl_of_read_afu_properties()
|
H A D | sysfs.c | 604 rc = cxl_ops->afu_cr_read32(afu, cr_idx, PCI_CLASS_REVISION, &cr->class); in cxl_sysfs_afu_new_cr()
|
H A D | guest.c | 1196 .afu_cr_read32 = guest_afu_cr_read32,
|
H A D | cxl.h | 1094 int (*afu_cr_read32)(struct cxl_afu *afu, int cr_idx, u64 offset, u32 *val); member
|
H A D | pci.c | 903 rc = cxl_ops->afu_cr_read32(afu, i, 0, &val); in cxl_afu_descriptor_looks_ok()
|
H A D | native.c | 1590 .afu_cr_read32 = native_afu_cr_read32,
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | vphb.c | 138 rc = cxl_ops->afu_cr_read32(afu, record, offset, &val32); in cxl_pcie_read_config()
|
H A D | of.c | 230 rc = cxl_ops->afu_cr_read32(afu, i, PCI_CLASS_REVISION, in cxl_of_read_afu_properties()
|
H A D | sysfs.c | 605 rc = cxl_ops->afu_cr_read32(afu, cr_idx, PCI_CLASS_REVISION, &cr->class); in cxl_sysfs_afu_new_cr()
|
H A D | cxl.h | 1096 int (*afu_cr_read32)(struct cxl_afu *afu, int cr_idx, u64 offset, u32 *val); member
|
H A D | guest.c | 1202 .afu_cr_read32 = guest_afu_cr_read32,
|
H A D | pci.c | 894 rc = cxl_ops->afu_cr_read32(afu, i, 0, &val); in cxl_afu_descriptor_looks_ok()
|
H A D | native.c | 1586 .afu_cr_read32 = native_afu_cr_read32,
|
Completed in 24 milliseconds