Searched refs:read_blocked (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/platform/x86/intel/ |
| H A D | vsec_tpmi.c | 172 u32 read_blocked:1; member 357 int feature_id, bool *read_blocked, bool *write_blocked) in tpmi_get_feature_status() argument 368 *read_blocked = feature_state.read_blocked; in tpmi_get_feature_status() 387 int locked, disabled, read_blocked, write_blocked; in tpmi_pfs_dbg_show() local 401 read_blocked = 'U'; in tpmi_pfs_dbg_show() 406 read_blocked = feature_state.read_blocked ? 'Y' : 'N'; in tpmi_pfs_dbg_show() 413 read_blocked, write_blocked); in tpmi_pfs_dbg_show()
|
| /linux/include/linux/ |
| H A D | intel_tpmi.h | 40 int tpmi_get_feature_status(struct auxiliary_device *auxdev, int feature_id, bool *read_blocked,
|
| /linux/drivers/platform/x86/intel/uncore-frequency/ |
| H A D | uncore-frequency-tpmi.c | 545 bool read_blocked = 0, write_blocked = 0; in uncore_probe() local 552 ret = tpmi_get_feature_status(auxdev, TPMI_ID_UNCORE, &read_blocked, &write_blocked); in uncore_probe() 556 if (read_blocked) { in uncore_probe()
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_tpmi_core.c | 1558 bool read_blocked = 0, write_blocked = 0; in tpmi_sst_dev_add() local 1568 ret = tpmi_get_feature_status(auxdev, TPMI_ID_SST, &read_blocked, &write_blocked); in tpmi_sst_dev_add() 1572 if (read_blocked) { in tpmi_sst_dev_add()
|