Lines Matching refs:xcp_res
701 struct amdgpu_xcp_res_details *xcp_res, char *buf) \
703 return sysfs_emit(buf, "%d\n", xcp_res->_name); \
708 ssize_t (*show)(struct amdgpu_xcp_res_details *xcp_res, char *buf);
757 struct amdgpu_xcp_res_details *xcp_res; in xcp_cfg_res_sysfs_attr_show() local
760 xcp_res = to_xcp_res(kobj); in xcp_cfg_res_sysfs_attr_show()
765 return attribute->show(xcp_res, buf); in xcp_cfg_res_sysfs_attr_show()
903 struct amdgpu_xcp_res_details *xcp_res; in amdgpu_xcp_cfg_sysfs_init() local
945 xcp_res = &xcp_cfg->xcp_res[i]; in amdgpu_xcp_cfg_sysfs_init()
946 rid = xcp_res->id; in amdgpu_xcp_cfg_sysfs_init()
947 r = kobject_init_and_add(&xcp_res->kobj, in amdgpu_xcp_cfg_sysfs_init()
959 xcp_res = &xcp_cfg->xcp_res[i]; in amdgpu_xcp_cfg_sysfs_init()
960 kobject_put(&xcp_res->kobj); in amdgpu_xcp_cfg_sysfs_init()
971 struct amdgpu_xcp_res_details *xcp_res; in amdgpu_xcp_cfg_sysfs_fini() local
980 xcp_res = &xcp_cfg->xcp_res[i]; in amdgpu_xcp_cfg_sysfs_fini()
981 kobject_put(&xcp_res->kobj); in amdgpu_xcp_cfg_sysfs_fini()