Searched refs:pfs_header (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/platform/x86/intel/ |
H A D | vsec_tpmi.c | 97 struct intel_tpmi_pfs_entry pfs_header; member 184 pfs->pfs_header.entry_size > SZ_1K ? 0 : pfs->pfs_header.entry_size << 2; \ 381 ret = tpmi_read_feature_status(tpmi_info, pfs->pfs_header.tpmi_id, &feature_state); in tpmi_pfs_dbg_show() 394 pfs->pfs_header.tpmi_id, pfs->pfs_header.num_entries, in tpmi_pfs_dbg_show() 395 pfs->pfs_header.entry_size, pfs->pfs_header.cap_offset, in tpmi_pfs_dbg_show() 396 pfs->pfs_header.attribute, pfs->vsec_offset, locked, disabled, in tpmi_pfs_dbg_show() 428 for (count = 0; count < pfs->pfs_header.num_entries; ++count) { in tpmi_mem_dump_show() 482 if (punit >= pfs->pfs_header.num_entries) { in mem_write() 550 snprintf(name, sizeof(name), "tpmi-id-%02x", pfs->pfs_header.tpmi_id); in tpmi_dbgfs_register() 610 ret = tpmi_read_feature_status(tpmi_info, pfs->pfs_header.tpmi_id, &feature_state); in tpmi_create_device() [all …]
|