Searched refs:feature_state (Results 1 – 4 of 4) sorted by relevance
275 struct tpmi_feature_state *feature_state) in tpmi_read_feature_status() argument326 sizeof(*feature_state)); in tpmi_read_feature_status()345 struct tpmi_feature_state feature_state; in tpmi_get_feature_status() local352 *read_blocked = feature_state.read_blocked; in tpmi_get_feature_status()353 *write_blocked = feature_state.write_blocked; in tpmi_get_feature_status()372 struct tpmi_feature_state feature_state; in tpmi_pfs_dbg_show() local388 disabled = feature_state.enabled ? 'N' : 'Y'; in tpmi_pfs_dbg_show()389 locked = feature_state.locked ? 'Y' : 'N'; in tpmi_pfs_dbg_show()390 read_blocked = feature_state.read_blocked ? 'Y' : 'N'; in tpmi_pfs_dbg_show()605 struct tpmi_feature_state feature_state; in tpmi_create_device() local[all …]
282 __u8 feature_state; member
205 ctdp_level->fact_enabled = !!(info.feature_state & BIT(1)); in tpmi_get_ctdp_control()206 ctdp_level->pbf_enabled = !!(info.feature_state & BIT(0)); in tpmi_get_ctdp_control()
200 u64 feature_state :8; member867 _read_pp_info("feature_state", perf_level.feature_state, SST_PP_STATUS_OFFSET, in isst_if_get_perf_level()
Completed in 15 milliseconds