set_tool_table_location  487 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	int (*set_tool_table_location)(struct smu_context *smu);
set_tool_table_location  584 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h 	((smu)->funcs->set_tool_table_location ? (smu)->funcs->set_tool_table_location((smu)) : 0)
set_tool_table_location 1784 drivers/gpu/drm/amd/powerplay/smu_v11_0.c 	.set_tool_table_location = smu_v11_0_set_tool_table_location,