Lines Matching refs:m_inputReportSize
105 m_inputReport = new unsigned char[m_inputReportSize](); in Open()
117 m_readData = new unsigned char[m_inputReportSize](); in Open()
123 m_attnData = new unsigned char[m_inputReportSize](); in Open()
156 m_inputReportSize = totalReportSize + 1; in ParseReportSizes()
278 if (static_cast<ssize_t>(m_inputReportSize) < in Read()
390 if (*len >= m_inputReportSize) { in GetAttentionReport()
391 *len = m_inputReportSize; in GetAttentionReport()
398 if (m_inputReportSize < HID_RMI4_ATTN_INTERUPT_SOURCES + 1) in GetAttentionReport()
421 if (m_inputReportSize < HID_RMI4_REPORT_ID + 1) in GetReport()
440 count = read(m_fd, m_inputReport + offset, m_inputReportSize - offset); in GetReport()
448 if (offset == m_inputReportSize) in GetReport()
460 if (static_cast<ssize_t>(m_inputReportSize) < count) in GetReport()
464 if (static_cast<ssize_t>(m_inputReportSize) < count) in GetReport()
532 fprintf(stdout, "Report sizes: input: %ld output: %ld\n", (unsigned long)m_inputReportSize, in PrintDeviceInfo()