Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dims-pcu.c1060 int field_length; member
1073 return sysfs_emit(buf, "%.*s\n", attr->field_length, field); in ims_pcu_attribute_show()
1089 if (count > attr->field_length) in ims_pcu_attribute_store()
1092 data_len = strnlen(buf, attr->field_length); in ims_pcu_attribute_store()
1093 if (data_len > attr->field_length) in ims_pcu_attribute_store()
1097 memset(field, 0, attr->field_length); in ims_pcu_attribute_store()
1121 .field_length = sizeof(((struct ims_pcu *)NULL)->_field), \