Lines Matching refs:attr
64 struct nvif_control_pstate_attr_v0 attr = { in nouveau_sysfs_pstate_get() local
70 &attr, sizeof(attr)); in nouveau_sysfs_pstate_get()
75 snappendf(buf, cnt, "%02x:", attr.state); in nouveau_sysfs_pstate_get()
81 attr.index = 0; in nouveau_sysfs_pstate_get()
83 attr.state = state; in nouveau_sysfs_pstate_get()
86 &attr, sizeof(attr)); in nouveau_sysfs_pstate_get()
90 snappendf(buf, cnt, " %s %d", attr.name, attr.min); in nouveau_sysfs_pstate_get()
91 if (attr.min != attr.max) 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()
94 } while (attr.index); in nouveau_sysfs_pstate_get()