Home
last modified time | relevance | path

Searched refs:hdr_pos (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
A Dtrace-event-info.c47 off_t hdr_pos = lseek(output_fd, 0, SEEK_CUR); in record_file() local
77 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) { in record_file()
/linux/sound/soc/
A Dsoc-topology.c60 const u8 *hdr_pos; /* header position */ member
109 const u8 *end = tplg->hdr_pos; in soc_tplg_is_eof()
118 return (unsigned long)(tplg->hdr_pos - tplg->fw->data); in soc_tplg_get_hdr_offset()
2542 tplg->pos = tplg->hdr_pos + sizeof(struct snd_soc_tplg_hdr); in soc_tplg_load_header()
2608 tplg->hdr_pos = tplg->fw->data; in soc_tplg_process_headers()
2609 hdr = (struct snd_soc_tplg_hdr *)tplg->hdr_pos; in soc_tplg_process_headers()
2632 tplg->hdr_pos += le32_to_cpu(hdr->payload_size) + in soc_tplg_process_headers()
2634 hdr = (struct snd_soc_tplg_hdr *)tplg->hdr_pos; in soc_tplg_process_headers()

Completed in 9 milliseconds