Searched refs:APR_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
343 pkt_size = APR_HDR_SIZE + sizeof(*mem_unmap); in __q6asm_memory_unmap()349 mem_unmap = p + APR_HDR_SIZE; in __q6asm_memory_unmap()448 pkt_size = APR_HDR_SIZE + sizeof(*cmd) + in __q6asm_memory_map_regions()456 cmd = p + APR_HDR_SIZE; in __q6asm_memory_map_regions()457 mregions = p + APR_HDR_SIZE + sizeof(*cmd); in __q6asm_memory_map_regions()936 pkt_size = APR_HDR_SIZE + sizeof(*open); in q6asm_open_write()943 open = p + APR_HDR_SIZE; in q6asm_open_write()1018 pkt_size = APR_HDR_SIZE + sizeof(*run); in __q6asm_run()1024 run = p + APR_HDR_SIZE; in __q6asm_run()1104 pkt_size = APR_HDR_SIZE + sizeof(*fmt); in q6asm_media_format_block_multi_ch_pcm()[all …]
991 pkt_size = APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata) + psize; in q6afe_set_param()997 param = p + APR_HDR_SIZE; in q6afe_set_param()998 pdata = p + APR_HDR_SIZE + sizeof(*param); in q6afe_set_param()999 pl = p + APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata); in q6afe_set_param()1003 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_set_param()1045 pkt_size = APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata) + psize; in q6afe_port_set_param_v2()1051 param = p + APR_HDR_SIZE; in q6afe_port_set_param_v2()1052 pdata = p + APR_HDR_SIZE + sizeof(*param); in q6afe_port_set_param_v2()1053 pl = p + APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata); in q6afe_port_set_param_v2()1057 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_set_param_v2()[all …]
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()
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()
26 #define APR_HDR_SIZE sizeof(struct apr_hdr) macro28 APR_HDR_LEN(APR_HDR_SIZE), \
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()