Lines Matching refs:afu_config_record
508 struct afu_config_record { struct
518 #define to_cr(obj) container_of(obj, struct afu_config_record, kobj) argument
523 struct afu_config_record *cr = to_cr(kobj); in vendor_show()
531 struct afu_config_record *cr = to_cr(kobj); in device_show()
539 struct afu_config_record *cr = to_cr(kobj); in class_show()
548 struct afu_config_record *cr = to_cr(kobj); in afu_read_config()
580 struct afu_config_record *cr = to_cr(kobj); in release_afu_config_record()
591 static struct afu_config_record *cxl_sysfs_afu_new_cr(struct cxl_afu *afu, int cr_idx) in cxl_sysfs_afu_new_cr()
593 struct afu_config_record *cr; in cxl_sysfs_afu_new_cr()
596 cr = kzalloc(sizeof(struct afu_config_record), GFP_KERNEL); in cxl_sysfs_afu_new_cr()
655 struct afu_config_record *cr, *tmp; in cxl_sysfs_afu_remove()
678 struct afu_config_record *cr; in cxl_sysfs_afu_add()