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

/linux-master/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 96 milliseconds