Lines Matching defs:report_len
2768 unsigned int report_len;
2784 report_len = get_unaligned_le16(
2786 if (report_len < PIP_RESP_LENGTH_SIZE) {
2788 dev_err(dev, "invalid report_len=%d. bytes: %02x %02x\n",
2789 report_len, report_data.report_head[0],
2795 if (report_len == PIP_RESP_LENGTH_SIZE)
2798 ret = cyapa_i2c_pip_read(cyapa, (u8 *)&report_data, report_len);
2799 if (ret != report_len) {
2801 report_len, ret);
2812 unsigned int report_len;
2815 report_len = get_unaligned_le16(
2818 if (report_len == PIP_RESP_LENGTH_SIZE)
2823 report_len == PIP_WAKEUP_EVENT_SIZE) {
2849 (report_len < PIP_TOUCH_REPORT_HEAD_SIZE ||
2850 report_len > PIP_TOUCH_REPORT_MAX_SIZE)) {
2852 dev_err(dev, "invalid touch packet length=%d\n", report_len);
2859 (report_len < PIP_BTN_REPORT_HEAD_SIZE ||
2860 report_len > PIP_BTN_REPORT_MAX_SIZE)) {
2862 dev_err(dev, "invalid button packet length=%d\n", report_len);
2867 report_len != PIP_PROXIMITY_REPORT_SIZE) {
2869 dev_err(dev, "invalid proximity data, length=%d\n", report_len);