Home
last modified time | relevance | path

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

/linux-4.1.27/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 reset_adapter_store()
81 struct cxl *adapter = to_cxl_adapter(device); in load_image_on_perst_show()
95 struct cxl *adapter = to_cxl_adapter(device); in load_image_on_perst_store()
Dcxl.h340 #define to_cxl_adapter(d) container_of(d, struct cxl, dev) macro
Dpci.c914 struct cxl *adapter = to_cxl_adapter(dev); in cxl_release_adapter()