| /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/common/ |
| H A D | iblib.c | 502 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 D | gpib_os.c | 1530 return ibeos(board, eos_cmd.eos, eos_cmd.eos_flags); in eos_ioctl()
|
| /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() 1371 if (priv->eos == byte) in check_for_eos()
|
| /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 | 1326 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 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/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 10456 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()
|