Home
last modified time | relevance | path

Searched refs:apr_pkt (Results 1 – 6 of 6) sorted by relevance

/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.c293 struct apr_pkt *pkt, uint32_t rsp_opcode) in q6asm_apr_send_session_pkt()
334 struct apr_pkt *pkt; in __q6asm_memory_unmap()
431 struct apr_pkt *pkt; in __q6asm_memory_map_regions()
881 static int q6asm_ac_send_cmd_sync(struct audio_client *ac, struct apr_pkt *pkt) in q6asm_ac_send_cmd_sync()
932 struct apr_pkt *pkt; in q6asm_open_write()
1014 struct apr_pkt *pkt; in __q6asm_run()
1099 struct apr_pkt *pkt; in q6asm_media_format_block_multi_ch_pcm()
1146 struct apr_pkt *pkt; in q6asm_stream_media_format_block_flac()
1183 struct apr_pkt *pkt; in q6asm_stream_media_format_block_wma_v9()
1221 struct apr_pkt *pkt; in q6asm_stream_media_format_block_wma_v10()
[all …]
H A Dq6core.c154 struct apr_pkt pkt; in q6core_get_fwk_versions()
184 struct apr_pkt pkt; in q6core_get_svc_versions()
209 struct apr_pkt pkt; in __q6core_is_adsp_ready()
H A Dq6adm.c238 struct apr_pkt *pkt, uint32_t rsp_opcode) in q6adm_apr_send_copp_pkt()
282 struct apr_pkt close; in q6adm_device_close()
327 struct apr_pkt *pkt; in q6adm_device_open()
465 struct apr_pkt *pkt; in q6adm_matrix_map()
H A Dq6afe.c1029 static int afe_apr_send_pkt(struct q6afe *afe, struct apr_pkt *pkt, in afe_apr_send_pkt()
1079 struct apr_pkt *pkt; in q6afe_set_param()
1132 struct apr_pkt *pkt; in q6afe_port_set_param_v2()
1284 struct apr_pkt *pkt; in q6afe_port_stop()
1677 struct apr_pkt *pkt; in q6afe_port_start()
1846 struct apr_pkt *pkt; in q6afe_unvote_lpass_core_hw()
1884 struct apr_pkt *pkt; in q6afe_vote_lpass_core_hw()
/linux/include/linux/soc/qcom/
H A Dapr.h68 struct apr_pkt { struct
189 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt);
/linux/drivers/soc/qcom/
H A Dapr.c55 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt) in apr_send_pkt()