Home
last modified time | relevance | path

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

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-com.c33 struct ipu6_fw_sys_queue { struct
93 struct ipu6_fw_sys_queue *input_queue; /* array of host to SP queues */
94 struct ipu6_fw_sys_queue *output_queue; /* array of SP to host */
135 static void ipu6_sys_queue_init(struct ipu6_fw_sys_queue *q, unsigned int size, in ipu6_sys_queue_init()
190 sizeof(struct ipu6_fw_sys_queue)); in ipu6_fw_com_prepare()
192 sizeof(struct ipu6_fw_sys_queue)); in ipu6_fw_com_prepare()
339 struct ipu6_fw_sys_queue *q = &ctx->input_queue[q_nbr]; in ipu6_send_get_token()
367 struct ipu6_fw_sys_queue *q = &ctx->input_queue[q_nbr]; in ipu6_send_put_token()
380 struct ipu6_fw_sys_queue *q = &ctx->output_queue[q_nbr]; in ipu6_recv_get_token()
404 struct ipu6_fw_sys_queue *q = &ctx->output_queue[q_nbr]; in ipu6_recv_put_token()