Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_smu7_clockpowergating.c170 const uint32_t *msg_id) in smu7_update_clock_gatings() argument
178 switch ((*msg_id & PP_GROUP_MASK) >> PP_GROUP_SHIFT) { in smu7_update_clock_gatings()
180 switch ((*msg_id & PP_BLOCK_MASK) >> PP_BLOCK_SHIFT) { in smu7_update_clock_gatings()
182 if (PP_STATE_SUPPORT_CG & *msg_id) { in smu7_update_clock_gatings()
183 msg = ((*msg_id & PP_STATE_MASK) & PP_STATE_CG) ? in smu7_update_clock_gatings()
192 if (PP_STATE_SUPPORT_LS & *msg_id) { in smu7_update_clock_gatings()
193 msg = (*msg_id & PP_STATE_MASK) & PP_STATE_LS in smu7_update_clock_gatings()
205 if (PP_STATE_SUPPORT_CG & *msg_id) { in smu7_update_clock_gatings()
206 msg = ((*msg_id & PP_STATE_MASK) & PP_STATE_CG) ? in smu7_update_clock_gatings()
216 if (PP_STATE_SUPPORT_LS & *msg_id) { in smu7_update_clock_gatings()
[all …]
H A Dsmu7_clockpowergating.h37 const uint32_t *msg_id);
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_hdcp.h151 u8 msg_id; member
157 u8 msg_id; member
164 u8 msg_id; member
169 u8 msg_id; member
174 u8 msg_id; member
179 u8 msg_id; member
184 u8 msg_id; member
189 u8 msg_id; member
194 u8 msg_id; member
200 u8 msg_id; member
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c83 u_int msg_id; member
451 ret->msg_id = 1; in sftp_init()
609 u_int id, msg_id; in sftp_get_limits() local
622 id = conn->msg_id++; in sftp_get_limits()
633 (r = sshbuf_get_u32(msg, &msg_id)) != 0) in sftp_get_limits()
636 debug3("Received limits reply T:%u I:%u", type, msg_id); in sftp_get_limits()
637 if (id != msg_id) in sftp_get_limits()
638 fatal("ID mismatch (%u != %u)", msg_id, id); in sftp_get_limits()
670 id = conn->msg_id++; in sftp_close()
702 id = conn->msg_id++; in sftp_lsreaddir()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPModDNRequest.cpp52 int msg_id; in sendRequest() local
60 newParentDN,m_deleteOld ? 1 : 0, tmpSrvCtrls, tmpClCtrls,&msg_id); in sendRequest()
66 m_msgID=msg_id; in sendRequest()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/hdcp/
H A Damdgpu_hdcp_msg.c137 uint8_t offset = hdcp_i2c_offsets[message_info->msg_id]; in hdmi_14_process_transaction()
156 if (hdcp_cmd_is_read[message_info->msg_id]) { in hdmi_14_process_transaction()
321 hdcp_dpcd_addrs[message_info->msg_id], in dp_11_process_transaction()
322 hdcp_cmd_is_read[message_info->msg_id]); in dp_11_process_transaction()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_ddc.c150 enum mod_hdcp_ddc_message_id msg_id, in read() argument
162 hdcp_dpcd_addrs[msg_id] + data_offset, in read()
176 hdcp_i2c_offsets[msg_id], in read()
185 enum mod_hdcp_ddc_message_id msg_id, in read_repeatedly() argument
196 status = read(hdcp, msg_id, buf + data_offset, cur_size); in read_repeatedly()
209 enum mod_hdcp_ddc_message_id msg_id, in write() argument
222 hdcp_dpcd_addrs[msg_id] + data_offset, in write()
233 hdcp->buf[0] = hdcp_i2c_offsets[msg_id]; in write()
H A Damdgpu_hdcp_psp.c45 in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init()
47 in->process.msg2_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init()
49 in->process.msg3_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__NULL_MESSAGE; in hdcp2_message_init()
454 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
501 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_H_PRIME; in mod_hdcp_hdcp2_validate_h_prime()
508 msg_in->process.msg2_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_PAIRING_INFO; in mod_hdcp_hdcp2_validate_h_prime()
576 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__LC_SEND_L_PRIME; in mod_hdcp_hdcp2_validate_l_prime()
682 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__REPEATERAUTH_SEND_RECEIVERID_LIST; in mod_hdcp_hdcp2_validate_rx_id_list()
793 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__REPEATERAUTH_STREAM_READY; in mod_hdcp_hdcp2_validate_stream_ready()
H A Dhdcp_psp.h356 enum ta_hdcp2_msg_id msg_id; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vi.c1513 uint32_t msg_id, pp_state = 0; in vi_common_set_clockgating_state_by_smu() local
1528 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1533 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in vi_common_set_clockgating_state_by_smu()
1547 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1552 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in vi_common_set_clockgating_state_by_smu()
1566 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1571 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in vi_common_set_clockgating_state_by_smu()
1581 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
1586 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in vi_common_set_clockgating_state_by_smu()
1594 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, in vi_common_set_clockgating_state_by_smu()
[all …]
H A Damdgpu_dpm.h346 #define amdgpu_dpm_set_clockgating_by_smu(adev, msg_id) \ argument
348 (adev)->powerplay.pp_handle, msg_id))
H A Damdgpu_gfx_v8_0.c5832 uint32_t msg_id, pp_state = 0; in gfx_v8_0_tonga_update_gfx_clock_gating() local
5847 msg_id = PP_CG_MSG_ID(PP_GROUP_GFX, in gfx_v8_0_tonga_update_gfx_clock_gating()
5852 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in gfx_v8_0_tonga_update_gfx_clock_gating()
5869 msg_id = PP_CG_MSG_ID(PP_GROUP_GFX, in gfx_v8_0_tonga_update_gfx_clock_gating()
5874 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in gfx_v8_0_tonga_update_gfx_clock_gating()
5884 uint32_t msg_id, pp_state = 0; in gfx_v8_0_polaris_update_gfx_clock_gating() local
5899 msg_id = PP_CG_MSG_ID(PP_GROUP_GFX, in gfx_v8_0_polaris_update_gfx_clock_gating()
5904 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in gfx_v8_0_polaris_update_gfx_clock_gating()
5919 msg_id = PP_CG_MSG_ID(PP_GROUP_GFX, in gfx_v8_0_polaris_update_gfx_clock_gating()
5924 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); in gfx_v8_0_polaris_update_gfx_clock_gating()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn10/
H A Damdgpu_rv1_clk_mgr_vbios_smu.c76 int rv1_vbios_smu_send_msg_with_param(struct clk_mgr_internal *clk_mgr, unsigned int msg_id, unsign… in rv1_vbios_smu_send_msg_with_param() argument
85 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in rv1_vbios_smu_send_msg_with_param()
/netbsd-src/lib/libc/nls/
H A Dcatgets.c50 _catgets(nl_catd catd, int set_id, int msg_id, const char *s) in __weak_alias()
83 r = msg_id - in __weak_alias()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn21/
H A Damdgpu_rn_clk_mgr_vbios_smu.c61 int rn_vbios_smu_send_msg_with_param(struct clk_mgr_internal *clk_mgr, unsigned int msg_id, unsigne… in rn_vbios_smu_send_msg_with_param() argument
70 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in rn_vbios_smu_send_msg_with_param()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/include/
H A Dhdcp_types.h92 enum hdcp_message_id msg_id; member
/netbsd-src/usr.sbin/ldpd/
H A Dnotifications.c59 t->msg_id = htonl(msg); in build_notification()
H A Dtlv.h131 uint32_t msg_id; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hdmi.c1545 u8 msg_id; member
1567 static int get_hdcp2_msg_timeout(u8 msg_id, bool is_paired) in get_hdcp2_msg_timeout() argument
1571 if (msg_id == HDCP_2_2_AKE_SEND_HPRIME) { in get_hdcp2_msg_timeout()
1579 if (hdcp2_msg_timeout[i].msg_id == msg_id) in get_hdcp2_msg_timeout()
1588 u8 msg_id, bool *msg_ready, in hdcp2_detect_msg_availability() argument
1603 if (msg_id == HDCP_2_2_REP_SEND_RECVID_LIST) in hdcp2_detect_msg_availability()
1614 u8 msg_id, bool paired) in intel_hdmi_hdcp2_wait_for_msg() argument
1620 timeout = get_hdcp2_msg_timeout(msg_id, paired); in intel_hdmi_hdcp2_wait_for_msg()
1625 msg_id, &msg_ready, in intel_hdmi_hdcp2_wait_for_msg()
1631 msg_id, ret, timeout); in intel_hdmi_hdcp2_wait_for_msg()
[all …]
H A Dintel_dp.c6164 u8 msg_id; member
6169 u8 msg_id; member
6231 u8 msg_id, bool *msg_ready) in hdcp2_detect_msg_availability() argument
6241 switch (msg_id) { in hdcp2_detect_msg_availability()
6255 DRM_ERROR("Unidentified msg_id: %d\n", msg_id); in hdcp2_detect_msg_availability()
6268 u8 msg_id = hdcp2_msg_data->msg_id; in intel_dp_hdcp2_wait_for_msg() local
6272 if (msg_id == HDCP_2_2_AKE_SEND_HPRIME && !hdcp->is_paired) in intel_dp_hdcp2_wait_for_msg()
6291 msg_id, &msg_ready); in intel_dp_hdcp2_wait_for_msg()
6298 hdcp2_msg_data->msg_id, ret, timeout); in intel_dp_hdcp2_wait_for_msg()
6303 static const struct hdcp2_dp_msg_data *get_hdcp2_dp_msg_data(u8 msg_id) in get_hdcp2_dp_msg_data() argument
[all …]
/netbsd-src/sys/dev/usb/
H A Dif_athn_usb.c1031 athn_usb_htc_msg(struct athn_usb_softc *usc, uint16_t msg_id, void *buf, in athn_usb_htc_msg() argument
1049 msg->msg_id = htobe16(msg_id); in athn_usb_htc_msg()
2087 uint16_t msg_id; in athn_usb_intr() local
2140 msg_id = be16toh(msg->msg_id); in athn_usb_intr()
2141 DPRINTFN(DBG_RX, usc, "Rx HTC message %d\n", msg_id); in athn_usb_intr()
2142 switch (msg_id) { in athn_usb_intr()
2147 usc->usc_wait_msg_id, msg_id); in athn_usb_intr()
2148 if (usc->usc_wait_msg_id == msg_id) { in athn_usb_intr()
2157 usc->usc_wait_msg_id, msg_id); in athn_usb_intr()
2158 if (usc->usc_wait_msg_id == msg_id) { in athn_usb_intr()
[all …]
H A Dif_athn_usb.h232 uint16_t msg_id; member
/netbsd-src/sys/sys/
H A Daudioio.h321 int msg_id; member
/netbsd-src/sys/dev/hyperv/
H A Dhypervreg.h185 uint64_t msg_id; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Dkgd_pp_interface.h281 int (*set_clockgating_by_smu)(void *handle, uint32_t msg_id);

12