Lines Matching refs:data
181 * @fingers: the data for each finger
286 * @length: length of the remainder of the data in the whole message
305 u8 data[0];
314 * the (parts of the) message in the data. But note that this does not
317 * @offset, @remaining, and @length fields). In general the data parts in
324 * @offset: specifies the offset of this packet's data in the complete
331 * @length: length of the valid data in the @data in this packet
332 * @data: all or part of a message
343 u8 data[246];
753 struct message *message = (struct message *)packet->data;
854 put_unaligned_le16(crc, &message->data[msg_len - 2]);
1440 if (len > sizeof(packet->data)) {
1470 memcpy(applespi->msg_buf + off, &packet->data, len);
1479 message = (struct message *)&packet->data;
1649 /* allocate driver data */
1658 /* store the driver data */