Home
last modified time | relevance | path

Searched refs:eos (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/tools/perf/util/
H A Dcgroup.c262 const char *p, *e, *eos = str + strlen(str); in list_cgroups() local
269 e = p ? p : eos; in list_cgroups()
303 const char *p, *e, *eos = str + strlen(str); in match_cgroups() local
321 e = p ? p : eos; in match_cgroups()
365 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local
376 e = p ? p : eos; in parse_cgroups()
/linux-6.15/arch/alpha/lib/
H A Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
55 $eos:
H A Dev67-strrchr.S63 bne t1, $eos # U : did we already hit the terminator?
83 $eos:
H A Dstxcpy.S149 cmpbge zero, t2, t8 # e0 : testing eos
187 cmpbge zero, t2, t8 # e0 : test new word for eos
H A Dev6-stxcpy.S172 cmpbge zero, t2, t8 # E : testing eos (stall)
213 cmpbge zero, t2, t8 # E : test new word for eos
H A Dstxncpy.S217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
H A Dev6-stxncpy.S261 cmpbge zero, t2, t8 # E : test new word for eos
/linux-6.15/drivers/media/platform/amphion/
H A Dvpu_v4l2.h31 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos);
H A Dvpu_v4l2.c110 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()
/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_vb2.c283 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in iris_vb2_buf_queue() local
318 v4l2_event_queue_fh(&inst->fh, &eos); in iris_vb2_buf_queue()
/linux-6.15/drivers/staging/gpib/include/
H A Dgpib_proto.h46 int ibeos(struct gpib_board *board, int eos, int eosflags);
H A Dgpib_types.h110 int (*enable_eos)(struct gpib_board *board, uint8_t eos, int compare_8_bits);
H A Dtms9914.h36 u8 eos; // eos character member
/linux-6.15/drivers/media/platform/chips-media/wave5/
H A Dwave5.h72 int wave5_vpu_dec_set_bitstream_flag(struct vpu_instance *inst, bool eos);
H A Dwave5-vpu-dec.c270 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()
H A Dwave5-vpuapi.h814 bool eos; member
H A Dwave5-hw.c1471 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()
/linux-6.15/drivers/staging/gpib/uapi/
H A Dgpib_ioctl.h46 int eos; member
/linux-6.15/drivers/staging/gpib/common/
H A Diblib.c489 int ibeos(struct gpib_board *board, int eos, int eosflags) in ibeos() argument
496 retval = board->interface->enable_eos(board, eos, eosflags & BIN); in ibeos()
H A Dgpib_os.c1513 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()
/linux-6.15/drivers/staging/gpib/gpio/
H A Dgpib_bitbang.c285 u8 eos; // eos character member
377 priv->eos_mask_7 = priv->eos & 0x7f; /* with this 7 bit eos */ in bb_read()
928 priv->eos = eos_byte; in bb_enable_eos()
1373 if (priv->eos == byte) in check_for_eos()
/linux-6.15/drivers/staging/gpib/tms9914/
H A Dtms9914.c198 priv->eos = eos_byte; in tms9914_enable_eos()
427 if (priv->eos == byte) in check_for_eos()
430 if ((priv->eos & seven_bit_compare_mask) == (byte & seven_bit_compare_mask)) in check_for_eos()
/linux-6.15/sound/soc/qcom/qdsp6/
H A Daudioreach.c1367 struct data_cmd_wr_sh_mem_ep_eos *eos; in audioreach_shared_memory_send_eos() local
1372 pkt = audioreach_alloc_cmd_pkt(sizeof(*eos), DATA_CMD_WR_SH_MEM_EP_EOS, 0, in audioreach_shared_memory_send_eos()
1377 eos = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE; in audioreach_shared_memory_send_eos()
1379 eos->policy = WR_SH_MEM_EP_EOS_POLICY_LAST; in audioreach_shared_memory_send_eos()
/linux-6.15/drivers/staging/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c145 u8 eos; /* eos character */ member
589 pd->eos = eos_byte; in usb_gpib_enable_eos()
833 if (c == pd->eos) { in usb_gpib_read()
/linux-6.15/drivers/media/platform/qcom/venus/
H A Dvdec.c1363 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in vdec_vb2_buf_queue() local
1376 v4l2_event_queue_fh(&inst->fh, &eos); in vdec_vb2_buf_queue()

12