Lines Matching defs:count
1002 int count;
1018 count = hidpp->very_long_report_length - 4;
1021 count = HIDPP_REPORT_LONG_LENGTH - 4;
1024 count = HIDPP_REPORT_SHORT_LENGTH - 4;
1030 if (len_buf < count)
1031 count = len_buf;
1033 for (i = 0; i < count; i++)
1036 return count;
2284 static ssize_t hidpp_ff_range_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count)
2300 return count;