Searched refs:eos (Results 1 – 17 of 17) sorted by relevance
| /drivers/media/platform/qcom/iris/ |
| A D | iris_vb2.c | 284 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in iris_vb2_buf_queue() local 319 v4l2_event_queue_fh(&inst->fh, &eos); in iris_vb2_buf_queue()
|
| /drivers/media/platform/amphion/ |
| A D | vpu_v4l2.h | 31 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos);
|
| A D | vpu_v4l2.c | 110 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos) in vpu_set_last_buffer_dequeued() argument 126 if (eos) in vpu_set_last_buffer_dequeued()
|
| /drivers/staging/gpib/include/ |
| A D | gpib_proto.h | 39 int ibeos(struct gpib_board *board, int eos, int eosflags);
|
| A D | gpib_types.h | 120 int (*enable_eos)(struct gpib_board *board, u8 eos, int compare_8_bits);
|
| A D | tms9914.h | 36 u8 eos; // eos character member
|
| /drivers/media/platform/chips-media/wave5/ |
| A D | wave5.h | 72 int wave5_vpu_dec_set_bitstream_flag(struct vpu_instance *inst, bool eos);
|
| A D | wave5-vpu-dec.c | 270 inst->eos = false; in send_eos_event() 821 inst->eos = true; in wave5_vpu_dec_stop() 866 inst->eos = false; in wave5_vpu_dec_start() 1422 inst->eos = false; in streamoff_output() 1570 return m2m_ctx->is_draining || inst->eos; in wave5_is_draining_or_eos()
|
| A D | wave5-vpuapi.h | 814 bool eos; member
|
| A D | wave5-hw.c | 1471 int wave5_vpu_dec_set_bitstream_flag(struct vpu_instance *inst, bool eos) in wave5_vpu_dec_set_bitstream_flag() argument 1475 p_dec_info->stream_endflag = eos ? 1 : 0; in wave5_vpu_dec_set_bitstream_flag()
|
| /drivers/staging/gpib/uapi/ |
| A D | gpib_ioctl.h | 47 __s32 eos; member
|
| /drivers/staging/gpib/common/ |
| A D | iblib.c | 502 int ibeos(struct gpib_board *board, int eos, int eosflags) in ibeos() argument 509 retval = board->interface->enable_eos(board, eos, eosflags & BIN); in ibeos()
|
| A D | gpib_os.c | 1530 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()
|
| /drivers/staging/gpib/gpio/ |
| A D | gpib_bitbang.c | 280 u8 eos; // eos character member 371 priv->eos_mask_7 = priv->eos & 0x7f; /* with this 7 bit eos */ in bb_read() 931 priv->eos = eos_byte; in bb_enable_eos() 1371 if (priv->eos == byte) in check_for_eos()
|
| /drivers/staging/gpib/tms9914/ |
| A D | tms9914.c | 201 priv->eos = eos_byte; in tms9914_enable_eos() 433 if (priv->eos == byte) in check_for_eos() 436 if ((priv->eos & seven_bit_compare_mask) == (byte & seven_bit_compare_mask)) in check_for_eos()
|
| /drivers/staging/gpib/lpvo_usb_gpib/ |
| A D | lpvo_usb_gpib.c | 145 u8 eos; /* eos character */ member 589 pd->eos = eos_byte; in usb_gpib_enable_eos() 834 if (c == pd->eos) { in usb_gpib_read()
|
| /drivers/media/platform/qcom/venus/ |
| A D | vdec.c | 1371 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in vdec_vb2_buf_queue() local 1384 v4l2_event_queue_fh(&inst->fh, &eos); in vdec_vb2_buf_queue()
|
Completed in 41 milliseconds