Searched refs:read_input_count (Results 1 – 1 of 1) sorted by relevance
197 int read_input_count; in rmi_hid_read_block() local238 read_input_count = min_t(int, data->readReport[1], in rmi_hid_read_block()240 if (!read_input_count) { in rmi_hid_read_block()256 min(read_input_count, bytes_needed)); in rmi_hid_read_block()258 bytes_read += read_input_count; in rmi_hid_read_block()259 bytes_needed -= read_input_count; in rmi_hid_read_block()