Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c680 struct ip_hw_id { struct
686 struct kset ip_kset; /* ip_discovery/die/#die/, contains ip_hw_id */
801 #define to_ip_hw_id(x) container_of(to_kset(x), struct ip_hw_id, hw_id_kset)
805 struct ip_hw_id *ip_hw_id = to_ip_hw_id(kobj); in ip_hw_id_release() local
807 if (!list_empty(&ip_hw_id->hw_id_kset.list)) in ip_hw_id_release()
808 DRM_ERROR("ip_hw_id->hw_id_kset is not empty"); in ip_hw_id_release()
809 kfree(ip_hw_id); in ip_hw_id_release()
959 struct ip_hw_id *ip_hw_id in amdgpu_discovery_sysfs_ips() local
1149 amdgpu_discovery_sysfs_ip_hw_free(struct ip_hw_id *ip_hw_id) amdgpu_discovery_sysfs_ip_hw_free() argument
[all...]

Completed in 2 milliseconds