Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/
H A Dvsec_tpmi.c99 struct intel_tpmi_pfs_entry pfs_header; member
186 pfs->pfs_header.entry_size > SZ_1K ? 0 : pfs->pfs_header.entry_size << 2; \
397 ret = tpmi_read_feature_status(tpmi_info, pfs->pfs_header.tpmi_id, &feature_state); in tpmi_pfs_dbg_show()
410 pfs->pfs_header.tpmi_id, pfs->pfs_header.num_entries, in tpmi_pfs_dbg_show()
411 pfs->pfs_header.entry_size, pfs->pfs_header.cap_offset, in tpmi_pfs_dbg_show()
412 pfs->pfs_header.attribute, pfs->vsec_offset, locked, disabled, in tpmi_pfs_dbg_show()
444 for (count = 0; count < pfs->pfs_header.num_entries; ++count) { in tpmi_mem_dump_show()
501 if (punit >= pfs->pfs_header.num_entries) { in mem_write()
569 snprintf(name, sizeof(name), "tpmi-id-%02x", pfs->pfs_header.tpmi_id); in tpmi_dbgfs_register()
629 ret = tpmi_read_feature_status(tpmi_info, pfs->pfs_header.tpmi_id, &feature_state); in tpmi_create_device()
[all …]