Searched refs:read_blocked (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/platform/x86/intel/ |
D | tpmi.c | 170 u32 read_blocked:1; member 341 int feature_id, bool *read_blocked, bool *write_blocked) in tpmi_get_feature_status() argument 352 *read_blocked = feature_state.read_blocked; in tpmi_get_feature_status() 371 int locked, disabled, read_blocked, write_blocked; in tpmi_pfs_dbg_show() local 385 read_blocked = 'U'; in tpmi_pfs_dbg_show() 390 read_blocked = feature_state.read_blocked ? 'Y' : 'N'; in tpmi_pfs_dbg_show() 397 read_blocked, write_blocked); in tpmi_pfs_dbg_show()
|
/linux-6.12.1/include/linux/ |
D | intel_tpmi.h | 55 int tpmi_get_feature_status(struct auxiliary_device *auxdev, int feature_id, bool *read_blocked,
|
/linux-6.12.1/drivers/platform/x86/intel/uncore-frequency/ |
D | uncore-frequency-tpmi.c | 423 bool read_blocked = 0, write_blocked = 0; in uncore_probe() local 430 ret = tpmi_get_feature_status(auxdev, TPMI_ID_UNCORE, &read_blocked, &write_blocked); in uncore_probe() 434 if (read_blocked) { in uncore_probe()
|
/linux-6.12.1/drivers/platform/x86/intel/speed_select_if/ |
D | isst_tpmi_core.c | 1448 bool read_blocked = 0, write_blocked = 0; in tpmi_sst_dev_add() local 1458 ret = tpmi_get_feature_status(auxdev, TPMI_ID_SST, &read_blocked, &write_blocked); in tpmi_sst_dev_add() 1462 if (read_blocked) { in tpmi_sst_dev_add()
|