Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.c438 struct amdgpu_xcp_res_details *xcp_res, char *buf) \
445 ssize_t (*show)(struct amdgpu_xcp_res_details *xcp_res, char *buf);
488 #define to_xcp_res(x) container_of(x, struct amdgpu_xcp_res_details, kobj)
494 struct amdgpu_xcp_res_details *xcp_res; in xcp_cfg_res_sysfs_attr_show()
640 struct amdgpu_xcp_res_details *xcp_res; in amdgpu_xcp_cfg_sysfs_init()
708 struct amdgpu_xcp_res_details *xcp_res; in amdgpu_xcp_cfg_sysfs_fini()
H A Damdgpu_xcp.h67 struct amdgpu_xcp_res_details { struct
76 struct amdgpu_xcp_res_details xcp_res[AMDGPU_XCP_RES_MAX]; argument