Home
last modified time | relevance | path

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

/linux/tools/perf/util/
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/arch/alpha/lib/
A Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
55 $eos:
A Dev67-strrchr.S63 bne t1, $eos # U : did we already hit the terminator?
83 $eos:
A Dstxcpy.S149 cmpbge zero, t2, t8 # e0 : testing eos
187 cmpbge zero, t2, t8 # e0 : test new word for eos
A Dev6-stxcpy.S172 cmpbge zero, t2, t8 # E : testing eos (stall)
213 cmpbge zero, t2, t8 # E : test new word for eos
A Dstxncpy.S217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
A Dev6-stxncpy.S261 cmpbge zero, t2, t8 # E : test new word for eos
/linux/drivers/media/platform/amphion/
A Dvpu_v4l2.h31 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos);
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/drivers/media/platform/chips-media/wave5/
A Dwave5.h69 int wave5_vpu_dec_set_bitstream_flag(struct vpu_instance *inst, bool eos);
A Dwave5-vpu-dec.c356 inst->eos = false; in send_eos_event()
880 inst->eos = true; in wave5_vpu_dec_stop()
925 inst->eos = false; in wave5_vpu_dec_start()
1470 inst->eos = false; in streamoff_output()
1621 return m2m_ctx->is_draining || inst->eos; in wave5_is_draining_or_eos()
A Dwave5-vpuapi.h813 bool eos; member
A Dwave5-hw.c1462 int wave5_vpu_dec_set_bitstream_flag(struct vpu_instance *inst, bool eos) in wave5_vpu_dec_set_bitstream_flag() argument
1466 p_dec_info->stream_endflag = eos ? 1 : 0; in wave5_vpu_dec_set_bitstream_flag()
/linux/sound/soc/qcom/qdsp6/
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/drivers/media/platform/qcom/venus/
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()
/linux/tools/power/x86/turbostat/
A Dturbostat.c9382 char *eos; in parse_add_command_msr() local
9384 eos = strchr(name_buffer, ','); in parse_add_command_msr()
9385 if (eos) in parse_add_command_msr()
9386 *eos = '\0'; in parse_add_command_msr()

Completed in 49 milliseconds