Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_response.c650 memset(core->response_packet, 0, sizeof(struct hfi_pkt_hdr)); in iris_hfi_gen1_response_handler()
651 while (!iris_hfi_queue_msg_read(core, core->response_packet)) { in iris_hfi_gen1_response_handler()
652 iris_hfi_gen1_handle_response(core, core->response_packet); in iris_hfi_gen1_response_handler()
653 memset(core->response_packet, 0, sizeof(struct hfi_pkt_hdr)); in iris_hfi_gen1_response_handler()
656 iris_hfi_gen1_flush_debug_queue(core, core->response_packet); in iris_hfi_gen1_response_handler()
H A Diris_hfi_gen2_response.c174 ret = iris_hfi_gen2_validate_packet(pkt, core->response_packet); in iris_hfi_gen2_validate_hdr_packet()
918 memset(core->response_packet, 0, sizeof(struct iris_hfi_header)); in iris_hfi_gen2_response_handler()
919 while (!iris_hfi_queue_msg_read(core, core->response_packet)) { in iris_hfi_gen2_response_handler()
920 iris_hfi_gen2_handle_response(core, core->response_packet); in iris_hfi_gen2_response_handler()
921 memset(core->response_packet, 0, sizeof(struct iris_hfi_header)); in iris_hfi_gen2_response_handler()
924 iris_hfi_gen2_flush_debug_queue(core, core->response_packet); in iris_hfi_gen2_response_handler()
H A Diris_core.h95 u8 *response_packet; member
H A Diris_probe.c208 core->response_packet = devm_kzalloc(core->dev, IFACEQ_CORE_PKT_SIZE, GFP_KERNEL); in iris_probe()
209 if (!core->response_packet) in iris_probe()