Lines Matching refs:ip_hw_id
748 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()
1050 kobject_set_name(&ip_hw_id->hw_id_kset.kobj, "%d", ii); in amdgpu_discovery_sysfs_ips()
1051 ip_hw_id->hw_id_kset.kobj.kset = &ip_die_entry->ip_kset; in amdgpu_discovery_sysfs_ips()
1052 ip_hw_id->hw_id_kset.kobj.ktype = &ip_hw_id_ktype; in amdgpu_discovery_sysfs_ips()
1053 res = kset_register(&ip_hw_id->hw_id_kset); in amdgpu_discovery_sysfs_ips()
1056 kfree(ip_hw_id); in amdgpu_discovery_sysfs_ips()
1061 &ip_hw_id->hw_id_kset.kobj, in amdgpu_discovery_sysfs_ips()
1101 ip_hw_instance->kobj.kset = &ip_hw_id->hw_id_kset; in amdgpu_discovery_sysfs_ips()
1217 static void amdgpu_discovery_sysfs_ip_hw_free(struct ip_hw_id *ip_hw_id) in amdgpu_discovery_sysfs_ip_hw_free() argument
1222 hw_id_kset = &ip_hw_id->hw_id_kset; in amdgpu_discovery_sysfs_ip_hw_free()
1232 kobject_put(&ip_hw_id->hw_id_kset.kobj); in amdgpu_discovery_sysfs_ip_hw_free()