Home
last modified time | relevance | path

Searched refs:response_packet (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_response.c693 memset(core->response_packet, 0, sizeof(struct hfi_pkt_hdr)); in iris_hfi_gen1_response_handler()
694 while (!iris_hfi_queue_msg_read(core, core->response_packet)) { in iris_hfi_gen1_response_handler()
695 iris_hfi_gen1_handle_response(core, core->response_packet); in iris_hfi_gen1_response_handler()
696 memset(core->response_packet, 0, sizeof(struct hfi_pkt_hdr)); in iris_hfi_gen1_response_handler()
699 iris_hfi_gen1_flush_debug_queue(core, core->response_packet); in iris_hfi_gen1_response_handler()
H A Diris_core.h107 u8 *response_packet; member