/linux/drivers/scsi/libsas/ |
A D | sas_host_smp.c | 26 resp_data[2] = SMP_RESP_NO_PHY; in sas_host_smp_discover() 29 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_host_smp_discover() 32 resp_data[9] = phy_id; in sas_host_smp_discover() 145 resp_data[2] = SMP_RESP_NO_PHY; in sas_report_phy_sata() 161 resp_data[9] = phy_id; in sas_report_phy_sata() 228 u8 *req_data, *resp_data; in sas_smp_host_handler() local 249 if (!resp_data) in sas_smp_host_handler() 257 resp_data[0] = SMP_RESPONSE; in sas_smp_host_handler() 258 resp_data[1] = req_data[1]; in sas_smp_host_handler() 330 resp_data); in sas_smp_host_handler() [all …]
|
A D | sas_task.c | 21 tstat->stat = iu->resp_data[3]; in sas_ssp_task_response()
|
/linux/drivers/input/mouse/ |
A D | cyapa_gen6.c | 101 resp_data, &resp_len, in cyapa_get_pip_fixed_info() 118 resp_data, &resp_len, in cyapa_get_pip_fixed_info() 160 resp_data, &resp_len, in cyapa_pip_state_parse() 206 resp_data, &resp_len, in cyapa_gen6_read_sys_info() 267 resp_data, &resp_len, in cyapa_gen6_bl_read_app_info() 293 u8 resp_data[6]; in cyapa_gen6_config_dev_irq() local 299 resp_data, &resp_len, in cyapa_gen6_config_dev_irq() 323 u8 resp_data[6]; in cyapa_gen6_change_power_state() local 329 resp_data, &resp_len, in cyapa_gen6_change_power_state() 354 u8 resp_data[11]; in cyapa_gen6_set_interval_setting() local [all …]
|
A D | cyapa_gen5.c | 625 pip->resp_data = resp_data; in cyapa_i2c_pip_cmd_irq_sync() 783 memset(resp_data, 0, sizeof(resp_data)); in gen5_idle_state_parse() 1160 if (resp_data[0] == 0x00 && resp_data[1] == 0x00) in cyapa_pip_bl_exit() 1169 u8 resp_data[2]; in cyapa_pip_bl_enter() local 1197 if (error || resp_data[0] != 0x00 || resp_data[1] != 0x00) in cyapa_pip_bl_enter() 1414 u8 resp_data[6]; in cyapa_gen5_change_power_state() local 1437 u8 resp_data[7]; in cyapa_gen5_set_interval_time() local 1549 u8 resp_data[7]; in cyapa_gen5_disable_pip_report() local 1580 u8 resp_data[6]; in cyapa_pip_set_proximity() local 1600 u8 resp_data[5]; in cyapa_pip_deep_sleep() local [all …]
|
A D | cyapa.h | 233 #define PIP_CMD_COMPLETE_SUCCESS(resp_data) \ argument 234 ((resp_data)[PIP_RESP_STATUS_OFFSET] == 0x00) 298 u8 *resp_data; member 405 u8 *resp_data, int *resp_len,
|
/linux/drivers/scsi/isci/ |
A D | task.h | 125 tmf->resp.resp_iu.resp_data[0], in isci_print_tmf() 126 tmf->resp.resp_iu.resp_data[1], in isci_print_tmf() 127 tmf->resp.resp_iu.resp_data[2], in isci_print_tmf() 128 tmf->resp.resp_iu.resp_data[3]); in isci_print_tmf()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
A D | hclgevf_mbx.c | 39 u8 *resp_data, u16 resp_len) in hclgevf_get_mbx_resp() argument 77 if (resp_data) in hclgevf_get_mbx_resp() 78 memcpy(resp_data, &mbx_resp->additional_info[0], resp_len); in hclgevf_get_mbx_resp() 97 u8 *resp_data, u16 resp_len) in hclgevf_send_mbx_msg() argument 135 send_msg->subcode, resp_data, in hclgevf_send_mbx_msg() 174 memcpy(resp->additional_info, req->msg.resp_data, in hclgevf_handle_mbx_response()
|
A D | hclgevf_main.h | 348 u8 *resp_data, u16 resp_len);
|
A D | hclgevf_main.c | 363 u8 resp_data[2]; in hclgevf_get_qid_global() local 368 ret = hclgevf_send_mbx_msg(hdev, &send_msg, true, resp_data, in hclgevf_get_qid_global() 369 sizeof(resp_data)); in hclgevf_get_qid_global() 371 qid_in_pf = *(u16 *)resp_data; in hclgevf_get_qid_global()
|
/linux/drivers/platform/olpc/ |
A D | olpc-xo175-ec.c | 240 u8 resp_data[EC_MAX_RESP_LEN]; member 377 priv->resp_data[priv->resp_len++] = byte; in olpc_xo175_ec_complete() 393 priv->resp_data[0] = byte; in olpc_xo175_ec_complete() 503 if (resp_len > sizeof(priv->resp_data)) { in olpc_xo175_ec_cmd() 550 cmd, priv->resp_data[0]); in olpc_xo175_ec_cmd() 563 memcpy(resp, priv->resp_data, resp_len); in olpc_xo175_ec_cmd()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | tx.c | 614 struct iwl_probe_resp_data *resp_data; in iwl_mvm_probe_resp_set_noa() local 625 resp_data = rcu_dereference(mvmvif->probe_resp_data); in iwl_mvm_probe_resp_set_noa() 626 if (!resp_data) in iwl_mvm_probe_resp_set_noa() 629 if (!resp_data->notif.noa_active) in iwl_mvm_probe_resp_set_noa() 641 if (skb_tailroom(skb) < resp_data->noa_len) { in iwl_mvm_probe_resp_set_noa() 642 if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) { in iwl_mvm_probe_resp_set_noa() 649 pos = skb_put(skb, resp_data->noa_len); in iwl_mvm_probe_resp_set_noa() 653 *pos++ = resp_data->noa_len - 2; in iwl_mvm_probe_resp_set_noa() 659 memcpy(pos, &resp_data->notif.noa_attr, in iwl_mvm_probe_resp_set_noa() 660 resp_data->noa_len - sizeof(struct ieee80211_vendor_ie)); in iwl_mvm_probe_resp_set_noa()
|
A D | nvm.c | 90 u8 *resp_data; in iwl_nvm_read_chunk() local 105 resp_data = nvm_resp->data; in iwl_nvm_read_chunk() 138 memcpy(data + offset, resp_data, bytes_read); in iwl_nvm_read_chunk()
|
/linux/include/uapi/linux/ |
A D | isst_if.h | 114 __u32 resp_data; member
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
A D | hclge_mbx.h | 138 u8 resp_data[HCLGE_MBX_MAX_RESP_DATA_SIZE]; member
|
/linux/drivers/platform/x86/intel/speed_select_if/ |
A D | isst_if_mbox_msr.c | 103 &act->mbox_cmd->resp_data); in msrl_update_func()
|
A D | isst_if_mbox_pci.c | 109 mbox_cmd->resp_data = data; in isst_if_mbox_cmd()
|
/linux/include/scsi/ |
A D | sas.h | 327 DECLARE_FLEX_ARRAY(u8, resp_data); 560 DECLARE_FLEX_ARRAY(u8, resp_data);
|
/linux/sound/pci/mixart/ |
A D | mixart_core.c | 221 …rt_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data) in snd_mixart_send_msg() argument 255 resp.data = resp_data; in snd_mixart_send_msg()
|
A D | mixart_core.h | 549 …t_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data);
|
/linux/drivers/scsi/aic94xx/ |
A D | aic94xx_tmf.c | 291 res = ru->resp_data[3]; in asd_get_tmf_resp_tasklet()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_mbx.c | 73 memcpy(resp_pf_to_vf->msg.resp_data, resp_msg->data, in hclge_gen_resp_to_vf()
|
/linux/drivers/scsi/mpi3mr/ |
A D | mpi3mr_os.c | 2144 u32 xfer_count = 0, sense_count = 0, resp_data = 0; in mpi3mr_process_op_reply_desc() local 2179 resp_data = le32_to_cpu(scsi_reply->response_data); in mpi3mr_process_op_reply_desc() 2299 host_tag, scsi_state, scsi_status, xfer_count, resp_data); in mpi3mr_process_op_reply_desc()
|
/linux/drivers/rapidio/ |
A D | rio_cm.c | 423 static int riocm_resp_handler(void *resp_data) in riocm_resp_handler() argument 426 struct rio_ch_chan_hdr *hh = resp_data; in riocm_resp_handler()
|
/linux/sound/usb/ |
A D | mixer_scarlett_gen2.c | 1060 void *req_data, u16 req_size, void *resp_data, u16 resp_size) in scarlett2_usb() argument 1143 if (resp_data && resp_size > 0) in scarlett2_usb() 1144 memcpy(resp_data, resp->data, resp_size); in scarlett2_usb()
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_sli.c | 4753 uint32_t hc_copy, ha_copy, resp_data; in lpfc_reset_barrier() local 4795 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 4797 if (resp_data != ~(BARRIER_TEST_PATTERN)) in lpfc_reset_barrier() 4802 resp_data = 0; in lpfc_reset_barrier() 4803 if (lpfc_readl((resp_buf + 1), &resp_data)) in lpfc_reset_barrier() 4805 if (resp_data != ~(BARRIER_TEST_PATTERN)) { in lpfc_reset_barrier() 4814 resp_data = 0; in lpfc_reset_barrier() 4816 if (lpfc_readl(resp_buf, &resp_data)) in lpfc_reset_barrier() 4818 if (resp_data != mbox) in lpfc_reset_barrier()
|