Searched refs:response_packet (Results 1 – 4 of 4) sorted by relevance
| /drivers/media/platform/qcom/iris/ |
| A D | iris_hfi_gen1_response.c | 669 memset(core->response_packet, 0, sizeof(struct hfi_pkt_hdr)); in iris_hfi_gen1_response_handler() 670 while (!iris_hfi_queue_msg_read(core, core->response_packet)) { in iris_hfi_gen1_response_handler() 671 iris_hfi_gen1_handle_response(core, core->response_packet); in iris_hfi_gen1_response_handler() 672 memset(core->response_packet, 0, sizeof(struct hfi_pkt_hdr)); in iris_hfi_gen1_response_handler() 675 iris_hfi_gen1_flush_debug_queue(core, core->response_packet); in iris_hfi_gen1_response_handler()
|
| A D | iris_hfi_gen2_response.c | 176 ret = iris_hfi_gen2_validate_packet(pkt, core->response_packet); in iris_hfi_gen2_validate_hdr_packet() 956 memset(core->response_packet, 0, sizeof(struct iris_hfi_header)); in iris_hfi_gen2_response_handler() 957 while (!iris_hfi_queue_msg_read(core, core->response_packet)) { in iris_hfi_gen2_response_handler() 958 iris_hfi_gen2_handle_response(core, core->response_packet); in iris_hfi_gen2_response_handler() 959 memset(core->response_packet, 0, sizeof(struct iris_hfi_header)); in iris_hfi_gen2_response_handler() 962 iris_hfi_gen2_flush_debug_queue(core, core->response_packet); in iris_hfi_gen2_response_handler()
|
| A D | iris_core.h | 97 u8 *response_packet; member
|
| A D | iris_probe.c | 223 core->response_packet = devm_kzalloc(core->dev, IFACEQ_CORE_PKT_SIZE, GFP_KERNEL); in iris_probe() 224 if (!core->response_packet) in iris_probe()
|
Completed in 8 milliseconds