Home
last modified time | relevance | path

Searched refs:afu_cr_read16 (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/misc/cxl/
Dof.c220 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()
Dvphb.c140 rc = cxl_ops->afu_cr_read16(afu, record, offset, &val16); in cxl_pcie_read_config()
Dsysfs.c599 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()
Dcxl.h1095 int (*afu_cr_read16)(struct cxl_afu *afu, int cr_idx, u64 offset, u16 *val); member
Dguest.c1197 .afu_cr_read16 = guest_afu_cr_read16,
Dnative.c1590 .afu_cr_read16 = native_afu_cr_read16,