Home
last modified time | relevance | path

Searched refs:cmd_id (Results 1 – 25 of 96) 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/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/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.c215 static int tee_submit_cmd(struct psp_tee_device *tee, enum tee_cmd_id cmd_id, in tee_submit_cmd() argument
269 cmd->cmd_id = cmd_id; in tee_submit_cmd()
311 resp->cmd_id); in tee_wait_cmd_completion()
318 int psp_tee_process_cmd(enum tee_cmd_id cmd_id, void *buf, size_t len, in psp_tee_process_cmd() argument
339 ret = tee_submit_cmd(tee, cmd_id, buf, len, &resp); in psp_tee_process_cmd()
/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/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-key.c130 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD); in iwl_mvm_mld_update_sta_key() local
147 err = iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, sizeof(cmd), &cmd); in iwl_mvm_mld_update_sta_key()
173 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD); in __iwl_mvm_sec_key_del() local
181 return iwl_mvm_send_cmd_pdu(mvm, cmd_id, flags, sizeof(cmd), &cmd); in __iwl_mvm_sec_key_del()
187 u32 cmd_id = WIDE_ID(DATA_PATH_GROUP, SEC_KEY_CMD); in iwl_mvm_mld_send_key() local
224 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, sizeof(cmd), &cmd); in iwl_mvm_mld_send_key()
235 ret = iwl_mvm_send_cmd_pdu(mvm, cmd_id, 0, sizeof(cmd), &cmd); in iwl_mvm_mld_send_key()
/linux/drivers/net/wireless/ath/ath11k/
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/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/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c233 __be32 cmd_id; member
265 hcmd.id = be32_to_cpu(data->cmd_id); in iwl_dbgfs_send_hcmd_write()
375 u32 cmd_id; in iwl_dbgfs_fw_info_seq_show() local
403 cmd_id = WIDE_ID(ver->group, ver->cmd); in iwl_dbgfs_fw_info_seq_show()
405 seq_printf(seq, " 0x%04x:\n", cmd_id); in iwl_dbgfs_fw_info_seq_show()
407 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()
H A Des58x_core.h224 u8 cmd_id; member
354 u8 cmd_id, u8 channel_idx, u16 cmd_len);
735 int es58x_send_msg(struct es58x_device *es58x_dev, u8 cmd_type, u8 cmd_id,
/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,
H A Dt7xx_state_monitor.c139 dev_warn(dev, "Unhandled command %d\n", cmd->cmd_id); in fsm_flush_event_cmd_qs()
456 switch (cmd->cmd_id) { in fsm_main_thread()
483 int t7xx_fsm_append_cmd(struct t7xx_fsm_ctl *ctl, enum t7xx_fsm_cmd_state cmd_id, unsigned int flag) in t7xx_fsm_append_cmd() argument
494 cmd->cmd_id = cmd_id; in t7xx_fsm_append_cmd()
/linux/drivers/target/
H A Dtarget_core_user.c181 uint16_t cmd_id; member
968 hdr->cmd_id = 0; /* not used for PAD */ in ring_insert_padding()
1021 uint32_t cmd_id, cmd_head; in queue_cmd_ring() local
1075 if (xa_alloc(&udev->commands, &cmd_id, tcmu_cmd, XA_LIMIT(1, 0xffff), in queue_cmd_ring()
1083 tcmu_cmd->cmd_id = cmd_id; in queue_cmd_ring()
1085 pr_debug("allocated cmd id %u for cmd %p dev %s\n", tcmu_cmd->cmd_id, in queue_cmd_ring()
1115 entry->hdr.cmd_id = tcmu_cmd->cmd_id; in queue_cmd_ring()
1274 if (cmd->cmd_id) { in tcmu_tmr_notify()
1309 if (cmd->cmd_id) in tcmu_tmr_notify()
1310 tmr->tmr_cmd_ids[cmd_cnt++] = cmd->cmd_id; in tcmu_tmr_notify()
[all …]
/linux/include/linux/fsl/
H A Dmc.h229 __le16 cmd_id; member
256 static inline __le64 mc_encode_cmd_header(u16 cmd_id, in mc_encode_cmd_header() argument
263 hdr->cmd_id = cpu_to_le16(cmd_id); in mc_encode_cmd_header()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3209 uint32_t cmd_id; in vmw_cmd_check_not_3d() local
3211 cmd_id = ((uint32_t *)buf)[0]; in vmw_cmd_check_not_3d()
3212 switch (cmd_id) { in vmw_cmd_check_not_3d()
3226 VMW_DEBUG_USER("Unsupported SVGA command: %u.\n", cmd_id); in vmw_cmd_check_not_3d()
3232 cmd_id); in vmw_cmd_check_not_3d()
3237 VMW_DEBUG_USER("Kernel only SVGA command: %u.\n", cmd_id); in vmw_cmd_check_not_3d()
3241 if (cmd_id == SVGA_CMD_DEFINE_GMRFB) in vmw_cmd_check_not_3d()
3610 u32 cmd_id = ((u32 *) buf)[0]; in vmw_cmd_describe() local
3612 if (cmd_id >= SVGA_CMD_MAX) { in vmw_cmd_describe()
3617 cmd_id = header->id; in vmw_cmd_describe()
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_init_admin.h75 __u8 cmd_id; member
109 __u8 cmd_id; member

1234