Lines Matching refs:ip_hw_id
851 struct ip_hw_id { struct
969 #define to_ip_hw_id(x) container_of(to_kset(x), struct ip_hw_id, hw_id_kset)
973 struct ip_hw_id *ip_hw_id = to_ip_hw_id(kobj); in ip_hw_id_release() local
975 if (!list_empty(&ip_hw_id->hw_id_kset.list)) in ip_hw_id_release()
977 kfree(ip_hw_id); in ip_hw_id_release()
1132 struct ip_hw_id *ip_hw_id = NULL; in amdgpu_discovery_sysfs_ips() local
1151 if (!ip_hw_id) { in amdgpu_discovery_sysfs_ips()
1152 ip_hw_id = kzalloc_obj(*ip_hw_id); in amdgpu_discovery_sysfs_ips()
1153 if (!ip_hw_id) in amdgpu_discovery_sysfs_ips()
1155 ip_hw_id->hw_id = ii; in amdgpu_discovery_sysfs_ips()
1157 kobject_set_name(&ip_hw_id->hw_id_kset.kobj, "%d", ii); in amdgpu_discovery_sysfs_ips()
1158 ip_hw_id->hw_id_kset.kobj.kset = &ip_die_entry->ip_kset; in amdgpu_discovery_sysfs_ips()
1159 ip_hw_id->hw_id_kset.kobj.ktype = &ip_hw_id_ktype; in amdgpu_discovery_sysfs_ips()
1160 res = kset_register(&ip_hw_id->hw_id_kset); in amdgpu_discovery_sysfs_ips()
1163 kfree(ip_hw_id); in amdgpu_discovery_sysfs_ips()
1168 &ip_hw_id->hw_id_kset.kobj, in amdgpu_discovery_sysfs_ips()
1207 ip_hw_instance->kobj.kset = &ip_hw_id->hw_id_kset; in amdgpu_discovery_sysfs_ips()
1328 static void amdgpu_discovery_sysfs_ip_hw_free(struct ip_hw_id *ip_hw_id) in amdgpu_discovery_sysfs_ip_hw_free() argument
1333 hw_id_kset = &ip_hw_id->hw_id_kset; in amdgpu_discovery_sysfs_ip_hw_free()
1343 kobject_put(&ip_hw_id->hw_id_kset.kobj); in amdgpu_discovery_sysfs_ip_hw_free()