Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcgroup.c263 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 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/drivers/gpib/include/
H A Dgpib_proto.h39 int ibeos(struct gpib_board *board, int eos, int eosflags);
H A Dgpib_types.h120 int (*enable_eos)(struct gpib_board *board, u8 eos, int compare_8_bits);
H A Dtms9914.h36 u8 eos; // eos character member
/linux/include/uapi/linux/
H A Dgpib_ioctl.h47 __s32 eos; member
/linux/drivers/gpib/common/
H A Diblib.c502 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()
H A Dgpib_os.c1530 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()
/linux/drivers/gpib/gpio/
H A Dgpib_bitbang.c280 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()
/linux/drivers/gpib/tms9914/
H A Dtms9914.c201 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 Daudioreach.c1326 struct data_cmd_wr_sh_mem_ep_eos *eos; in audioreach_set_media_format()
1328 struct gpr_pkt *pkt __free(kfree) = audioreach_alloc_cmd_pkt(sizeof(*eos), in audioreach_set_media_format()
1333 eos = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE; in audioreach_set_media_format()
1335 eos->policy = WR_SH_MEM_EP_EOS_POLICY_LAST; in audioreach_set_media_format()
1422 struct data_cmd_wr_sh_mem_ep_eos *eos; audioreach_shared_memory_send_eos() local
/linux/drivers/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()
834 if (c == pd->eos) { in usb_gpib_read()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c10456 char *eos; in parse_add_command_msr() local
10458 eos = strchr(name_buffer, ','); in parse_add_command_msr()
10459 if (eos) in parse_add_command_msr()
10460 *eos = '\0'; in parse_add_command_msr()