Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c748 struct ip_hw_id { struct
869 #define to_ip_hw_id(x) container_of(to_kset(x), struct ip_hw_id, hw_id_kset)
873 struct ip_hw_id *ip_hw_id = to_ip_hw_id(kobj); in ip_hw_id_release() local
875 if (!list_empty(&ip_hw_id->hw_id_kset.list)) in ip_hw_id_release()
877 kfree(ip_hw_id); in ip_hw_id_release()
1027 struct ip_hw_id *ip_hw_id = NULL; in amdgpu_discovery_sysfs_ips() local
1044 if (!ip_hw_id) { in amdgpu_discovery_sysfs_ips()
1045 ip_hw_id = kzalloc(sizeof(*ip_hw_id), GFP_KERNEL); in amdgpu_discovery_sysfs_ips()
1046 if (!ip_hw_id) in amdgpu_discovery_sysfs_ips()
1048 ip_hw_id->hw_id = ii; in amdgpu_discovery_sysfs_ips()
[all …]