Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/
H A Dvsec_tpmi.c172 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 Dintel_tpmi.h40 int tpmi_get_feature_status(struct auxiliary_device *auxdev, int feature_id, bool *read_blocked,
/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c545 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 Disst_tpmi_core.c1558 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()