Searched refs:sys_props (Results 1 – 1 of 1) sorted by relevance
44 static struct kfd_system_properties sys_props; variable188 memset(&sys_props, 0, sizeof(sys_props)); in kfd_release_live_view()232 if (attr == &sys_props.attr_genid) { in sysprops_show()233 ret = sysfs_show_32bit_val(buffer, sys_props.generation_count); in sysprops_show()234 } else if (attr == &sys_props.attr_props) { in sysprops_show()236 sys_props.platform_oem); in sysprops_show()238 sys_props.platform_id); in sysprops_show()240 sys_props.platform_rev); in sysprops_show()614 sys_props.kobj_nodes, "%d", id); in kfd_build_sysfs_node_entry()773 if (!sys_props.kobj_topology) { in kfd_topology_update_sysfs()[all …]