/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | smu7_clockpowergating.c | 170 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 …]
|
/linux/include/trace/events/ |
A D | scmi.h | 11 TP_PROTO(int transfer_id, u8 msg_id, u8 protocol_id, u16 seq, 13 TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll), 17 __field(u8, msg_id) 25 __entry->msg_id = msg_id; 32 __entry->transfer_id, __entry->msg_id, __entry->protocol_id, 39 TP_ARGS(transfer_id, msg_id, protocol_id, seq, status), 43 __field(u8, msg_id) 51 __entry->msg_id = msg_id; 65 TP_ARGS(transfer_id, msg_id, protocol_id, seq, msg_type), 69 __field(u8, msg_id) [all …]
|
/linux/drivers/media/platform/mtk-vcodec/ |
A D | venc_ipi_msg.h | 43 uint32_t msg_id; member 58 uint32_t msg_id; member 82 uint32_t msg_id; member 110 uint32_t msg_id; member 129 uint32_t msg_id; member 147 uint32_t msg_id; member 164 uint32_t msg_id; member 199 uint32_t msg_id; member 215 uint32_t msg_id; member
|
A D | vdec_vpu_if.c | 73 mtk_vcodec_debug(vpu, "+ id=%X", msg->msg_id); in vpu_dec_ipi_handler() 79 switch (msg->msg_id) { in vpu_dec_ipi_handler() 91 mtk_vcodec_err(vpu, "invalid msg=%X", msg->msg_id); in vpu_dec_ipi_handler() 96 mtk_vcodec_debug(vpu, "- id=%X", msg->msg_id); in vpu_dec_ipi_handler() 119 static int vcodec_send_ap_ipi(struct vdec_vpu_inst *vpu, unsigned int msg_id) in vcodec_send_ap_ipi() argument 124 mtk_vcodec_debug(vpu, "+ id=%X", msg_id); in vcodec_send_ap_ipi() 127 msg.msg_id = msg_id; in vcodec_send_ap_ipi() 134 mtk_vcodec_debug(vpu, "- id=%X ret=%d", msg_id, err); in vcodec_send_ap_ipi() 156 msg.msg_id = AP_IPIMSG_DEC_INIT; in vpu_dec_init() 180 msg.msg_id = AP_IPIMSG_DEC_START; in vpu_dec_start()
|
A D | vdec_ipi_msg.h | 36 uint32_t msg_id; member 50 uint32_t msg_id; member 62 uint32_t msg_id; member 79 uint32_t msg_id; member 101 uint32_t msg_id; member
|
A D | venc_vpu_if.c | 54 msg->msg_id, vpu, msg->status); in vpu_enc_ipi_handler() 61 switch (msg->msg_id) { in vpu_enc_ipi_handler() 73 mtk_vcodec_err(vpu, "unknown msg id %x", msg->msg_id); in vpu_enc_ipi_handler() 128 out.msg_id = AP_IPIMSG_ENC_INIT; in vpu_enc_init() 172 out.base.msg_id = AP_IPIMSG_ENC_SET_PARAM; in vpu_enc_set_param() 240 out.base.msg_id = AP_IPIMSG_ENC_ENCODE; in vpu_enc_encode() 284 out.msg_id = AP_IPIMSG_ENC_DEINIT; in vpu_enc_deinit()
|
/linux/include/drm/ |
A D | drm_hdcp.h | 152 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 …]
|
/linux/drivers/media/platform/mtk-mdp/ |
A D | mtk_mdp_vpu.c | 33 unsigned int msg_id = msg->msg_id; in mtk_mdp_vpu_ipi_handler() local 40 switch (msg_id) { in mtk_mdp_vpu_ipi_handler() 51 msg_id); in mtk_mdp_vpu_ipi_handler() 57 msg_id, vpu->failure); in mtk_mdp_vpu_ipi_handler() 96 static int mtk_mdp_vpu_send_ap_ipi(struct mtk_mdp_vpu *vpu, uint32_t msg_id) in mtk_mdp_vpu_send_ap_ipi() argument 101 msg.msg_id = msg_id; in mtk_mdp_vpu_send_ap_ipi() 120 msg.msg_id = AP_MDP_INIT; in mtk_mdp_vpu_init()
|
A D | mtk_mdp_ipi.h | 32 uint32_t msg_id; member 45 uint32_t msg_id; member 60 uint32_t msg_id; member
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_dp_hdcp.c | 289 u8 msg_id; member 294 u8 msg_id; member 360 u8 msg_id, bool *msg_ready) in hdcp2_detect_msg_availability() argument 370 switch (msg_id) { in hdcp2_detect_msg_availability() 398 u8 msg_id = hdcp2_msg_data->msg_id; in intel_dp_hdcp2_wait_for_msg() local 421 msg_id, &msg_ready); in intel_dp_hdcp2_wait_for_msg() 429 hdcp2_msg_data->msg_id, ret, timeout); in intel_dp_hdcp2_wait_for_msg() 439 if (hdcp2_dp_msg_data[i].msg_id == msg_id) in get_hdcp2_dp_msg_data() 504 u8 msg_id, void *buf, size_t size) in intel_dp_hdcp2_read_msg() argument 558 msg_id, ret); in intel_dp_hdcp2_read_msg() [all …]
|
/linux/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_hw_mgmt.c | 130 u16 cmd, u16 msg_id) in prepare_header() argument 145 HINIC_MSG_HEADER_SET(msg_id, MSG_ID); in prepare_header() 209 u16 msg_id; in send_msg_to_mgmt() local 211 msg_id = SYNC_MSG_ID(pf_to_mgmt); in send_msg_to_mgmt() 219 direction, cmd, msg_id); in send_msg_to_mgmt() 257 u16 msg_id; in msg_to_mgmt_sync() local 267 msg_id = SYNC_MSG_ID(pf_to_mgmt); in msg_to_mgmt_sync() 269 msg_id = resp_msg_id; in msg_to_mgmt_sync() 291 if (recv_msg->msg_id != msg_id) { in msg_to_mgmt_sync() 428 mgmt_work->msg_id); in recv_mgmt_msg_work_handler() [all …]
|
/linux/sound/soc/intel/atom/sst/ |
A D | sst_ipc.c | 29 u32 msg_id, u32 drv_id) in sst_create_block() argument 39 msg->msg_id = msg_id; in sst_create_block() 72 dev_dbg(ctx->dev, "Block ipc %d, drv_id %d\n", block->msg_id, in sst_wake_up_block() 74 if (block->msg_id == ipc && block->drv_id == drv_id) { in sst_wake_up_block() 251 u32 msg_id; in process_fw_async_msg() local 259 msg_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->cmd_id; in process_fw_async_msg() 263 switch (msg_id) { in process_fw_async_msg() 314 "Unrecognized async msg from FW msg_id %#x\n", msg_id); in process_fw_async_msg() 349 msg_high.part.msg_id, NULL, 0); in sst_process_reply_mrfld() 367 msg_high.part.msg_id, data, msg_low)) in sst_process_reply_mrfld() [all …]
|
A D | sst_pvt.c | 125 block->condition, block->msg_id, block->drv_id); in sst_wait_timeout() 139 block->condition, block->msg_id, sst_drv_ctx->sst_state); in sst_wait_timeout() 188 u32 msg_id, u32 drv_id) in sst_create_block_and_ipc_msg() argument 195 *block = sst_create_block(sst_drv_ctx, msg_id, drv_id); in sst_create_block_and_ipc_msg() 306 header->p.header_high.part.msg_id = msg; in sst_fill_header_mrfld()
|
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
A D | dcn31_smu.c | 100 unsigned int msg_id, unsigned int param) in dcn31_smu_send_msg_with_param() argument 118 REG_WRITE(MP1_SMN_C2PMSG_67, msg_id); in dcn31_smu_send_msg_with_param() 124 dm_helpers_smu_timeout(CTX, msg_id, param, 10 * 200000); in dcn31_smu_send_msg_with_param() 306 unsigned int msg_id; in dcn31_smu_set_Z9_support() local 312 msg_id = VBIOSSMC_MSG_AllowZstatesEntry; in dcn31_smu_set_Z9_support() 314 msg_id = VBIOSSMC_MSG_DisallowZstatesEntry; in dcn31_smu_set_Z9_support() 318 msg_id, in dcn31_smu_set_Z9_support()
|
/linux/include/linux/soc/qcom/ |
A D | qmi.h | 28 u16 msg_id; member 190 unsigned int msg_id; member 251 struct qmi_txn *txn, int msg_id, size_t len, 254 struct qmi_txn *txn, int msg_id, size_t len, 257 int msg_id, size_t len, struct qmi_elem_info *ei, 260 void *qmi_encode_message(int type, unsigned int msg_id, size_t *len,
|
/linux/drivers/gpu/drm/amd/display/dc/hdcp/ |
A D | hdcp_msg.c | 134 uint8_t offset = hdcp_i2c_offsets[message_info->msg_id]; in hdmi_14_process_transaction() 153 if (hdcp_cmd_is_read[message_info->msg_id]) { in hdmi_14_process_transaction() 318 hdcp_dpcd_addrs[message_info->msg_id], in dp_11_process_transaction() 319 hdcp_cmd_is_read[message_info->msg_id]); in dp_11_process_transaction() 385 if (message_info->msg_id < HDCP_MESSAGE_ID_READ_BKSV || in dc_process_hdcp_msg() 386 message_info->msg_id >= HDCP_MESSAGE_ID_MAX) in dc_process_hdcp_msg()
|
/linux/drivers/misc/bcm-vk/ |
A D | bcm_vk_msg.c | 274 vk->msg_id++; in bcm_vk_get_msg_id() 276 vk->msg_id = 1; in bcm_vk_get_msg_id() 282 rc = vk->msg_id; in bcm_vk_get_msg_id() 372 u32 msg_id; in bcm_vk_drain_all_pend() local 376 msg_id = get_msg_id(msg); in bcm_vk_drain_all_pend() 383 msg_id, entry->seq_num, in bcm_vk_drain_all_pend() 758 u16 msg_id) in bcm_vk_dequeue_pending() argument 787 u32 q_num, msg_id, j; in bcm_to_h_msg_dequeue() local 885 msg_id = get_msg_id(data); in bcm_to_h_msg_dequeue() 890 msg_id); in bcm_to_h_msg_dequeue() [all …]
|
/linux/drivers/soc/qcom/ |
A D | smd-rpm.c | 57 __le32 msg_id; member 77 __le32 msg_id; member 102 static unsigned msg_id = 1; in qcom_rpm_smd_write() local 125 pkt->req.msg_id = cpu_to_le32(msg_id++); in qcom_rpm_smd_write()
|
A D | qmi_interface.c | 402 handler->msg_id == hdr->msg_id) in qmi_invoke_handler() 738 int type, int msg_id, size_t len, in qmi_send_message() argument 747 msg_id, &len, in qmi_send_message() 789 struct qmi_txn *txn, int msg_id, size_t len, in qmi_send_request() argument 792 return qmi_send_message(qmi, sq, txn, QMI_REQUEST, msg_id, len, ei, in qmi_send_request() 810 struct qmi_txn *txn, int msg_id, size_t len, in qmi_send_response() argument 813 return qmi_send_message(qmi, sq, txn, QMI_RESPONSE, msg_id, len, ei, in qmi_send_response() 830 int msg_id, size_t len, struct qmi_elem_info *ei, in qmi_send_indication() argument 841 rval = qmi_send_message(qmi, sq, &txn, QMI_INDICATION, msg_id, len, ei, in qmi_send_indication()
|
/linux/sound/soc/sof/ |
A D | ipc.c | 383 void snd_sof_ipc_reply(struct snd_sof_dev *sdev, u32 msg_id) in snd_sof_ipc_reply() argument 390 msg_id); in snd_sof_ipc_reply() 528 spcm = snd_sof_find_spcm_comp(scomp, msg_id, &direction); in ipc_period_elapsed() 532 msg_id); in ipc_period_elapsed() 556 static void ipc_xrun(struct snd_sof_dev *sdev, u32 msg_id) in ipc_xrun() argument 564 spcm = snd_sof_find_spcm_comp(scomp, msg_id, &direction); in ipc_xrun() 567 msg_id); in ipc_xrun() 593 u32 msg_id = SOF_IPC_MESSAGE_ID(msg_cmd); in ipc_stream_message() local 597 ipc_period_elapsed(sdev, msg_id); in ipc_stream_message() 600 ipc_xrun(sdev, msg_id); in ipc_stream_message() [all …]
|
/linux/drivers/net/ethernet/microsoft/mana/ |
A D | hw_channel.c | 7 static int mana_hwc_get_msg_index(struct hw_channel_context *hwc, u16 *msg_id) in mana_hwc_get_msg_index() argument 24 *msg_id = index; in mana_hwc_get_msg_index() 29 static void mana_hwc_put_msg_index(struct hw_channel_context *hwc, u16 msg_id) in mana_hwc_put_msg_index() argument 35 bitmap_clear(hwc->inflight_msg_res.map, msg_id, 1); in mana_hwc_put_msg_index() 780 u16 msg_id; in mana_hwc_send_request() local 783 mana_hwc_get_msg_index(hwc, &msg_id); in mana_hwc_send_request() 785 tx_wr = &txq->msg_buf->reqs[msg_id]; in mana_hwc_send_request() 794 ctx = hwc->caller_ctx + msg_id; in mana_hwc_send_request() 802 req_msg->req.hwc_msg_id = msg_id; in mana_hwc_send_request() 830 mana_hwc_put_msg_index(hwc, msg_id); in mana_hwc_send_request()
|
/linux/drivers/infiniband/ulp/rtrs/ |
A D | rtrs-srv.c | 287 srv_mr = &sess->mrs[id->msg_id]; in rdma_write_sg() 297 msg->buf_id = cpu_to_le16(id->msg_id); in rdma_write_sg() 405 srv_mr = &sess->mrs[id->msg_id]; in send_io_resp_imm() 416 msg->buf_id = cpu_to_le16(id->msg_id); in send_io_resp_imm() 1022 id->msg_id = buf_id; in process_read() 1075 id->msg_id = buf_id; in process_write() 1143 u32 msg_id, off; in rtrs_srv_inv_rkey_done() local 1151 msg_id = mr->msg_id; in rtrs_srv_inv_rkey_done() 1231 u32 msg_id, off; in rtrs_srv_rdma_done() local 1238 msg_id, off); in rtrs_srv_rdma_done() [all …]
|
/linux/drivers/net/ethernet/brocade/bna/ |
A D | bfi.h | 24 u8 msg_id; /*!< msg opcode with in the class */ member 40 (_mh).msg_id = (_op); \ 46 (_mh).msg_id = (_op); \ 388 u8 msg_id; member 397 (_mh).msg_id = (_mid); \
|
/linux/drivers/net/wireless/ath/ath6kl/ |
A D | htc.h | 169 __le16 msg_id; member 185 __le16 msg_id; member 194 __le16 msg_id; member 204 __le16 msg_id; member 209 __le16 msg_id; member
|
/linux/drivers/gpu/drm/amd/display/modules/hdcp/ |
A D | hdcp_ddc.c | 151 enum mod_hdcp_ddc_message_id msg_id, in read() argument 163 hdcp_dpcd_addrs[msg_id] + data_offset, in read() 177 hdcp_i2c_offsets[msg_id], in read() 186 enum mod_hdcp_ddc_message_id msg_id, in read_repeatedly() argument 197 status = read(hdcp, msg_id, buf + data_offset, cur_size); in read_repeatedly() 210 enum mod_hdcp_ddc_message_id msg_id, in write() argument 223 hdcp_dpcd_addrs[msg_id] + data_offset, in write() 234 hdcp->buf[0] = hdcp_i2c_offsets[msg_id]; in write()
|