Home
last modified time | relevance | path

Searched refs:cmd_id (Results 1 – 25 of 94) sorted by relevance

1234

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c66 dtm_cmd->cmd_id = TA_DTM_COMMAND__TOPOLOGY_UPDATE_V2; in remove_display_from_topology_v2()
71 psp_dtm_invoke(psp, dtm_cmd->cmd_id); in remove_display_from_topology_v2()
102 dtm_cmd->cmd_id = TA_DTM_COMMAND__TOPOLOGY_UPDATE_V3; in remove_display_from_topology_v3()
107 psp_dtm_invoke(psp, dtm_cmd->cmd_id); in remove_display_from_topology_v3()
141 dtm_cmd->cmd_id = TA_DTM_COMMAND__TOPOLOGY_UPDATE_V2; in add_display_to_topology_v2()
156 psp_dtm_invoke(psp, dtm_cmd->cmd_id); in add_display_to_topology_v2()
188 dtm_cmd->cmd_id = TA_DTM_COMMAND__TOPOLOGY_UPDATE_V3; in add_display_to_topology_v3()
210 psp_dtm_invoke(psp, dtm_cmd->cmd_id); in add_display_to_topology_v3()
272 hdcp_cmd->cmd_id = TA_HDCP_COMMAND__HDCP1_CREATE_SESSION; in mod_hdcp_hdcp1_create_session()
274 psp_hdcp_invoke(psp, hdcp_cmd->cmd_id); in mod_hdcp_hdcp1_create_session()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c47 static void ath11k_tm_wmi_event_unsegmented(struct ath11k_base *ab, u32 cmd_id, in ath11k_tm_wmi_event_unsegmented() argument
55 cmd_id, skb->len); in ath11k_tm_wmi_event_unsegmented()
77 nla_put_u32(nl_skb, ATH_TM_ATTR_WMI_CMDID, cmd_id) || in ath11k_tm_wmi_event_unsegmented()
96 static int ath11k_tm_process_event(struct ath11k_base *ab, u32 cmd_id, in ath11k_tm_process_event() argument
111 cmd_id, ftm_msg, length); in ath11k_tm_process_event()
177 nla_put_u32(nl_skb, ATH_TM_ATTR_WMI_CMDID, cmd_id) || in ath11k_tm_process_event()
193 static void ath11k_tm_wmi_event_segmented(struct ath11k_base *ab, u32 cmd_id, in ath11k_tm_wmi_event_segmented() argument
216 ret = ath11k_tm_process_event(ab, cmd_id, ev, length); in ath11k_tm_wmi_event_segmented()
223 void ath11k_tm_wmi_event(struct ath11k_base *ab, u32 cmd_id, struct sk_buff *skb) in ath11k_tm_wmi_event() argument
226 ath11k_tm_wmi_event_segmented(ab, cmd_id, skb); in ath11k_tm_wmi_event()
[all …]
H A Dtestmode.h11 void ath11k_tm_wmi_event(struct ath11k_base *ab, u32 cmd_id, struct sk_buff *skb);
17 static inline void ath11k_tm_wmi_event(struct ath11k_base *ab, u32 cmd_id, in ath11k_tm_wmi_event() argument
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dnotif.c47 {.cmd_id = WIDE_ID(_grp, _cmd), \
56 {.cmd_id = WIDE_ID(_grp, _cmd), \
62 { .cmd_id = WIDE_ID(_grp, _cmd), \
86 {.cmd_id = WIDE_ID(_grp, _cmd), \
501 iwl_cmd_groupid(handler->cmd_id), in iwl_mld_notif_is_valid()
502 iwl_cmd_opcode(handler->cmd_id), in iwl_mld_notif_is_valid()
511 handler->cmd_id, size, handler->sizes[i].size)) in iwl_mld_notif_is_valid()
518 handler->cmd_id, notif_ver, in iwl_mld_notif_is_valid()
554 if (rx_h->cmd_id != WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd)) in iwl_mld_rx_notif()
599 u16 cmd_id = WIDE_ID(pkt->hdr.group_id, pkt->hdr.cmd); in iwl_mld_rx() local
[all …]
/linux/drivers/bus/fsl-mc/
H A Dobj-api.c14 int cmd_id; in fsl_mc_get_open_cmd_id() member
39 return dev_ids[i].cmd_id; in fsl_mc_get_open_cmd_id()
53 int cmd_id = fsl_mc_get_open_cmd_id(obj_type); in fsl_mc_obj_open() local
55 if (cmd_id == -1) in fsl_mc_obj_open()
59 cmd.header = mc_encode_cmd_header(cmd_id, cmd_flags, 0); in fsl_mc_obj_open()
/linux/drivers/net/wireless/ath/ath12k/
H A Dtestmode.h12 void ath12k_tm_wmi_event_unsegmented(struct ath12k_base *ab, u32 cmd_id,
14 void ath12k_tm_process_event(struct ath12k_base *ab, u32 cmd_id,
22 static inline void ath12k_tm_wmi_event_unsegmented(struct ath12k_base *ab, u32 cmd_id, in ath12k_tm_wmi_event_unsegmented() argument
27 static inline void ath12k_tm_process_event(struct ath12k_base *ab, u32 cmd_id, in ath12k_tm_process_event() argument
/linux/drivers/net/wireless/ath/ath9k/
H A Dwmi.c147 u16 cmd_id; in ath9k_wmi_event_tasklet() local
165 cmd_id = be16_to_cpu(hdr->command_id); in ath9k_wmi_event_tasklet()
168 switch (cmd_id) { in ath9k_wmi_event_tasklet()
221 u16 cmd_id; in ath9k_wmi_ctrl_rx() local
231 cmd_id = be16_to_cpu(hdr->command_id); in ath9k_wmi_ctrl_rx()
233 if (cmd_id & 0x1000) { in ath9k_wmi_ctrl_rx()
310 int ath9k_wmi_cmd(struct wmi *wmi, enum wmi_cmd_id cmd_id, in ath9k_wmi_cmd() argument
344 ret = ath9k_wmi_cmd_issue(wmi, skb, cmd_id, cmd_len, rsp_buf, rsp_len); in ath9k_wmi_cmd()
351 wmi_cmd_to_name(cmd_id)); in ath9k_wmi_cmd()
364 ath_dbg(common, WMI, "WMI failure for: %s\n", wmi_cmd_to_name(cmd_id)); in ath9k_wmi_cmd()
/linux/drivers/platform/x86/amd/pmc/
H A Dmp2_stb.c42 u32 cmd_id : 4; member
54 u32 cmd_id : 4; member
72 static int amd_mp2_wait_response(struct amd_mp2_dev *mp2, u8 cmd_id, u32 command_sts) in amd_mp2_wait_response() argument
79 cmd_resp.field.cmd_id == cmd_id), MP2_RESP_SLEEP_US, in amd_mp2_wait_response()
86 static void amd_mp2_stb_send_cmd(struct amd_mp2_dev *mp2, u8 cmd_id, bool is_dma_used) in amd_mp2_stb_send_cmd() argument
91 cmd_base.field.cmd_id = cmd_id; in amd_mp2_stb_send_cmd()
/linux/drivers/net/can/usb/
H A Dmcba_usb.c92 u8 cmd_id; member
103 u8 cmd_id; member
108 u8 cmd_id; member
116 u8 cmd_id; member
133 u8 cmd_id; member
139 u8 cmd_id; member
145 u8 cmd_id; member
315 .cmd_id = MBCA_CMD_TRANSMIT_MESSAGE_EV in mcba_usb_start_xmit()
381 usb_msg->cmd_id); in mcba_usb_xmit_cmd()
389 usb_msg->cmd_id); in mcba_usb_xmit_cmd()
[all …]
/linux/drivers/gpu/drm/amd/ras/ras_mgr/
H A Damdgpu_virt_ras_cmd.c100 ret = amdgpu_virt_ras_get_cmd_shared_mem(ras_core, cmd->cmd_id, mem_len, &shared_mem); in amdgpu_virt_ras_remote_ioctl_cmd()
128 uint32_t cmd_id, void *input_data, uint32_t input_size, in amdgpu_virt_ras_send_remote_cmd() argument
137 rcmd.cmd_id = cmd_id; in amdgpu_virt_ras_send_remote_cmd()
181 ret = amdgpu_virt_ras_send_remote_cmd(ras_core, cmd->cmd_id, in amdgpu_virt_ras_get_cper_snapshot()
314 rcmd->cmd_id = RAS_CMD__GET_ALL_BLOCK_ECC_STATUS; in __fill_get_blocks_ecc_cmd()
322 enum ras_cmd_id cmd_id, uint64_t gpa_addr, uint32_t len, bool reg) in __set_cmd_auto_update() argument
329 req.cmd_id = cmd_id; in __set_cmd_auto_update()
444 if (cmd->cmd_id == amdgpu_virt_ras_cmd_maps[i].cmd_id) { in amdgpu_virt_ras_handle_cmd()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h235 int ath10k_wmi_cmd_send(struct ath10k *ar, struct sk_buff *skb, u32 cmd_id);
793 u32 cmd_id; in ath10k_wmi_vdev_spectral_conf() local
802 cmd_id = ar->wmi.cmd->vdev_spectral_scan_configure_cmdid; in ath10k_wmi_vdev_spectral_conf()
803 return ath10k_wmi_cmd_send(ar, skb, cmd_id); in ath10k_wmi_vdev_spectral_conf()
811 u32 cmd_id; in ath10k_wmi_vdev_spectral_enable() local
821 cmd_id = ar->wmi.cmd->vdev_spectral_scan_enable_cmdid; in ath10k_wmi_vdev_spectral_enable()
822 return ath10k_wmi_cmd_send(ar, skb, cmd_id); in ath10k_wmi_vdev_spectral_enable()
832 u32 cmd_id; in ath10k_wmi_vdev_sta_uapsd() local
842 cmd_id = ar->wmi.cmd->sta_uapsd_auto_trig_cmdid; in ath10k_wmi_vdev_sta_uapsd()
843 return ath10k_wmi_cmd_send(ar, skb, cmd_id); in ath10k_wmi_vdev_sta_uapsd()
[all …]
H A Dtestmode.h12 bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, struct sk_buff *skb);
22 static inline bool ath10k_tm_event_wmi(struct ath10k *ar, u32 cmd_id, in ath10k_tm_event_wmi() argument
/linux/drivers/crypto/ccp/
H A Dtee-dev.c242 static int tee_submit_cmd(struct psp_tee_device *tee, enum tee_cmd_id cmd_id, in tee_submit_cmd() argument
296 cmd->cmd_id = cmd_id; in tee_submit_cmd()
338 resp->cmd_id); in tee_wait_cmd_completion()
345 int psp_tee_process_cmd(enum tee_cmd_id cmd_id, void *buf, size_t len, in psp_tee_process_cmd() argument
366 ret = tee_submit_cmd(tee, cmd_id, buf, len, &resp); in psp_tee_process_cmd()
/linux/drivers/infiniband/hw/efa/
H A Defa_com.c37 u16 cmd_id; member
306 u16 cmd_id) in efa_com_get_comp_ctx_by_cmd_id() argument
308 u16 ctx_id = cmd_id & (aq->depth - 1); in efa_com_get_comp_ctx_by_cmd_id()
322 u16 cmd_id; in __efa_com_submit_admin_cmd() local
331 cmd_id = ctx_id & queue_size_mask; in __efa_com_submit_admin_cmd()
332 cmd_id |= aq->sq.pc << ilog2(aq->depth); in __efa_com_submit_admin_cmd()
333 cmd_id &= EFA_ADMIN_AQ_COMMON_DESC_COMMAND_ID_MASK; in __efa_com_submit_admin_cmd()
335 cmd->aq_common_descriptor.command_id = cmd_id; in __efa_com_submit_admin_cmd()
343 comp_ctx->cmd_id = cmd_id; in __efa_com_submit_admin_cmd()
416 u16 cmd_id; in efa_com_handle_single_admin_completion() local
[all …]
/linux/drivers/misc/mei/
H A Dvsc-fw-loader.c102 __u8 cmd_id; member
148 __u8 cmd_id; member
316 cmd->cmd_id = VSC_CMD_DUMP_MEM; in vsc_identify_silicon()
326 cmd->cmd_id = VSC_CMD_GET_CONT; in vsc_identify_silicon()
354 cmd->cmd_id = VSC_CMD_DUMP_MEM; in vsc_identify_silicon()
364 cmd->cmd_id = VSC_CMD_GET_CONT; in vsc_identify_silicon()
591 cmd->cmd_id = VSC_CMD_QUERY; in vsc_download_bootloader()
600 cmd->cmd_id = VSC_CMD_DL_START; in vsc_download_bootloader()
621 cmd->cmd_id = VSC_CMD_DL_CONT; in vsc_download_bootloader()
645 cmd->cmd_id = VSC_CMD_DL_SET; in vsc_download_firmware()
[all …]
/linux/include/linux/
H A Dpsp-tee.h62 int psp_tee_process_cmd(enum tee_cmd_id cmd_id, void *buf, size_t len,
80 static inline int psp_tee_process_cmd(enum tee_cmd_id cmd_id, void *buf, in psp_tee_process_cmd() argument
/linux/drivers/nfc/st95hf/
H A Dcore.c88 unsigned char cmd_id; member
122 .cmd_id = ECHO_CMD,
128 .cmd_id = WRITE_REGISTER_CMD,
135 .cmd_id = WRITE_REGISTER_CMD,
142 .cmd_id = WRITE_REGISTER_CMD,
149 .cmd_id = PROTOCOL_SELECT_CMD,
156 .cmd_id = PROTOCOL_SELECT_CMD,
163 .cmd_id = SEND_RECEIVE_CMD,
170 .cmd_id = PROTOCOL_SELECT_CMD,
177 .cmd_id = PROTOCOL_SELECT_CMD,
[all …]
/linux/tools/testing/selftests/kvm/x86/
H A Dsev_init2_tests.c33 static int __sev_ioctl(int vm_fd, int cmd_id, void *data) in __sev_ioctl() argument
36 .id = cmd_id, in __sev_ioctl()
45 cmd_id, cmd.error); in __sev_ioctl()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c234 __be32 cmd_id; member
266 hcmd.id = be32_to_cpu(data->cmd_id); in iwl_dbgfs_send_hcmd_write()
376 u32 cmd_id; in iwl_dbgfs_fw_info_seq_show() local
404 cmd_id = WIDE_ID(ver->group, ver->cmd); in iwl_dbgfs_fw_info_seq_show()
406 seq_printf(seq, " 0x%04x:\n", cmd_id); in iwl_dbgfs_fw_info_seq_show()
408 iwl_get_cmd_string(priv->fwrt->trans, cmd_id)); in iwl_dbgfs_fw_info_seq_show()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.h35 u32 cmd_id : 8; member
40 u32 cmd_id : 4; member
H A Damd_sfh_pcie.c62 cmd_base.cmd_v2.cmd_id = ENABLE_SENSOR; in amd_start_sensor_v2()
80 cmd_base.cmd_v2.cmd_id = DISABLE_SENSOR; in amd_stop_sensor_v2()
94 cmd_base.cmd_v2.cmd_id = STOP_ALL_SENSORS; in amd_stop_all_sensor_v2()
153 cmd_base.s.cmd_id = ENABLE_SENSOR; in amd_start_sensor()
173 cmd_base.s.cmd_id = DISABLE_SENSOR; in amd_stop_sensor()
187 cmd_base.s.cmd_id = STOP_ALL_SENSORS; in amd_stop_all_sensors()
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_fd.c232 switch ((enum es58x_fd_can_cmd_id)es58x_fd_urb_cmd->cmd_id) { in es58x_fd_can_cmd_id()
272 switch ((enum es58x_fd_dev_cmd_id)es58x_fd_urb_cmd->cmd_id) { in es58x_fd_device_cmd_id()
314 es58x_fd_urb_cmd->cmd_id); in es58x_fd_handle_urb_cmd()
320 u8 cmd_id, u8 channel_idx, u16 msg_len) in es58x_fd_fill_urb_header() argument
326 es58x_fd_urb_cmd->cmd_id = cmd_id; in es58x_fd_fill_urb_header()
H A Des581_4.c277 switch ((enum es581_4_cmd_id)es581_4_urb_cmd->cmd_id) { in es581_4_handle_urb_cmd()
328 __func__, es581_4_urb_cmd->cmd_id); in es581_4_handle_urb_cmd()
334 u8 cmd_id, u8 channel_idx, u16 msg_len) in es581_4_fill_urb_header() argument
340 es581_4_urb_cmd->cmd_id = cmd_id; in es581_4_fill_urb_header()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c77 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, DQA_ENABLE_CMD); in iwl_mvm_send_dqa_cmd() local
80 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, sizeof(dqa_cmd), &dqa_cmd); in iwl_mvm_send_dqa_cmd()
463 int cmd_id = WIDE_ID(REGULATORY_AND_NVM_GROUP, in iwl_mvm_uats_init() local
466 .id = cmd_id, in iwl_mvm_uats_init()
479 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, in iwl_mvm_uats_init()
555 u32 cmd_id = PHY_CONFIGURATION_CMD; in iwl_send_phy_cfg_cmd() local
586 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, in iwl_send_phy_cfg_cmd()
595 return iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, cmd_size, &phy_cfg_cmd); in iwl_send_phy_cfg_cmd()
859 u32 cmd_id = REDUCE_TX_POWER_CMD; in iwl_mvm_sar_select_profile() local
870 u8 cmd_ver = iwl_fw_lookup_cmd_ver(mvm->fw, cmd_id, 3); in iwl_mvm_sar_select_profile()
[all …]
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.h111 enum t7xx_fsm_cmd_state cmd_id; member
124 int t7xx_fsm_append_cmd(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_cmd_state cmd_id,

1234