Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dsmbios.c82 t->vendor = smbios_add_string(t->eos, "U-Boot"); in smbios_write_type0()
83 t->bios_ver = smbios_add_string(t->eos, PLAIN_VERSION); in smbios_write_type0()
84 t->bios_release_date = smbios_add_string(t->eos, U_BOOT_DMI_DATE); in smbios_write_type0()
104 len = t->length + smbios_string_table_len(t->eos); in smbios_write_type0()
124 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
127 len = t->length + smbios_string_table_len(t->eos); in smbios_write_type1()
147 len = t->length + smbios_string_table_len(t->eos); in smbios_write_type2()
169 len = t->length + smbios_string_table_len(t->eos); in smbios_write_type3()
204 t->processor_manufacturer = smbios_add_string(t->eos, vendor); in smbios_write_type4_dm()
205 t->processor_version = smbios_add_string(t->eos, name); in smbios_write_type4_dm()
[all …]
/openbmc/u-boot/include/
H A Dsmbios.h76 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
91 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
110 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
135 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
175 char eos[SMBIOS_STRUCT_EOS_BYTES]; member
184 u8 eos[SMBIOS_STRUCT_EOS_BYTES]; member
191 u8 eos[SMBIOS_STRUCT_EOS_BYTES]; member
/openbmc/linux/tools/perf/util/
H A Dcgroup.c254 const char *p, *e, *eos = str + strlen(str); in list_cgroups() local
261 e = p ? p : eos; in list_cgroups()
295 const char *p, *e, *eos = str + strlen(str); in match_cgroups() local
313 e = p ? p : eos; in match_cgroups()
357 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local
368 e = p ? p : eos; in parse_cgroups()
/openbmc/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
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_v4l2.h30 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos);
H A Dvpu_v4l2.c103 int vpu_set_last_buffer_dequeued(struct vpu_inst *inst, bool eos) in vpu_set_last_buffer_dequeued() argument
119 if (eos) in vpu_set_last_buffer_dequeued()
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.c1376 struct data_cmd_wr_sh_mem_ep_eos *eos; in audioreach_shared_memory_send_eos() local
1381 pkt = audioreach_alloc_cmd_pkt(sizeof(*eos), DATA_CMD_WR_SH_MEM_EP_EOS, 0, in audioreach_shared_memory_send_eos()
1386 eos = (void *)pkt + GPR_HDR_SIZE + APM_CMD_HDR_SIZE; in audioreach_shared_memory_send_eos()
1388 eos->policy = WR_SH_MEM_EP_EOS_POLICY_LAST; in audioreach_shared_memory_send_eos()
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt228 -eos: write End Of Stream marker. By default LZMA doesn't write
229 eos marker, since LZMA decoder knows uncompressed size
/openbmc/linux/drivers/media/platform/qcom/venus/
H 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()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c6389 char *eos; in parse_add_command() local
6391 eos = strchr(name_buffer, ','); in parse_add_command()
6392 if (eos) in parse_add_command()
6393 *eos = '\0'; in parse_add_command()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch38106 + s->last_eos = s->eos;
38107 + s->eos = 0;
38125 + s->eos = 1;
38454 + s->eos = 0;
38527 + s->eos = s0->eos;
38535 + if (s0->eos) {
38608 + s->eos = 1;
38637 + s->eos = 1;
39469 + uint8_t eos; ///< current packet contains an EOS/EOB NAL