Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/ocxl/
Dsysfs.c10 struct ocxl_afu *afu = to_ocxl_afu(device); in global_mmio_size_show()
20 struct ocxl_afu *afu = to_ocxl_afu(device); in pp_mmio_size_show()
30 struct ocxl_afu *afu = to_ocxl_afu(device); in afu_version_show()
41 struct ocxl_afu *afu = to_ocxl_afu(device); in contexts_show()
58 struct ocxl_afu *afu = to_ocxl_afu(kobj_to_dev(kobj)); in global_mmio_read()
89 struct ocxl_afu *afu = to_ocxl_afu(kobj_to_dev(kobj)); in global_mmio_mmap()
Docxl_internal.h15 #define to_ocxl_afu(d) container_of(d, struct ocxl_afu, dev) macro
Dpci.c66 struct ocxl_afu *afu = to_ocxl_afu(dev); in free_afu_dev()