| /linux-6.15/tools/perf/util/ |
| H A D | cgroup.c | 262 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 D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 55 $eos:
|
| H A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 83 $eos:
|
| H A D | stxcpy.S | 149 cmpbge zero, t2, t8 # e0 : testing eos 187 cmpbge zero, t2, t8 # e0 : test new word for eos
|
| H A D | ev6-stxcpy.S | 172 cmpbge zero, t2, t8 # E : testing eos (stall) 213 cmpbge zero, t2, t8 # E : test new word for eos
|
| H A D | stxncpy.S | 217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
|
| H A D | ev6-stxncpy.S | 261 cmpbge zero, t2, t8 # E : test new word for eos
|
| /linux-6.15/drivers/media/platform/amphion/ |
| H A D | vpu_v4l2.h | 31 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos);
|
| H 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()
|
| /linux-6.15/drivers/media/platform/qcom/iris/ |
| H A D | iris_vb2.c | 283 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 D | gpib_proto.h | 46 int ibeos(struct gpib_board *board, int eos, int eosflags);
|
| H A D | gpib_types.h | 110 int (*enable_eos)(struct gpib_board *board, uint8_t eos, int compare_8_bits);
|
| H A D | tms9914.h | 36 u8 eos; // eos character member
|
| /linux-6.15/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5.h | 72 int wave5_vpu_dec_set_bitstream_flag(struct vpu_instance *inst, bool eos);
|
| H 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()
|
| H A D | wave5-vpuapi.h | 814 bool eos; member
|
| H 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()
|
| /linux-6.15/drivers/staging/gpib/uapi/ |
| H A D | gpib_ioctl.h | 46 int eos; member
|
| /linux-6.15/drivers/staging/gpib/common/ |
| H A D | iblib.c | 489 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 D | gpib_os.c | 1513 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()
|
| /linux-6.15/drivers/staging/gpib/gpio/ |
| H A D | gpib_bitbang.c | 285 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 D | tms9914.c | 198 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 D | audioreach.c | 1367 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 D | lpvo_usb_gpib.c | 145 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 D | vdec.c | 1363 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()
|