Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.c46 static int pdev_num; variable
55 if (pdev_num >= MAX_XCP_PLATFORM_DEVICE) in amdgpu_xcp_drm_dev_alloc()
73 xcp_dev[pdev_num] = pxcp_dev; in amdgpu_xcp_drm_dev_alloc()
74 xcp_dev[pdev_num]->pdev = pdev; in amdgpu_xcp_drm_dev_alloc()
76 pdev_num++; in amdgpu_xcp_drm_dev_alloc()
91 for (--pdev_num; pdev_num >= 0; --pdev_num) { in amdgpu_xcp_drv_release()
92 devres_release_group(&xcp_dev[pdev_num]->pdev->dev, NULL); in amdgpu_xcp_drv_release()
93 platform_device_unregister(xcp_dev[pdev_num]->pdev); in amdgpu_xcp_drv_release()
94 xcp_dev[pdev_num]->pdev = NULL; in amdgpu_xcp_drv_release()
95 xcp_dev[pdev_num] = NULL; in amdgpu_xcp_drv_release()
[all …]