afu_cr_read16 1093 drivers/misc/cxl/cxl.h int (*afu_cr_read16)(struct cxl_afu *afu, int cr_idx, u64 offset, u16 *val); afu_cr_read16 1191 drivers/misc/cxl/guest.c .afu_cr_read16 = guest_afu_cr_read16, afu_cr_read16 1589 drivers/misc/cxl/native.c .afu_cr_read16 = native_afu_cr_read16, afu_cr_read16 220 drivers/misc/cxl/of.c rc = cxl_ops->afu_cr_read16(afu, i, PCI_DEVICE_ID, afu_cr_read16 225 drivers/misc/cxl/of.c rc = cxl_ops->afu_cr_read16(afu, i, PCI_VENDOR_ID, afu_cr_read16 598 drivers/misc/cxl/sysfs.c rc = cxl_ops->afu_cr_read16(afu, cr_idx, PCI_DEVICE_ID, &cr->device); afu_cr_read16 601 drivers/misc/cxl/sysfs.c rc = cxl_ops->afu_cr_read16(afu, cr_idx, PCI_VENDOR_ID, &cr->vendor); afu_cr_read16 140 drivers/misc/cxl/vphb.c rc = cxl_ops->afu_cr_read16(afu, record, offset, &val16);