Searched refs:APR_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/qcom/qdsp6/ |
| A D | q6asm.c | 456 cmd = p + APR_HDR_SIZE; in __q6asm_memory_map_regions() 943 open = p + APR_HDR_SIZE; in q6asm_open_write() 1024 run = p + APR_HDR_SIZE; in __q6asm_run() 1110 fmt = p + APR_HDR_SIZE; in q6asm_media_format_block_multi_ch_pcm() 1156 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_flac() 1193 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_wma_v9() 1231 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_wma_v10() 1270 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_alac() 1312 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_ape() 1469 read = p + APR_HDR_SIZE; in q6asm_read() [all …]
|
| A D | q6afe.c | 997 param = p + APR_HDR_SIZE; in q6afe_set_param() 1003 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_set_param() 1051 param = p + APR_HDR_SIZE; in q6afe_port_set_param_v2() 1057 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_set_param_v2() 1210 stop = p + APR_HDR_SIZE; in q6afe_port_stop() 1213 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_stop() 1522 start = p + APR_HDR_SIZE; in q6afe_port_start() 1669 vote_cfg = p + APR_HDR_SIZE; in q6afe_unvote_lpass_core_hw() 1672 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_unvote_lpass_core_hw() 1707 vote_cfg = p + APR_HDR_SIZE; in q6afe_vote_lpass_core_hw() [all …]
|
| A D | q6core.c | 158 APR_HDR_LEN(APR_HDR_SIZE), APR_PKT_VER); in q6core_get_fwk_versions() 159 pkt.hdr.pkt_size = APR_HDR_SIZE; in q6core_get_fwk_versions() 188 APR_HDR_LEN(APR_HDR_SIZE), APR_PKT_VER); in q6core_get_svc_versions() 189 pkt.hdr.pkt_size = APR_HDR_SIZE; in q6core_get_svc_versions() 215 APR_HDR_LEN(APR_HDR_SIZE), APR_PKT_VER); in __q6core_is_adsp_ready() 216 pkt.hdr.pkt_size = APR_HDR_SIZE; in __q6core_is_adsp_ready()
|
| A D | q6adm.c | 285 APR_HDR_LEN(APR_HDR_SIZE), in q6adm_device_close() 331 pkt_size = APR_HDR_SIZE + sizeof(*open); in q6adm_device_open() 337 open = p + APR_HDR_SIZE; in q6adm_device_open() 339 APR_HDR_LEN(APR_HDR_SIZE), in q6adm_device_open() 472 pkt_size = (APR_HDR_SIZE + sizeof(*route) + sizeof(*node) + in q6adm_matrix_map() 480 route = matrix_map + APR_HDR_SIZE; in q6adm_matrix_map() 481 node = matrix_map + APR_HDR_SIZE + sizeof(*route); in q6adm_matrix_map() 482 copps_list = matrix_map + APR_HDR_SIZE + sizeof(*route) + sizeof(*node); in q6adm_matrix_map() 485 APR_HDR_LEN(APR_HDR_SIZE), in q6adm_matrix_map()
|
| /linux/include/linux/soc/qcom/ |
| A D | apr.h | 26 #define APR_HDR_SIZE sizeof(struct apr_hdr) macro 28 APR_HDR_LEN(APR_HDR_SIZE), \
|
| /linux/drivers/soc/qcom/ |
| A D | apr.c | 168 if (len <= APR_HDR_SIZE) { in apr_callback() 208 if (hdr_size < APR_HDR_SIZE) { in apr_do_rx_callback() 213 if (hdr->pkt_size < APR_HDR_SIZE || hdr->pkt_size != len) { in apr_do_rx_callback()
|
Completed in 24 milliseconds