scp_reply        1941 sound/pci/hda/patch_ca0132.c 	struct scp_msg scp_send, scp_reply;
scp_reply        1947 sound/pci/hda/patch_ca0132.c 	memset(&scp_reply, 0, sizeof(scp_reply));
scp_reply        1972 sound/pci/hda/patch_ca0132.c 					send_size, (unsigned char *)&scp_reply,
scp_reply        1973 sound/pci/hda/patch_ca0132.c 					sizeof(scp_reply), &ret_bytes);
scp_reply        1983 sound/pci/hda/patch_ca0132.c 	extract_scp_header(scp_reply.hdr, NULL, NULL, NULL, NULL, NULL,
scp_reply        1991 sound/pci/hda/patch_ca0132.c 		ret_size = (ret_bytes - sizeof(scp_reply.hdr))
scp_reply        2005 sound/pci/hda/patch_ca0132.c 			memcpy(reply, scp_reply.data, *reply_len);