Home
last modified time | relevance | path

Searched refs:to_cxl_adapter (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/misc/cxl/ !
Dsysfs.c21 struct cxl *adapter = to_cxl_adapter(device); in caia_version_show()
31 struct cxl *adapter = to_cxl_adapter(device); in psl_revision_show()
40 struct cxl *adapter = to_cxl_adapter(device); in base_image_show()
49 struct cxl *adapter = to_cxl_adapter(device); in image_loaded_show()
60 struct cxl *adapter = to_cxl_adapter(device); in psl_timebase_synced_show()
81 struct cxl *adapter = to_cxl_adapter(device); in tunneled_ops_supported_show()
90 struct cxl *adapter = to_cxl_adapter(device); in reset_adapter_store()
126 struct cxl *adapter = to_cxl_adapter(device); in load_image_on_perst_show()
140 struct cxl *adapter = to_cxl_adapter(device); in load_image_on_perst_store()
164 struct cxl *adapter = to_cxl_adapter(device); in perst_reloads_same_image_show()
[all …]
Dcxl.h443 #define to_cxl_adapter(d) container_of(d, struct cxl, dev) macro
Dguest.c1100 free_adapter(to_cxl_adapter(dev)); in release_adapter()
Dpci.c1420 struct cxl *adapter = to_cxl_adapter(dev); in cxl_release_adapter()