| /linux/tools/perf/util/ |
| H A D | cgroup.c | 263 const char *p, *e, *eos = str + strlen(str); in list_cgroups() local 270 e = p ? p : eos; in list_cgroups() 304 const char *p, *e, *eos = str + strlen(str); in match_cgroups() local 322 e = p ? p : eos; in match_cgroups() 366 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local 377 e = p ? p : eos; in parse_cgroups()
|
| /linux/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/drivers/gpib/include/ |
| H A D | gpib_proto.h | 39 int ibeos(struct gpib_board *board, int eos, int eosflags);
|
| H A D | gpib_types.h | 120 int (*enable_eos)(struct gpib_board *board, u8 eos, int compare_8_bits);
|
| H A D | tms9914.h | 36 u8 eos; // eos character member
|
| /linux/include/uapi/linux/ |
| H A D | gpib_ioctl.h | 47 __s32 eos; member
|
| /linux/drivers/gpib/gpio/ |
| H 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() 1372 if (priv->eos == byte) in check_for_eos()
|
| /linux/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5-vpu-dec.c | 282 inst->eos = false; in send_eos_event() 831 inst->eos = true; in wave5_vpu_dec_stop() 876 inst->eos = false; in wave5_vpu_dec_start() 1469 inst->eos = false; in streamoff_output() 1618 return m2m_ctx->is_draining || inst->eos; in wave5_is_draining_or_eos() 1636 } else if (!inst->eos && in wave5_vpu_dec_device_run() 1714 if (!inst->eos) in wave5_vpu_dec_device_run()
|
| /linux/drivers/gpib/tms9914/ |
| H 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()
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | audioreach.c | 1461 struct data_cmd_wr_sh_mem_ep_eos *eos; 1463 struct gpr_pkt *pkt __free(kfree) = audioreach_alloc_cmd_pkt(sizeof(*eos), 1468 eos = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE; 1470 eos->policy = WR_SH_MEM_EP_EOS_POLICY_LAST; 1422 struct data_cmd_wr_sh_mem_ep_eos *eos; audioreach_shared_memory_send_eos() local
|
| /linux/drivers/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() 834 if (c == pd->eos) { in usb_gpib_read()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | vdec.c | 1379 static const struct v4l2_event eos = { .type = V4L2_EVENT_EOS }; in vdec_vb2_buf_queue() local 1392 v4l2_event_queue_fh(&inst->fh, &eos); in vdec_vb2_buf_queue()
|
| /linux/drivers/gpib/common/ |
| H A D | gpib_os.c | 1530 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 10843 char *eos; in parse_add_command_msr() local 10845 eos = strchr(name_buffer, ','); in parse_add_command_msr() 10846 if (eos) in parse_add_command_msr() 10847 *eos = '\0'; in parse_add_command_msr()
|