Home
last modified time | relevance | path

Searched refs:hdr_version (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/tools/perf/util/
Dcs-etm-base.c171 u64 hdr_version; in cs_etm__process_auxtrace_info() local
180 hdr_version = ptr[0]; in cs_etm__process_auxtrace_info()
181 if (hdr_version > CS_HEADER_CURRENT_VERSION) { in cs_etm__process_auxtrace_info()
182 pr_err("\nCS ETM Trace: Unknown Header Version = %#" PRIx64, hdr_version); in cs_etm__process_auxtrace_info()
Dcs-etm.c2873 int hdr_version; in cs_etm__create_meta_blk() local
2883 hdr_version = buff_in[CS_HEADER_VERSION]; in cs_etm__create_meta_blk()
2885 if (!hdr_version) { in cs_etm__create_meta_blk()
/linux-6.6.21/drivers/virt/coco/sev-guest/
Dsev-guest.h48 u8 hdr_version; member
Dsev-guest.c322 hdr->hdr_version = MSG_HDR_VER; in enc_payload()
/linux-6.6.21/include/uapi/linux/
Dpfrut.h87 __u32 hdr_version; member
/linux-6.6.21/sound/soc/codecs/aw88395/
Daw88395_data_type.h84 u32 hdr_version; member
Daw88395_lib.c1050 switch (cfg_hdr->hdr_version) { in aw88395_dev_cfg_load()
1055 cfg_hdr->hdr_version); in aw88395_dev_cfg_load()
1063 cfg_hdr->hdr_version); in aw88395_dev_cfg_load()
1068 dev_err(aw_dev->dev, "unsupported hdr_version [0x%x]", cfg_hdr->hdr_version); in aw88395_dev_cfg_load()
1212 switch (cfg_hdr->hdr_version) { in aw88395_dev_load_acf_check()
1218 dev_err(aw_dev->dev, "unsupported hdr_version [0x%x]", cfg_hdr->hdr_version); in aw88395_dev_load_acf_check()
/linux-6.6.21/arch/powerpc/platforms/ps3/
Dos-area.c50 u32 hdr_version; member
313 h->hdr_version); in _dump_header()
358 if (header->hdr_version < 1) { in verify_header()
/linux-6.6.21/drivers/s390/net/
Dqeth_core.h295 __u8 hdr_version; member
Dqeth_core_main.c4285 ext->hdr_version = 1; in qeth_fill_tso_ext()