Searched refs:APR_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
263 pkt_size = APR_HDR_SIZE + sizeof(*mem_unmap); in __q6asm_memory_unmap()269 mem_unmap = p + APR_HDR_SIZE; in __q6asm_memory_unmap()368 pkt_size = APR_HDR_SIZE + sizeof(*cmd) + in __q6asm_memory_map_regions()376 cmd = p + APR_HDR_SIZE; in __q6asm_memory_map_regions()377 mregions = p + APR_HDR_SIZE + sizeof(*cmd); in __q6asm_memory_map_regions()852 pkt_size = APR_HDR_SIZE + sizeof(*open); in q6asm_open_write()859 open = p + APR_HDR_SIZE; in q6asm_open_write()901 pkt_size = APR_HDR_SIZE + sizeof(*run); in __q6asm_run()907 run = p + APR_HDR_SIZE; in __q6asm_run()983 pkt_size = APR_HDR_SIZE + sizeof(*fmt); in q6asm_media_format_block_multi_ch_pcm()[all …]
163 APR_HDR_LEN(APR_HDR_SIZE), APR_PKT_VER); in q6core_get_fwk_versions()164 pkt.hdr.pkt_size = APR_HDR_SIZE; in q6core_get_fwk_versions()193 APR_HDR_LEN(APR_HDR_SIZE), APR_PKT_VER); in q6core_get_svc_versions()194 pkt.hdr.pkt_size = APR_HDR_SIZE; in q6core_get_svc_versions()220 APR_HDR_LEN(APR_HDR_SIZE), APR_PKT_VER); in __q6core_is_adsp_ready()221 pkt.hdr.pkt_size = APR_HDR_SIZE; in __q6core_is_adsp_ready()
286 APR_HDR_LEN(APR_HDR_SIZE), in q6adm_device_close()332 pkt_size = APR_HDR_SIZE + sizeof(*open); in q6adm_device_open()338 open = p + APR_HDR_SIZE; in q6adm_device_open()340 APR_HDR_LEN(APR_HDR_SIZE), in q6adm_device_open()474 pkt_size = (APR_HDR_SIZE + sizeof(*route) + sizeof(*node) + in q6adm_matrix_map()482 route = matrix_map + APR_HDR_SIZE; in q6adm_matrix_map()483 node = matrix_map + APR_HDR_SIZE + sizeof(*route); in q6adm_matrix_map()484 copps_list = matrix_map + APR_HDR_SIZE + sizeof(*route) + sizeof(*node); in q6adm_matrix_map()487 APR_HDR_LEN(APR_HDR_SIZE), in q6adm_matrix_map()
847 pkt_size = APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata) + psize; in q6afe_port_set_param()853 param = p + APR_HDR_SIZE; in q6afe_port_set_param()854 pdata = p + APR_HDR_SIZE + sizeof(*param); in q6afe_port_set_param()855 pl = p + APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata); in q6afe_port_set_param()859 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_set_param()895 pkt_size = APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata) + psize; in q6afe_port_set_param_v2()901 param = p + APR_HDR_SIZE; in q6afe_port_set_param_v2()902 pdata = p + APR_HDR_SIZE + sizeof(*param); in q6afe_port_set_param_v2()903 pl = p + APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata); in q6afe_port_set_param_v2()907 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_set_param_v2()[all …]
25 #define APR_HDR_SIZE sizeof(struct apr_hdr) macro27 APR_HDR_LEN(APR_HDR_SIZE), \
72 if (len <= APR_HDR_SIZE) { in apr_callback()84 if (hdr_size < APR_HDR_SIZE) { in apr_callback()89 if (hdr->pkt_size < APR_HDR_SIZE || hdr->pkt_size != len) { in apr_callback()