Lines Matching defs:header
41 /* read 512 bytes from endpoint 0x86 -> get header + blobs */
88 /* combined header/blob data */
90 struct sur40_header header;
94 /* read 512 bytes from endpoint 0x82 -> get header below
95 * continue reading 16k blocks until header.size bytes read */
124 /* video header fields */
459 struct sur40_header *header = &sur40->bulk_in_buffer->header;
490 need_blobs = le16_to_cpu(header->count);
492 /* packet_id = le32_to_cpu(header->packet_id); */
502 if (packet_id != le32_to_cpu(header->packet_id))
580 dev_dbg(sur40->dev, "header acquired\n");