Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/intel/
Dtpmi.c170 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/
Dintel_tpmi.h55 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/
Duncore-frequency-tpmi.c423 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/
Disst_tpmi_core.c1448 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()