Searched refs:APR_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6asm.c | 455 cmd = p + APR_HDR_SIZE; in __q6asm_memory_map_regions() 942 open = p + APR_HDR_SIZE; in q6asm_open_write() 1023 run = p + APR_HDR_SIZE; in __q6asm_run() 1109 fmt = p + APR_HDR_SIZE; in q6asm_media_format_block_multi_ch_pcm() 1155 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_flac() 1192 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_wma_v9() 1230 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_wma_v10() 1269 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_alac() 1311 fmt = p + APR_HDR_SIZE; in q6asm_stream_media_format_block_ape() 1468 read = p + APR_HDR_SIZE; in q6asm_read() [all …]
|
H 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()
|
H A D | q6afe.c | 996 param = p + APR_HDR_SIZE; in q6afe_set_param() 1002 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_set_param() 1050 param = p + APR_HDR_SIZE; in q6afe_port_set_param_v2() 1056 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_set_param_v2() 1209 stop = p + APR_HDR_SIZE; in q6afe_port_stop() 1212 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_stop() 1521 start = p + APR_HDR_SIZE; in q6afe_port_start() 1668 vote_cfg = p + APR_HDR_SIZE; in q6afe_unvote_lpass_core_hw() 1671 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_unvote_lpass_core_hw() 1706 vote_cfg = p + APR_HDR_SIZE; in q6afe_vote_lpass_core_hw() [all …]
|
H 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()
|
/openbmc/linux/include/linux/soc/qcom/ |
H A D | apr.h | 26 #define APR_HDR_SIZE sizeof(struct apr_hdr) macro 28 APR_HDR_LEN(APR_HDR_SIZE), \
|
/openbmc/linux/drivers/soc/qcom/ |
H 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()
|