Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_core.h26 #define IFACEQ_CORE_PKT_SIZE (1024 * 4) macro
H A Diris_hfi_queue.c88 if (packet_size <= IFACEQ_CORE_PKT_SIZE) { in iris_hfi_queue_read()
H A Diris_probe.c208 core->response_packet = devm_kzalloc(core->dev, IFACEQ_CORE_PKT_SIZE, GFP_KERNEL); in iris_probe()
H A Diris_hfi_gen2_response.c145 u8 *response_limit = core_resp_pkt + IFACEQ_CORE_PKT_SIZE; in iris_hfi_gen2_validate_packet()
897 if (pkt->size >= IFACEQ_CORE_PKT_SIZE) in iris_hfi_gen2_flush_debug_queue()