Searched refs:APR_HDR_SIZE (Results 1 – 6 of 6) sorted by relevance
342 pkt_size = APR_HDR_SIZE + sizeof(*mem_unmap); in __q6asm_memory_unmap()348 mem_unmap = p + APR_HDR_SIZE; in __q6asm_memory_unmap()447 pkt_size = APR_HDR_SIZE + sizeof(*cmd) + in __q6asm_memory_map_regions()455 cmd = p + APR_HDR_SIZE; in __q6asm_memory_map_regions()456 mregions = p + APR_HDR_SIZE + sizeof(*cmd); in __q6asm_memory_map_regions()935 pkt_size = APR_HDR_SIZE + sizeof(*open); in q6asm_open_write()942 open = p + APR_HDR_SIZE; in q6asm_open_write()1017 pkt_size = APR_HDR_SIZE + sizeof(*run); in __q6asm_run()1023 run = p + APR_HDR_SIZE; in __q6asm_run()1103 pkt_size = APR_HDR_SIZE + sizeof(*fmt); in q6asm_media_format_block_multi_ch_pcm()[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()
984 pkt_size = APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata) + psize; in q6afe_set_param()990 param = p + APR_HDR_SIZE; in q6afe_set_param()991 pdata = p + APR_HDR_SIZE + sizeof(*param); in q6afe_set_param()992 pl = p + APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata); in q6afe_set_param()996 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_set_param()1038 pkt_size = APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata) + psize; in q6afe_port_set_param_v2()1044 param = p + APR_HDR_SIZE; in q6afe_port_set_param_v2()1045 pdata = p + APR_HDR_SIZE + sizeof(*param); in q6afe_port_set_param_v2()1046 pl = p + APR_HDR_SIZE + sizeof(*param) + sizeof(*pdata); in q6afe_port_set_param_v2()1050 APR_HDR_LEN(APR_HDR_SIZE), in q6afe_port_set_param_v2()[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()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()
25 #define APR_HDR_SIZE sizeof(struct apr_hdr) macro27 APR_HDR_LEN(APR_HDR_SIZE), \
81 if (len <= APR_HDR_SIZE) { in apr_callback()121 if (hdr_size < APR_HDR_SIZE) { in apr_do_rx_callback()126 if (hdr->pkt_size < APR_HDR_SIZE || hdr->pkt_size != len) { in apr_do_rx_callback()