Searched refs:snappendf (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_sysfs.c | 41 #define snappendf(p,r,f,a...) do { \ macro 75 snappendf(buf, cnt, "%02x:", attr.state); in nouveau_sysfs_pstate_get() 77 snappendf(buf, cnt, "%s:", info.pwrsrc == 0 ? "DC" : in nouveau_sysfs_pstate_get() 90 snappendf(buf, cnt, " %s %d", attr.name, attr.min); in nouveau_sysfs_pstate_get() 92 snappendf(buf, cnt, "-%d", attr.max); in nouveau_sysfs_pstate_get() 93 snappendf(buf, cnt, " %s", attr.unit); in nouveau_sysfs_pstate_get() 98 snappendf(buf, cnt, " AC"); in nouveau_sysfs_pstate_get() 100 snappendf(buf, cnt, " DC"); in nouveau_sysfs_pstate_get() 102 snappendf(buf, cnt, " *"); in nouveau_sysfs_pstate_get() 105 snappendf(buf, cnt, " AC"); in nouveau_sysfs_pstate_get() [all …]
|