Lines Matching defs:header
63 struct synthhid_msg_hdr header;
79 struct synthhid_msg_hdr header;
84 struct synthhid_msg_hdr header;
90 struct synthhid_msg_hdr header;
96 struct synthhid_msg_hdr header;
101 struct synthhid_msg_hdr header;
228 ack.ack.header.type = SYNTH_HID_INITIAL_DEVICE_INFO_ACK;
229 ack.ack.header.size = 1;
266 switch (hid_msg->header.type) {
302 len = min(input_report->header.size,
313 hid_msg->header.type, hid_msg->header.size);
356 request->request.header.type = SYNTH_HID_PROTOCOL_REQUEST;
357 request->request.header.size = sizeof(unsigned int);