Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cxl/
H A Dsysfs.c504 struct afu_config_record { struct
514 #define to_cr(obj) container_of(obj, struct afu_config_record, kobj) argument
519 struct afu_config_record *cr = to_cr(kobj); in vendor_show()
527 struct afu_config_record *cr = to_cr(kobj); in device_show()
535 struct afu_config_record *cr = to_cr(kobj); in class_show()
544 struct afu_config_record *cr = to_cr(kobj); in afu_read_config()
577 struct afu_config_record *cr = to_cr(kobj); in release_afu_config_record()
590 struct afu_config_record *cr; in cxl_sysfs_afu_new_cr()
593 cr = kzalloc(sizeof(struct afu_config_record), GFP_KERNEL); in cxl_sysfs_afu_new_cr()
652 struct afu_config_record *cr, *tmp; in cxl_sysfs_afu_remove()
[all …]