Home
last modified time | relevance | path

Searched refs:sysfs_show_gen_prop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c213 #define sysfs_show_gen_prop(buffer, offs, fmt, ...) \ macro
217 sysfs_show_gen_prop(buffer, offs, "%s %u\n", name, value)
219 sysfs_show_gen_prop(buffer, offs, "%s %llu\n", name, value)
221 sysfs_show_gen_prop(buffer, offs, "%u\n", value)
223 sysfs_show_gen_prop(buffer, offs, "%s\n", value)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c217 #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)

Completed in 5 milliseconds