Searched refs:sysfs_show_gen_prop (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.c | 235 #define sysfs_show_gen_prop(buffer, offs, fmt, ...) \ macro 239 sysfs_show_gen_prop(buffer, offs, "%s %u\n", name, value) 241 sysfs_show_gen_prop(buffer, offs, "%s %llu\n", name, value) 243 sysfs_show_gen_prop(buffer, offs, "%u\n", value) 245 sysfs_show_gen_prop(buffer, offs, "%s\n", value)
|