Searched refs:APR_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
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()
264 pkt_size = APR_HDR_SIZE + sizeof(*mem_unmap); in __q6asm_memory_unmap()270 mem_unmap = p + APR_HDR_SIZE; in __q6asm_memory_unmap()369 pkt_size = APR_HDR_SIZE + sizeof(*cmd) + in __q6asm_memory_map_regions()377 cmd = p + APR_HDR_SIZE; in __q6asm_memory_map_regions()378 mregions = p + APR_HDR_SIZE + sizeof(*cmd); in __q6asm_memory_map_regions()853 pkt_size = APR_HDR_SIZE + sizeof(*open); in q6asm_open_write()860 open = p + APR_HDR_SIZE; in q6asm_open_write()905 pkt_size = APR_HDR_SIZE + sizeof(*run); in __q6asm_run()911 run = p + APR_HDR_SIZE; in __q6asm_run()987 pkt_size = APR_HDR_SIZE + sizeof(*fmt); in q6asm_media_format_block_multi_ch_pcm()[all …]
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()473 pkt_size = (APR_HDR_SIZE + sizeof(*route) + sizeof(*node) + in q6adm_matrix_map()481 route = matrix_map + APR_HDR_SIZE; in q6adm_matrix_map()482 node = matrix_map + APR_HDR_SIZE + sizeof(*route); in q6adm_matrix_map()483 copps_list = matrix_map + APR_HDR_SIZE + sizeof(*route) + sizeof(*node); in q6adm_matrix_map()486 APR_HDR_LEN(APR_HDR_SIZE), in q6adm_matrix_map()
850 pkt_size = APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata) + psize; in q6afe_port_set_param()856 param = p + APR_HDR_SIZE; in q6afe_port_set_param()857 pdata = p + APR_HDR_SIZE + sizeof(*param); in q6afe_port_set_param()858 pl = p + APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata); in q6afe_port_set_param()862 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_set_param()898 pkt_size = APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata) + psize; in q6afe_port_set_param_v2()904 param = p + APR_HDR_SIZE; in q6afe_port_set_param_v2()905 pdata = p + APR_HDR_SIZE + sizeof(*param); in q6afe_port_set_param_v2()906 pl = p + APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata); in q6afe_port_set_param_v2()910 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), \
79 if (len <= APR_HDR_SIZE) { in apr_callback()119 if (hdr_size < APR_HDR_SIZE) { in apr_do_rx_callback()124 if (hdr->pkt_size < APR_HDR_SIZE || hdr->pkt_size != len) { in apr_do_rx_callback()