Searched refs:read_blocked (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/platform/x86/intel/ |
| H A D | vsec_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/include/linux/ |
| H A D | intel_tpmi.h | 34 int tpmi_get_feature_status(struct auxiliary_device *auxdev, int feature_id, bool *read_blocked,
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_tpmi_core.c | 1549 bool read_blocked = 0, write_blocked = 0; in tpmi_sst_dev_add() local 1559 ret = tpmi_get_feature_status(auxdev, TPMI_ID_SST, &read_blocked, &write_blocked); in tpmi_sst_dev_add() 1563 if (read_blocked) { in tpmi_sst_dev_add()
|