Searched refs:ipu6_fw_com_context (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6-fw-com.h | 7 struct ipu6_fw_com_context; 37 int ipu6_fw_com_open(struct ipu6_fw_com_context *ctx); 38 bool ipu6_fw_com_ready(struct ipu6_fw_com_context *ctx); 39 int ipu6_fw_com_close(struct ipu6_fw_com_context *ctx); 40 int ipu6_fw_com_release(struct ipu6_fw_com_context *ctx, unsigned int force); 42 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 D | ipu6-fw-com.c | 83 struct ipu6_fw_com_context { struct 164 struct ipu6_fw_com_context *ctx; in ipu6_fw_com_prepare() 266 int ipu6_fw_com_open(struct ipu6_fw_com_context *ctx) in ipu6_fw_com_open() 294 int ipu6_fw_com_close(struct ipu6_fw_com_context *ctx) in ipu6_fw_com_close() 312 int ipu6_fw_com_release(struct ipu6_fw_com_context *ctx, unsigned int force) in ipu6_fw_com_release() 325 bool ipu6_fw_com_ready(struct ipu6_fw_com_context *ctx) in ipu6_fw_com_ready() 337 void *ipu6_send_get_token(struct ipu6_fw_com_context *ctx, int 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() 378 void *ipu6_recv_get_token(struct ipu6_fw_com_context *ctx, int 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()
|
H A D | ipu6-fw-isys.c | 55 struct ipu6_fw_com_context *ctx = isys->fwcom; in ipu6_fw_isys_send_proxy_token() 99 struct ipu6_fw_com_context *ctx = isys->fwcom; in ipu6_fw_isys_complex_cmd()
|