Searched refs:field_length (Results 1 – 1 of 1) sorted by relevance
1034 int field_length; member1047 return sysfs_emit(buf, "%.*s\n", attr->field_length, field); in ims_pcu_attribute_show()1063 if (count > attr->field_length) in ims_pcu_attribute_store()1066 data_len = strnlen(buf, attr->field_length); in ims_pcu_attribute_store()1067 if (data_len > attr->field_length) in ims_pcu_attribute_store()1071 memset(field, 0, attr->field_length); in ims_pcu_attribute_store()1095 .field_length = sizeof(((struct ims_pcu *)NULL)->_field), \