Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cxl/
Dsysfs.c395 static struct device_attribute afu_attrs[] = { variable
572 for (i = 0; i < ARRAY_SIZE(afu_attrs); i++) in cxl_sysfs_afu_remove()
573 device_remove_file(&afu->dev, &afu_attrs[i]); in cxl_sysfs_afu_remove()
588 for (i = 0; i < ARRAY_SIZE(afu_attrs); i++) { in cxl_sysfs_afu_add()
589 if ((rc = device_create_file(&afu->dev, &afu_attrs[i]))) in cxl_sysfs_afu_add()
630 device_remove_file(&afu->dev, &afu_attrs[i]); in cxl_sysfs_afu_add()