Home
last modified time | relevance | path

Searched refs:attr_eb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/cxl/
H A 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()
H A Dcxl.h500 struct bin_attribute attr_eb; member
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dsysfs.c657 device_remove_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_remove()
691 sysfs_attr_init(&afu->attr_eb.attr); in cxl_sysfs_afu_add()
693 afu->attr_eb.attr.name = "afu_err_buff"; in cxl_sysfs_afu_add()
694 afu->attr_eb.attr.mode = S_IRUGO; in cxl_sysfs_afu_add()
695 afu->attr_eb.size = afu->eb_len; in cxl_sysfs_afu_add()
696 afu->attr_eb.read = afu_eb_read; in cxl_sysfs_afu_add()
698 rc = device_create_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_add()
H A Dcxl.h502 struct bin_attribute attr_eb; member

Completed in 8 milliseconds