Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.c701 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()
[all …]