Home
last modified time | relevance | path

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

/linux/drivers/misc/cxl/
H A Dsysfs.c240 struct cxl_afu *afu = to_cxl_afu(device); in mmio_size_show()
251 struct cxl_afu *afu = to_cxl_afu(device); in reset_store_afu()
274 struct cxl_afu *afu = to_cxl_afu(device); in irqs_min_show()
283 struct cxl_afu *afu = to_cxl_afu(device); in irqs_max_show()
292 struct cxl_afu *afu = to_cxl_afu(device); in irqs_max_store()
319 struct cxl_afu *afu = to_cxl_afu(device); in modes_supported_show()
333 struct cxl_afu *afu = to_cxl_afu(device); in prefault_mode_show()
349 struct cxl_afu *afu = to_cxl_afu(device); in prefault_mode_store()
378 struct cxl_afu *afu = to_cxl_afu(device); in mode_show()
390 struct cxl_afu *afu = to_cxl_afu(devic in mode_store()
[all...]
H A Dcxl.h444 #define to_cxl_afu(d) container_of(d, struct cxl_afu, dev) macro
H A Dguest.c664 struct cxl_afu *afu = to_cxl_afu(dev); in guest_release_afu()