Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
Dpp_psm.c125 unsigned long *state_id) in psm_get_ui_state() argument
136 *state_id = state->id; in psm_get_ui_state()
146 unsigned long *state_id) in psm_get_state_by_classification() argument
157 *state_id = state->id; in psm_get_state_by_classification()
165 static int psm_set_states(struct pp_hwmgr *hwmgr, unsigned long state_id) in psm_set_states() argument
176 if (state->id == state_id) { in psm_set_states()
187 unsigned long state_id; in psm_set_boot_states() local
194 &state_id)) in psm_set_boot_states()
195 ret = psm_set_states(hwmgr, state_id); in psm_set_boot_states()
202 unsigned long state_id; in psm_set_performance_states() local
[all …]
/openbsd/src/gnu/llvm/clang/utils/analyzer/
Dexploded-graph-rewriter.py262 def __init__(self, state_id, json_ps): argument
263 logging.debug('Adding ProgramState ' + str(state_id))
288 self.state_id = state_id
847 node.state.state_id
/openbsd/src/sys/dev/pci/drm/amd/display/modules/inc/
Dmod_hdcp.h199 uint8_t state_id; member
/openbsd/src/sys/dev/pci/drm/amd/display/modules/hdcp/
Dhdcp.c35 trace->errors[trace->error_count].state_id = hdcp->state.id; in push_error_status()