Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/qcom/qdsp6/
Dq6asm.c292 struct apr_pkt *pkt, uint32_t rsp_opcode) in q6asm_apr_send_session_pkt()
333 struct apr_pkt *pkt; in __q6asm_memory_unmap()
430 struct apr_pkt *pkt; in __q6asm_memory_map_regions()
880 static int q6asm_ac_send_cmd_sync(struct audio_client *ac, struct apr_pkt *pkt) in q6asm_ac_send_cmd_sync()
931 struct apr_pkt *pkt; in q6asm_open_write()
1013 struct apr_pkt *pkt; in __q6asm_run()
1098 struct apr_pkt *pkt; in q6asm_media_format_block_multi_ch_pcm()
1145 struct apr_pkt *pkt; in q6asm_stream_media_format_block_flac()
1182 struct apr_pkt *pkt; in q6asm_stream_media_format_block_wma_v9()
1220 struct apr_pkt *pkt; in q6asm_stream_media_format_block_wma_v10()
[all …]
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()
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()
Dq6afe.c936 static int afe_apr_send_pkt(struct q6afe *afe, struct apr_pkt *pkt, in afe_apr_send_pkt()
986 struct apr_pkt *pkt; in q6afe_set_param()
1039 struct apr_pkt *pkt; in q6afe_port_set_param_v2()
1191 struct apr_pkt *pkt; in q6afe_port_stop()
1491 struct apr_pkt *pkt; in q6afe_port_start()
1657 struct apr_pkt *pkt; in q6afe_unvote_lpass_core_hw()
1695 struct apr_pkt *pkt; in q6afe_vote_lpass_core_hw()
/linux-5.19.10/include/linux/soc/qcom/
Dapr.h68 struct apr_pkt { struct
189 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt);
/linux-5.19.10/drivers/soc/qcom/
Dapr.c55 int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt) in apr_send_pkt()