Searched refs:ip_die_entry (Results 1 – 1 of 1) sorted by relevance
789 struct ip_die_entry { struct928 ssize_t (*show)(struct ip_die_entry *ip_die_entry, char *buf);933 static ssize_t num_ips_show(struct ip_die_entry *ip_die_entry, char *buf) in num_ips_show() argument958 struct ip_die_entry *ip_die_entry = to_ip_die_entry(kobj); in ip_die_entry_attr_show() local968 struct ip_die_entry *ip_die_entry = to_ip_die_entry(kobj); in ip_die_entry_release() local972 kfree(ip_die_entry); in ip_die_entry_release()1051 struct ip_die_entry *ip_die_entry, in amdgpu_discovery_sysfs_ips() argument1175 struct ip_die_entry *ip_die_entry; in amdgpu_discovery_sysfs_recurse() local1188 ip_die_entry = kzalloc(sizeof(*ip_die_entry), GFP_KERNEL); in amdgpu_discovery_sysfs_recurse()1189 if (!ip_die_entry) in amdgpu_discovery_sysfs_recurse()[all …]