Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c807 if (!list_empty(&ip_hw_id->hw_id_kset.list)) in ip_hw_id_release()
985 res = kset_register(&ip_hw_id->hw_id_kset); in amdgpu_discovery_sysfs_ips()
993 &ip_hw_id->hw_id_kset.kobj, in amdgpu_discovery_sysfs_ips()
1033 ip_hw_instance->kobj.kset = &ip_hw_id->hw_id_kset; in amdgpu_discovery_sysfs_ips()
1152 struct kset *hw_id_kset; in amdgpu_discovery_sysfs_ip_hw_free() local
1154 hw_id_kset = &ip_hw_id->hw_id_kset; in amdgpu_discovery_sysfs_ip_hw_free()
1155 spin_lock(&hw_id_kset->list_lock); in amdgpu_discovery_sysfs_ip_hw_free()
1158 spin_unlock(&hw_id_kset->list_lock); in amdgpu_discovery_sysfs_ip_hw_free()
1161 spin_lock(&hw_id_kset->list_lock); in amdgpu_discovery_sysfs_ip_hw_free()
1163 spin_unlock(&hw_id_kset->list_lock); in amdgpu_discovery_sysfs_ip_hw_free()
[all …]