Searched refs:sysfs_show_gen_prop (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_topology.c | 217 #define sysfs_show_gen_prop(buffer, offs, fmt, ...) \ macro 221 sysfs_show_gen_prop(buffer, offs, "%s %u\n", name, value) 223 sysfs_show_gen_prop(buffer, offs, "%s %llu\n", name, value) 225 sysfs_show_gen_prop(buffer, offs, "%u\n", value) 227 sysfs_show_gen_prop(buffer, offs, "%s\n", value)
|