Home
last modified time | relevance | path

Searched refs:msg_id (Results 1 – 25 of 50) sorted by relevance

12

/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_clockpowergating.c170 const uint32_t *msg_id) in smu7_update_clock_gatings() argument
182 if (PP_STATE_SUPPORT_CG & *msg_id) { in smu7_update_clock_gatings()
192 if (PP_STATE_SUPPORT_LS & *msg_id) { in smu7_update_clock_gatings()
205 if (PP_STATE_SUPPORT_CG & *msg_id) { in smu7_update_clock_gatings()
229 if (PP_STATE_SUPPORT_LS & *msg_id) { in smu7_update_clock_gatings()
242 if (PP_STATE_SUPPORT_LS & *msg_id) { in smu7_update_clock_gatings()
255 if (PP_STATE_SUPPORT_CG & *msg_id) { in smu7_update_clock_gatings()
276 if (PP_STATE_SUPPORT_CG & *msg_id) { in smu7_update_clock_gatings()
299 if (PP_STATE_SUPPORT_CG & *msg_id) { in smu7_update_clock_gatings()
310 if (PP_STATE_SUPPORT_LS & *msg_id) { in smu7_update_clock_gatings()
[all …]
H A Dsmu7_clockpowergating.h35 const uint32_t *msg_id);
/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_hdcp.h152 u8 msg_id; member
165 u8 msg_id; member
170 u8 msg_id; member
175 u8 msg_id; member
180 u8 msg_id; member
185 u8 msg_id; member
190 u8 msg_id; member
195 u8 msg_id; member
201 u8 msg_id; member
209 u8 msg_id; member
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_smu.c120 unsigned int msg_id, in dcn314_smu_send_msg_with_param() argument
141 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in dcn314_smu_send_msg_with_param()
150 msg_id == VBIOSSMC_MSG_SetMinDeepSleepDcfclk) in dcn314_smu_send_msg_with_param()
347 unsigned int msg_id, param; in dcn314_smu_set_zstate_support() local
355 msg_id = VBIOSSMC_MSG_AllowZstatesEntry; in dcn314_smu_set_zstate_support()
360 msg_id = VBIOSSMC_MSG_AllowZstatesEntry; in dcn314_smu_set_zstate_support()
366 msg_id = VBIOSSMC_MSG_AllowZstatesEntry; in dcn314_smu_set_zstate_support()
371 msg_id = VBIOSSMC_MSG_AllowZstatesEntry; in dcn314_smu_set_zstate_support()
376 msg_id = VBIOSSMC_MSG_AllowZstatesEntry; in dcn314_smu_set_zstate_support()
381 msg_id = VBIOSSMC_MSG_AllowZstatesEntry; in dcn314_smu_set_zstate_support()
[all …]
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dp_hdcp.c283 u8 msg_id; member
288 u8 msg_id; member
354 u8 msg_id, bool *msg_ready) in hdcp2_detect_msg_availability() argument
364 switch (msg_id) { in hdcp2_detect_msg_availability()
392 u8 msg_id = hdcp2_msg_data->msg_id; in intel_dp_hdcp2_wait_for_msg() local
415 msg_id, &msg_ready); in intel_dp_hdcp2_wait_for_msg()
423 hdcp2_msg_data->msg_id, ret, timeout); in intel_dp_hdcp2_wait_for_msg()
433 if (hdcp2_dp_msg_data[i].msg_id == msg_id) in get_hdcp2_dp_msg_data()
498 u8 msg_id, void *buf, size_t size) in intel_dp_hdcp2_read_msg() argument
552 msg_id, ret); in intel_dp_hdcp2_read_msg()
[all …]
H A Dintel_hdcp_gsc.c69 ake_data->msg_id = HDCP_2_2_AKE_INIT; in gsc_hdcp_initiate_session()
135 ek_pub_km->msg_id = HDCP_2_2_AKE_STORED_KM; in gsc_hdcp_verify_receiver_cert_prepare_km()
138 ek_pub_km->msg_id = HDCP_2_2_AKE_NO_STORED_KM; in gsc_hdcp_verify_receiver_cert_prepare_km()
299 lc_init_data->msg_id = HDCP_2_2_LC_INIT; in gsc_hdcp_initiate_locality_check()
403 ske_data->msg_id = HDCP_2_2_SKE_SEND_EKS; in gsc_hdcp_get_session_key()
474 rep_send_ack->msg_id = HDCP_2_2_REP_SEND_ACK; in gsc_hdcp_repeater_check_flow_prepare_ack()
H A Dintel_hdmi.c1573 u8 msg_id; member
1599 if (msg_id == HDCP_2_2_AKE_SEND_HPRIME) { in get_hdcp2_msg_timeout()
1607 if (hdcp2_msg_timeout[i].msg_id == msg_id) in get_hdcp2_msg_timeout()
1616 u8 msg_id, bool *msg_ready, in hdcp2_detect_msg_availability() argument
1633 if (msg_id == HDCP_2_2_REP_SEND_RECVID_LIST) in hdcp2_detect_msg_availability()
1644 u8 msg_id, bool paired) in intel_hdmi_hdcp2_wait_for_msg() argument
1651 timeout = get_hdcp2_msg_timeout(msg_id, paired); in intel_hdmi_hdcp2_wait_for_msg()
1656 msg_id, &msg_ready, in intel_hdmi_hdcp2_wait_for_msg()
1662 msg_id, ret, timeout); in intel_hdmi_hdcp2_wait_for_msg()
1679 u8 msg_id, void *buf, size_t size) in intel_hdmi_hdcp2_read_msg() argument
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_smu.c105 unsigned int msg_id, in dcn31_smu_send_msg_with_param() argument
126 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in dcn31_smu_send_msg_with_param()
131 if (msg_id == VBIOSSMC_MSG_TransferTableDram2Smu && in dcn31_smu_send_msg_with_param()
142 dm_helpers_smu_timeout(CTX, msg_id, param, 10 * 200000); in dcn31_smu_send_msg_with_param()
327 unsigned int msg_id, param; in dcn31_smu_set_zstate_support() local
343 msg_id = VBIOSSMC_MSG_DisallowZstatesEntry; in dcn31_smu_set_zstate_support()
345 msg_id = VBIOSSMC_MSG_AllowZstatesEntry; in dcn31_smu_set_zstate_support()
349 msg_id, in dcn31_smu_set_zstate_support()
/openbsd/usr.sbin/ldpd/
H A Dnotification.c53 err |= gen_status_tlv(buf, nm->status_code, nm->msg_id, nm->msg_type); in send_notification_full()
77 send_notification(struct tcp_conn *tcp, uint32_t status_code, uint32_t msg_id, in send_notification() argument
84 nm.msg_id = msg_id; in send_notification()
91 send_notification_rtlvs(struct nbr *nbr, uint32_t status_code, uint32_t msg_id, in send_notification_rtlvs() argument
98 nm.msg_id = msg_id; in send_notification_rtlvs()
259 gen_status_tlv(struct ibuf *buf, uint32_t status_code, uint32_t msg_id, in gen_status_tlv() argument
272 st.msg_id = msg_id; in gen_status_tlv()
H A Dlde_lib.c557 lde_send_notification(ln, S_NO_ROUTE, map->msg_id, in lde_check_request()
571 lde_send_notification(ln, S_LOOP_DETECTED, map->msg_id, in lde_check_request()
588 lre->msg_id = ntohl(map->msg_id); in lde_check_request()
627 lre->msg_id = ntohl(map->msg_id); in lde_check_request_wcard()
H A Dldpd.h198 uint32_t msg_id; member
221 uint32_t msg_id; member
238 uint32_t msg_id; /* network byte order */ member
/openbsd/sys/dev/pci/drm/amd/display/dc/hdcp/
H A Dhdcp_msg.c133 uint8_t offset = hdcp_i2c_offsets[message_info->msg_id]; in hdmi_14_process_transaction()
152 if (hdcp_cmd_is_read[message_info->msg_id]) { in hdmi_14_process_transaction()
317 hdcp_dpcd_addrs[message_info->msg_id], in dp_11_process_transaction()
318 hdcp_cmd_is_read[message_info->msg_id]); in dp_11_process_transaction()
384 if (message_info->msg_id < HDCP_MESSAGE_ID_READ_BKSV || in dc_process_hdcp_msg()
385 message_info->msg_id >= HDCP_MESSAGE_ID_MAX) in dc_process_hdcp_msg()
/openbsd/usr.bin/ssh/
H A Dsftp-client.c77 u_int msg_id; member
445 ret->msg_id = 1; in sftp_init()
603 u_int id, msg_id; in sftp_get_limits() local
616 id = conn->msg_id++; in sftp_get_limits()
631 if (id != msg_id) in sftp_get_limits()
664 id = conn->msg_id++; in sftp_close()
696 id = conn->msg_id++; in sftp_lsreaddir()
852 id = conn->msg_id++; in sftp_rm()
867 id = conn->msg_id++; in sftp_mkdir()
885 id = conn->msg_id++; in sftp_rmdir()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_smu.c133 unsigned int msg_id, unsigned int param) in dcn315_smu_send_msg_with_param() argument
158 mmMP1_C2PMSG_3, msg_id); in dcn315_smu_send_msg_with_param()
162 if (read_back_data == msg_id) in dcn315_smu_send_msg_with_param()
172 dm_helpers_smu_timeout(CTX, msg_id, param, 10 * 200000); in dcn315_smu_send_msg_with_param()
/openbsd/lib/libc/nls/
H A Dcatgets.c39 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument
71 r = msg_id - ntohl(msg_hdr[i].__msgno); in catgets()
/openbsd/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp_ddc.c153 enum mod_hdcp_ddc_message_id msg_id, in read() argument
165 hdcp_dpcd_addrs[msg_id] + data_offset, in read()
179 hdcp_i2c_offsets[msg_id], in read()
188 enum mod_hdcp_ddc_message_id msg_id, in read_repeatedly() argument
199 status = read(hdcp, msg_id, buf + data_offset, cur_size); in read_repeatedly()
212 enum mod_hdcp_ddc_message_id msg_id, in write() argument
225 hdcp_dpcd_addrs[msg_id] + data_offset, in write()
236 hdcp->buf[0] = hdcp_i2c_offsets[msg_id]; in write()
H A Dhdcp_psp.c40 in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init()
42 in->process.msg2_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init()
44 in->process.msg3_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init()
627 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
687 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_H_PRIME; in mod_hdcp_hdcp2_validate_h_prime()
694 msg_in->process.msg2_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_PAIRING_INFO; in mod_hdcp_hdcp2_validate_h_prime()
766 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__LC_SEND_L_PRIME; in mod_hdcp_hdcp2_validate_l_prime()
878 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__REPEATERAUTH_SEND_RECEIVERID_LIST; in mod_hdcp_hdcp2_validate_rx_id_list()
1010 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__REPEATERAUTH_STREAM_READY; in mod_hdcp_hdcp2_validate_stream_ready()
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr_smu_msg.c77 static bool dcn30_smu_send_msg_with_param(struct clk_mgr_internal *clk_mgr, uint32_t msg_id, uint32… in dcn30_smu_send_msg_with_param() argument
90 REG_WRITE(DAL_MSG_REG, msg_id); in dcn30_smu_send_msg_with_param()
95 dm_helpers_smu_timeout(CTX, msg_id, param_in, 10 * 200000); in dcn30_smu_send_msg_with_param()
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_smu.c120 unsigned int msg_id, unsigned int param) in dcn316_smu_send_msg_with_param() argument
140 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in dcn316_smu_send_msg_with_param()
146 dm_helpers_smu_timeout(CTX, msg_id, param, 10 * 200000); in dcn316_smu_send_msg_with_param()
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv1_clk_mgr_vbios_smu.c105 unsigned int msg_id, unsigned int param) in rv1_vbios_smu_send_msg_with_param() argument
116 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in rv1_vbios_smu_send_msg_with_param()
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr_smu_msg.c68 static bool dcn32_smu_send_msg_with_param(struct clk_mgr_internal *clk_mgr, uint32_t msg_id, uint32… in dcn32_smu_send_msg_with_param() argument
80 REG_WRITE(DAL_MSG_REG, msg_id); in dcn32_smu_send_msg_with_param()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dvi.c1854 uint32_t msg_id, pp_state = 0; in vi_common_set_clockgating_state_by_smu() local
1869 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1873 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in vi_common_set_clockgating_state_by_smu()
1887 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1891 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in vi_common_set_clockgating_state_by_smu()
1905 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1909 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in vi_common_set_clockgating_state_by_smu()
1919 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1931 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1945 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr_vbios_smu.c98 unsigned int msg_id, in rn_vbios_smu_send_msg_with_param() argument
119 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in rn_vbios_smu_send_msg_with_param()
/openbsd/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn301/
H A Ddcn301_smu.c98 unsigned int msg_id, in dcn301_smu_send_msg_with_param() argument
119 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in dcn301_smu_send_msg_with_param()
/openbsd/sys/dev/pci/drm/amd/display/include/
H A Dhdcp_msg_types.h96 enum hdcp_message_id msg_id; member

12