Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/cxl/
Dsysfs.c25 struct cxl *adapter = to_cxl_adapter(device); in caia_version_show()
35 struct cxl *adapter = to_cxl_adapter(device); in psl_revision_show()
44 struct cxl *adapter = to_cxl_adapter(device); in base_image_show()
53 struct cxl *adapter = to_cxl_adapter(device); in image_loaded_show()
64 struct cxl *adapter = to_cxl_adapter(device); in psl_timebase_synced_show()
85 struct cxl *adapter = to_cxl_adapter(device); in tunneled_ops_supported_show()
94 struct cxl *adapter = to_cxl_adapter(device); in reset_adapter_store()
130 struct cxl *adapter = to_cxl_adapter(device); in load_image_on_perst_show()
144 struct cxl *adapter = to_cxl_adapter(device); in load_image_on_perst_store()
168 struct cxl *adapter = to_cxl_adapter(device); in perst_reloads_same_image_show()
[all …]
Dcxl.h445 #define to_cxl_adapter(d) container_of(d, struct cxl, dev) macro
Dguest.c1098 free_adapter(to_cxl_adapter(dev)); in release_adapter()
Dpci.c1424 struct cxl *adapter = to_cxl_adapter(dev); in cxl_release_adapter()