Searched refs:field_length (Results 1 – 1 of 1) sorted by relevance
1040 int field_length; member1053 return scnprintf(buf, PAGE_SIZE, "%.*s\n", attr->field_length, field); in ims_pcu_attribute_show()1069 if (count > attr->field_length) in ims_pcu_attribute_store()1072 data_len = strnlen(buf, attr->field_length); in ims_pcu_attribute_store()1073 if (data_len > attr->field_length) in ims_pcu_attribute_store()1080 memset(field, 0, attr->field_length); in ims_pcu_attribute_store()1102 .field_length = sizeof(((struct ims_pcu *)NULL)->_field), \