Home
last modified time | relevance | path

Searched refs:attr_eb (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/misc/cxl/
Dsysfs.c656 device_remove_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_remove()
690 sysfs_attr_init(&afu->attr_eb.attr); in cxl_sysfs_afu_add()
692 afu->attr_eb.attr.name = "afu_err_buff"; in cxl_sysfs_afu_add()
693 afu->attr_eb.attr.mode = S_IRUGO; in cxl_sysfs_afu_add()
694 afu->attr_eb.size = afu->eb_len; in cxl_sysfs_afu_add()
695 afu->attr_eb.read = afu_eb_read; in cxl_sysfs_afu_add()
697 rc = device_create_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_add()
Dcxl.h500 struct bin_attribute attr_eb; member