Home
last modified time | relevance | path

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

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-com.h42 void *ipu6_recv_get_token(struct ipu6_fw_com_context *ctx, int q_nbr);
43 void ipu6_recv_put_token(struct ipu6_fw_com_context *ctx, int q_nbr);
44 void *ipu6_send_get_token(struct ipu6_fw_com_context *ctx, int q_nbr);
45 void ipu6_send_put_token(struct ipu6_fw_com_context *ctx, int q_nbr);
H A Dipu6-fw-com.c337 void *ipu6_send_get_token(struct ipu6_fw_com_context *ctx, int q_nbr) in ipu6_send_get_token() argument
339 struct ipu6_fw_sys_queue *q = &ctx->input_queue[q_nbr]; in ipu6_send_get_token()
365 void ipu6_send_put_token(struct ipu6_fw_com_context *ctx, int q_nbr) in ipu6_send_put_token() argument
367 struct ipu6_fw_sys_queue *q = &ctx->input_queue[q_nbr]; in ipu6_send_put_token()
378 void *ipu6_recv_get_token(struct ipu6_fw_com_context *ctx, int q_nbr) in ipu6_recv_get_token() argument
380 struct ipu6_fw_sys_queue *q = &ctx->output_queue[q_nbr]; in ipu6_recv_get_token()
402 void ipu6_recv_put_token(struct ipu6_fw_com_context *ctx, int q_nbr) in ipu6_recv_put_token() argument
404 struct ipu6_fw_sys_queue *q = &ctx->output_queue[q_nbr]; in ipu6_recv_put_token()