Lines Matching refs:xcp_res
438 struct amdgpu_xcp_res_details *xcp_res, char *buf) \
440 return sysfs_emit(buf, "%d\n", xcp_res->_name); \
445 ssize_t (*show)(struct amdgpu_xcp_res_details *xcp_res, char *buf);
494 struct amdgpu_xcp_res_details *xcp_res; in xcp_cfg_res_sysfs_attr_show() local
497 xcp_res = to_xcp_res(kobj); in xcp_cfg_res_sysfs_attr_show()
502 return attribute->show(xcp_res, buf); in xcp_cfg_res_sysfs_attr_show()
640 struct amdgpu_xcp_res_details *xcp_res; in amdgpu_xcp_cfg_sysfs_init() local
682 xcp_res = &xcp_cfg->xcp_res[i]; in amdgpu_xcp_cfg_sysfs_init()
683 rid = xcp_res->id; in amdgpu_xcp_cfg_sysfs_init()
684 r = kobject_init_and_add(&xcp_res->kobj, in amdgpu_xcp_cfg_sysfs_init()
696 xcp_res = &xcp_cfg->xcp_res[i]; in amdgpu_xcp_cfg_sysfs_init()
697 kobject_put(&xcp_res->kobj); in amdgpu_xcp_cfg_sysfs_init()
708 struct amdgpu_xcp_res_details *xcp_res; in amdgpu_xcp_cfg_sysfs_fini() local
717 xcp_res = &xcp_cfg->xcp_res[i]; in amdgpu_xcp_cfg_sysfs_fini()
718 kobject_put(&xcp_res->kobj); in amdgpu_xcp_cfg_sysfs_fini()