Home
last modified time | relevance | path

Searched refs:pother (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_throttle.c129 struct attribute **pother; in reasons_show() local
138 for (pother = group->attrs; *pother; pother++) { in reasons_show()
139 struct kobj_attribute *kattr = container_of(*pother, struct kobj_attribute, attr); in reasons_show()
143 ret += sysfs_emit_at(buff, ret, "%s ", (*pother)->name + strlen("reason_")); in reasons_show()