Lines Matching defs:packet
23 * The I2C packet format:
41 * needs to report more contacts than fit in one packet it will send true
42 * number of contacts in first packet and 0 as number of contacts in second
43 * packet.
101 u8 packet[SIS_MAX_PACKET_SIZE];
121 "%s: invalid packet length (%d vs %d)\n",
136 * Calculate CRC ignoring packet length
138 * at the end of the packet.
154 "%s: invalid packet ID %#02x\n",
234 error = sis_read_packet(ts->client, ts->packet,
243 "%s: nonzero (%d) point count in tail packet\n",
248 report_id = ts->packet[SIS_PKT_REPORT_OFFSET];
249 contact = &ts->packet[SIS_PKT_CONTACT_OFFSET];
265 * in the 2nd packet.