Lines Matching refs:ack
130 struct synthhid_device_info_ack ack;
186 struct mousevsc_prt_msg ack;
222 /* Send the ack */
223 memset(&ack, 0, sizeof(struct mousevsc_prt_msg));
225 ack.type = PIPE_MESSAGE_DATA;
226 ack.size = sizeof(struct synthhid_device_info_ack);
228 ack.ack.header.type = SYNTH_HID_INITIAL_DEVICE_INFO_ACK;
229 ack.ack.header.size = 1;
230 ack.ack.reserved = 0;
233 &ack,
236 (unsigned long)&ack,