/linux-4.4.14/sound/soc/intel/atom/sst/ |
D | sst_ipc.c | 38 u32 msg_id, u32 drv_id) in sst_create_block() argument 48 msg->msg_id = msg_id; in sst_create_block() 81 dev_dbg(ctx->dev, "Block ipc %d, drv_id %d\n", block->msg_id, in sst_wake_up_block() 83 if (block->msg_id == ipc && block->drv_id == drv_id) { in sst_wake_up_block() 247 u32 msg_id; in process_fw_async_msg() local 257 msg_id = ((struct ipc_dsp_hdr *)msg->mailbox_data)->cmd_id; in process_fw_async_msg() 261 switch (msg_id) { in process_fw_async_msg() 309 "Unrecognized async msg from FW msg_id %#x\n", msg_id); in process_fw_async_msg() 345 msg_high.part.msg_id, NULL, 0); in sst_process_reply_mrfld() 364 msg_high.part.msg_id, data, msg_low)) in sst_process_reply_mrfld() [all …]
|
D | sst_pvt.c | 134 block->condition, block->msg_id, block->drv_id); in sst_wait_timeout() 148 block->condition, block->msg_id, sst_drv_ctx->sst_state); in sst_wait_timeout() 197 u32 msg_id, u32 drv_id) in sst_create_block_and_ipc_msg() argument 204 *block = sst_create_block(sst_drv_ctx, msg_id, drv_id); in sst_create_block_and_ipc_msg() 317 header->p.header_high.part.msg_id = msg; in sst_fill_header_mrfld()
|
D | sst.h | 174 u32 msg_id; member 507 u32 msg_id, u32 drv_id); 510 u32 msg_id, u32 drv_id);
|
D | sst.c | 42 static inline bool sst_is_process_reply(u32 msg_id) in sst_is_process_reply() argument 44 return ((msg_id & PROCESS_MSG) ? true : false); in sst_is_process_reply() 111 sst_is_process_reply(header.p.header_high.part.msg_id); in intel_sst_interrupt_mrfld()
|
/linux-4.4.14/drivers/soc/qcom/ |
D | smd-rpm.c | 61 __le32 msg_id; member 81 __le32 msg_id; member 105 static unsigned msg_id = 1; in qcom_rpm_smd_write() local 128 pkt->req.msg_id = cpu_to_le32(msg_id++); in qcom_rpm_smd_write()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
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
|
D | htc_pipe.c | 1287 conn_msg->msg_id = cpu_to_le16(HTC_MSG_CONN_SVC_ID); in ath6kl_htc_pipe_conn_service() 1323 if (resp_msg->msg_id != cpu_to_le16(HTC_MSG_CONN_SVC_RESP_ID) || in ath6kl_htc_pipe_conn_service() 1510 setup->msg_id = cpu_to_le16(HTC_MSG_SETUP_COMPLETE_EX_ID); in ath6kl_htc_pipe_start() 1587 if (ready_msg->ver2_0_info.msg_id != cpu_to_le16(HTC_MSG_READY_ID)) { in ath6kl_htc_pipe_wait_target() 1589 ready_msg->ver2_0_info.msg_id); in ath6kl_htc_pipe_wait_target()
|
D | htc_mbox.c | 1058 setup_comp_ext->msg_id = in htc_setup_tx_complete() 1078 setup_comp->msg_id = cpu_to_le16(HTC_MSG_SETUP_COMPLETE_ID); in htc_setup_tx_complete() 2435 u16 msg_id; in ath6kl_htc_mbox_conn_service() local 2454 conn_msg->msg_id = cpu_to_le16(HTC_MSG_CONN_SVC_ID); in ath6kl_htc_mbox_conn_service() 2479 msg_id = le16_to_cpu(resp_msg->msg_id); in ath6kl_htc_mbox_conn_service() 2481 if ((msg_id != HTC_MSG_CONN_SVC_RESP_ID) || in ath6kl_htc_mbox_conn_service() 2673 if ((le16_to_cpu(rdy_msg->ver2_0_info.msg_id) != HTC_MSG_READY_ID) || in ath6kl_htc_mbox_wait_target()
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 32 u8 msg_id; /*!< msg opcode with in the class */ member 48 (_mh).msg_id = (_op); \ 54 (_mh).msg_id = (_op); \ 396 u8 msg_id; member 405 (_mh).msg_id = (_mid); \
|
D | bfa_cee.c | 203 switch (msg->mh.msg_id) { in bfa_cee_isr()
|
D | bfa_msgq.c | 538 switch (msg->mh.msg_id) { in bfa_msgq_isr()
|
D | bfa_ioc.c | 2453 switch (msg->mh.msg_id) { in bfa_ioc_isr() 3138 if (!flash->op_busy && msg->mh.msg_id != BFI_FLASH_I2H_EVENT) in bfa_flash_intr() 3141 switch (msg->mh.msg_id) { in bfa_flash_intr()
|
D | bna_enet.c | 287 switch (msghdr->msg_id) { in bna_msgq_rsp_handler()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.h | 175 __be16 msg_id; member 192 __be16 msg_id; member 202 __be16 msg_id; member
|
D | htc_hst.c | 200 comp_msg->msg_id = cpu_to_be16(HTC_MSG_SETUP_COMPLETE_ID); in htc_setup_complete() 271 conn_msg->msg_id = cpu_to_be16(HTC_MSG_CONNECT_SERVICE_ID); in htc_connect_service() 403 __be16 *msg_id; in ath9k_htc_rx_msg() local 435 msg_id = (__be16 *) ((void *) htc_hdr + in ath9k_htc_rx_msg() 439 switch (be16_to_cpu(*msg_id)) { in ath9k_htc_rx_msg()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_wlan_cfg.c | 512 u8 msg_id; in wilc_wlan_cfg_indicate_rx() local 515 msg_id = frame[1]; /* seq no */ in wilc_wlan_cfg_indicate_rx() 527 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx() 532 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx() 553 rsp->seq_no = msg_id; in wilc_wlan_cfg_indicate_rx()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_tlv.c | 30 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init() argument 36 *msg = (FM10K_TLV_FLAGS_MSG << FM10K_TLV_FLAGS_SHIFT) | msg_id; in fm10k_tlv_msg_init() 563 u32 msg_id; in fm10k_tlv_msg_parse() local 575 msg_id = *msg & FM10K_TLV_ID_MASK; in fm10k_tlv_msg_parse() 577 while (data->id < msg_id) in fm10k_tlv_msg_parse() 581 if (data->id != msg_id) { in fm10k_tlv_msg_parse()
|
/linux-4.4.14/include/uapi/linux/ |
D | n_r3964.h | 89 int msg_id; member
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-mfld-dsp.h | 199 u32 msg_id:8; /* Message ID - Max 256 Message Types */ member 224 u32 msg_id:8; /* Message ID - Max 256 Message Types */ member 437 u32 msg_id; /* Async msg id */ member
|
/linux-4.4.14/drivers/tty/ |
D | n_r3964.c | 124 static void add_msg(struct r3964_client_info *pClient, int msg_id, int arg, 839 static void add_msg(struct r3964_client_info *pClient, int msg_id, int arg, in add_msg() argument 857 pMsg->msg_id = msg_id; in add_msg() 877 if ((pClient->last_msg->msg_id == R3964_MSG_ACK) in add_msg() 882 msg_id = R3964_MSG_ACK; in add_msg() 1100 theMsg.msg_id = pMsg->msg_id; in r3964_read()
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 185 static inline u64 sst_byt_header(int msg_id, int data, bool large, int str_id) in sst_byt_header() argument 189 header = IPC_HEADER_MSG_ID(msg_id) | in sst_byt_header() 287 u8 msg_id, stream_id; in sst_byt_process_notification() local 291 msg_id = sst_byt_header_msg_id(header); in sst_byt_process_notification() 293 switch (msg_id) { in sst_byt_process_notification()
|
/linux-4.4.14/include/linux/ |
D | n_r3964.h | 106 int msg_id; member
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfi.h | 56 u8 msg_id; /* msg opcode with in the class */ member 71 (_mh).msg_id = (_op); \ 77 (_mh).msg_id = (_op); \ 568 u8 msg_id; member 577 (_mh).msg_id = (_mid); \
|
D | bfa_port.c | 158 bfa_trc(port, m->mh.msg_id); in bfa_port_isr() 160 switch (m->mh.msg_id) { in bfa_port_isr() 783 bfa_trc(cee, msg->mh.msg_id); in bfa_cee_isr() 784 switch (msg->mh.msg_id) { in bfa_cee_isr()
|
D | bfa_ioc.c | 2339 switch (msg->mh.msg_id) { in bfa_ioc_isr() 2359 bfa_trc(ioc, msg->mh.msg_id); in bfa_ioc_isr() 3300 bfa_trc(ablk->ioc, msg->mh.msg_id); in bfa_ablk_isr() 3302 switch (msg->mh.msg_id) { in bfa_ablk_isr() 4003 switch (msg->mh.msg_id) { in bfa_sfp_intr() 4013 bfa_trc(sfp, msg->mh.msg_id); in bfa_sfp_intr() 4367 bfa_trc(flash, msg->mh.msg_id); in bfa_flash_intr() 4369 if (!flash->op_busy && msg->mh.msg_id != BFI_FLASH_I2H_EVENT) { in bfa_flash_intr() 4375 switch (msg->mh.msg_id) { in bfa_flash_intr() 5043 switch (msg->mh.msg_id) { in bfa_diag_intr() [all …]
|
D | bfa_svc.c | 1174 switch (msg->mhdr.msg_id) { in bfa_fcxp_isr() 1180 bfa_trc(bfa, msg->mhdr.msg_id); in bfa_fcxp_isr() 2045 bfa_trc(bfa, m->mhdr.msg_id); in bfa_lps_isr() 2048 switch (m->mhdr.msg_id) { in bfa_lps_isr() 2062 bfa_trc(bfa, m->mhdr.msg_id); in bfa_lps_isr() 3643 bfa_trc(bfa, msg->mhdr.msg_id); in bfa_fcport_isr() 3646 switch (msg->mhdr.msg_id) { in bfa_fcport_isr() 5094 bfa_trc(bfa, m->mhdr.msg_id); in bfa_rport_isr() 5098 switch (m->mhdr.msg_id) { in bfa_rport_isr() 5137 bfa_trc(bfa, m->mhdr.msg_id); in bfa_rport_isr() [all …]
|
D | bfa_core.c | 897 bfa_trc(bfa, m->mhdr.msg_id); in bfa_isr_unhandled() 1582 bfa_trc(bfa, msg->mh.msg_id); in bfa_iocfc_isr() 1584 switch (msg->mh.msg_id) { in bfa_iocfc_isr()
|
D | bfa_fcpim.c | 1369 bfa_trc(bfa, m->mhdr.msg_id); in bfa_itnim_isr() 1373 switch (m->mhdr.msg_id) { in bfa_itnim_isr() 1398 bfa_trc(bfa, m->mhdr.msg_id); in bfa_itnim_isr()
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | smp.c | 353 enum ipi_msg_type msg_id) in send_ipi_message() argument 362 set_er(mask, MIPISET(msg_id)); in send_ipi_message()
|
/linux-4.4.14/drivers/net/can/usb/ |
D | kvaser_usb.c | 628 u8 msg_id, int channel) in kvaser_usb_send_simple_msg() argument 637 msg->id = msg_id; in kvaser_usb_send_simple_msg() 774 u8 msg_id) in kvaser_usb_simple_msg_async() argument 797 msg->id = msg_id; in kvaser_usb_simple_msg_async()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 4143 #define MFW_DRV_MSG_DWORD(msg_id) (msg_id >> 2) argument 4144 #define MFW_DRV_MSG_OFFSET(msg_id) ((msg_id & 0x3) << 3) argument 4145 #define MFW_DRV_MSG_MASK(msg_id) (0xff << MFW_DRV_MSG_OFFSET(msg_id)) argument
|
/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 423 static void announce_edge(struct vc_data *vc, int msg_id) in announce_edge() argument 427 if ((spk_bleeps & 2) && (msg_id < edge_quiet)) in announce_edge() 429 spk_msg_get(MSG_EDGE_MSGS_START + msg_id - 1)); in announce_edge()
|
/linux-4.4.14/drivers/hid/ |
D | wacom_wac.c | 2000 int msg_id = data[offset]; in wacom_bpt3_touch() local 2002 if (msg_id >= 2 && msg_id <= 17) { in wacom_bpt3_touch() 2005 } else if (msg_id == 128) in wacom_bpt3_touch()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | tcp.c | 179 u32 msg_id) in o2net_set_nst_msg_id() argument 181 nst->st_id = msg_id; in o2net_set_nst_msg_id()
|