Lines Matching refs:size
68 {.name = "size", .mode = S_IRUGO},
315 if (i + attribute->size > ret) {
321 switch (attribute->size) {
324 i += attribute->size;
328 i += attribute->size;
332 i += attribute->size;
355 else if (!strncmp(name, "size", strlen("size")))
356 value = sensor_inst->fields[field_index].attribute.size;
497 sensor_field->attribute.size = (field->report_size / 8);