Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cxl/
Dsysfs.c193 struct cxl_afu *afu = to_cxl_afu(device); in mmio_size_show()
204 struct cxl_afu *afu = to_cxl_afu(device); in reset_store_afu()
227 struct cxl_afu *afu = to_cxl_afu(device); in irqs_min_show()
236 struct cxl_afu *afu = to_cxl_afu(device); in irqs_max_show()
245 struct cxl_afu *afu = to_cxl_afu(device); in irqs_max_store()
266 struct cxl_afu *afu = to_cxl_afu(device); in modes_supported_show()
280 struct cxl_afu *afu = to_cxl_afu(device); in prefault_mode_show()
296 struct cxl_afu *afu = to_cxl_afu(device); in prefault_mode_store()
317 struct cxl_afu *afu = to_cxl_afu(device); in mode_show()
329 struct cxl_afu *afu = to_cxl_afu(device); in mode_store()
[all …]
Dcxl.h345 #define to_cxl_afu(d) container_of(d, struct cxl_afu, dev) macro
Dpci.c608 struct cxl_afu *afu = to_cxl_afu(dev); in cxl_release_afu()