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

/linux-4.4.14/drivers/misc/cxl/
H A Dsysfs.c429 struct afu_config_record { struct
439 #define to_cr(obj) container_of(obj, struct afu_config_record, kobj)
444 struct afu_config_record *cr = to_cr(kobj); vendor_show()
452 struct afu_config_record *cr = to_cr(kobj); device_show()
460 struct afu_config_record *cr = to_cr(kobj); class_show()
469 struct afu_config_record *cr = to_cr(kobj); afu_read_config()
499 struct afu_config_record *cr = to_cr(kobj); release_afu_config_record()
510 static struct afu_config_record *cxl_sysfs_afu_new_cr(struct cxl_afu *afu, int cr_idx) cxl_sysfs_afu_new_cr()
512 struct afu_config_record *cr; cxl_sysfs_afu_new_cr()
515 cr = kzalloc(sizeof(struct afu_config_record), GFP_KERNEL); cxl_sysfs_afu_new_cr()
565 struct afu_config_record *cr, *tmp; cxl_sysfs_afu_remove()
583 struct afu_config_record *cr; cxl_sysfs_afu_add()

Completed in 154 milliseconds