Searched refs:aw_msg_hdr (Results 1 – 2 of 2) sorted by relevance
89 struct aw_msg_hdr *hdr = NULL; in aw_mtk_write_data_to_dsp()92 dsp_data = kzalloc(sizeof(struct aw_msg_hdr) + size, GFP_KERNEL); in aw_mtk_write_data_to_dsp()98 hdr = (struct aw_msg_hdr *)dsp_data; in aw_mtk_write_data_to_dsp()103 memcpy(((char *)dsp_data) + sizeof(struct aw_msg_hdr), data, size); in aw_mtk_write_data_to_dsp()106 sizeof(struct aw_msg_hdr) + size); in aw_mtk_write_data_to_dsp()133 struct aw_msg_hdr hdr; in aw_mtk_get_spin_angle()139 ret = mtk_spk_send_ipi_buf_to_dsp(&hdr, sizeof(struct aw_msg_hdr)); in aw_mtk_get_spin_angle()156 struct aw_msg_hdr *hdr = NULL; in aw_mtk_set_mixer_en()159 dsp_msg = kzalloc(sizeof(struct aw_msg_hdr) + sizeof(int32_t), GFP_KERNEL); in aw_mtk_set_mixer_en()164 hdr = (struct aw_msg_hdr *)dsp_msg; in aw_mtk_set_mixer_en()[all …]
20 struct aw_msg_hdr { struct