| /linux/drivers/scsi/libsas/ |
| H A D | sas_host_smp.c | 19 static void sas_host_smp_discover(struct sas_ha_struct *sas_ha, u8 *resp_data, in sas_host_smp_discover() argument 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() 33 resp_data[13] = phy->negotiated_linkrate; in sas_host_smp_discover() 34 memcpy(resp_data + 16, sas_ha->sas_addr, SAS_ADDR_SIZE); in sas_host_smp_discover() 35 memcpy(resp_data + 24, sas_ha->sas_phy[phy_id]->attached_sas_addr, in sas_host_smp_discover() 37 resp_data[40] = (phy->minimum_linkrate << 4) | in sas_host_smp_discover() 39 resp_data[41] = (phy->maximum_linkrate << 4) | in sas_host_smp_discover() 47 resp_data[12] = rphy->identify.device_type << 4; in sas_host_smp_discover() [all …]
|
| H A D | sas_task.c | 23 tstat->stat = iu->resp_data[3]; in sas_ssp_task_response()
|
| /linux/drivers/input/mouse/ |
| H A D | cyapa_gen6.c | 91 u8 resp_data[PIP_READ_SYS_INFO_RESP_LENGTH]; in cyapa_get_pip_fixed_info() local 98 resp_len = sizeof(resp_data); in cyapa_get_pip_fixed_info() 101 resp_data, &resp_len, in cyapa_get_pip_fixed_info() 107 pip_info->family_id = resp_data[8]; in cyapa_get_pip_fixed_info() 108 pip_info->silicon_id_low = resp_data[10]; in cyapa_get_pip_fixed_info() 109 pip_info->silicon_id_high = resp_data[11]; in cyapa_get_pip_fixed_info() 115 resp_len = sizeof(resp_data); in cyapa_get_pip_fixed_info() 118 resp_data, &resp_len, in cyapa_get_pip_fixed_info() 123 product_family = get_unaligned_le16(&resp_data[7]); in cyapa_get_pip_fixed_info() 128 pip_info->family_id = resp_data[19]; in cyapa_get_pip_fixed_info() [all …]
|
| H A D | cyapa_gen5.c | 361 pip->resp_data = NULL; in cyapa_pip_cmd_state_initialize() 568 u8 *resp_data, int *resp_len, in cyapa_do_i2c_pip_cmd_polling() argument 585 if (resp_data && resp_len && length != 0 && func) { in cyapa_do_i2c_pip_cmd_polling() 591 resp_data, resp_len, func); in cyapa_do_i2c_pip_cmd_polling() 608 u8 *resp_data, int *resp_len, in cyapa_i2c_pip_cmd_irq_sync() argument 625 pip->resp_data = resp_data; in cyapa_i2c_pip_cmd_irq_sync() 643 if (error == -ETIMEDOUT && resp_data && in cyapa_i2c_pip_cmd_irq_sync() 651 resp_data, resp_len, func); in cyapa_i2c_pip_cmd_irq_sync() 658 resp_data, resp_le in cyapa_i2c_pip_cmd_irq_sync() 770 u8 resp_data[PIP_HID_DESCRIPTOR_SIZE]; gen5_idle_state_parse() local 837 u8 resp_data[32]; gen5_hid_description_header_parse() local 1057 u8 resp_data[11]; cyapa_pip_bl_initiate() local 1143 u8 resp_data[11]; cyapa_pip_bl_exit() local 1169 u8 resp_data[2]; cyapa_pip_bl_enter() local 1329 u8 resp_data[11]; cyapa_pip_write_fw_block() local 1414 u8 resp_data[6]; cyapa_gen5_change_power_state() local 1437 u8 resp_data[7]; cyapa_gen5_set_interval_time() local 1494 u8 resp_data[11]; cyapa_gen5_get_interval_time() local 1549 u8 resp_data[7]; cyapa_gen5_disable_pip_report() local 1580 u8 resp_data[6]; cyapa_pip_set_proximity() local 1600 u8 resp_data[5]; cyapa_pip_deep_sleep() local 1744 u8 resp_data[6]; cyapa_pip_resume_scanning() local 1768 u8 resp_data[6]; cyapa_pip_suspend_scanning() local 1794 u8 resp_data[6]; cyapa_pip_calibrate_pwcs() local 1939 u8 resp_data[256]; cyapa_gen5_read_idac_data() local 2182 u8 resp_data[6]; cyapa_gen5_execute_panel_scan() local 2214 u8 resp_data[256]; /* Max bytes can transfer one time. */ cyapa_gen5_read_panel_scan_raw_data() local 2449 u8 resp_data[PIP_BL_APP_INFO_RESP_LENGTH]; cyapa_gen5_bl_query_data() local 2480 u8 resp_data[PIP_READ_SYS_INFO_RESP_LENGTH]; cyapa_gen5_get_query_data() local [all...] |
| H 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/ |
| H A D | task.h | 127 tmf->resp.resp_iu.resp_data[0], in isci_print_tmf() 128 tmf->resp.resp_iu.resp_data[1], in isci_print_tmf() 129 tmf->resp.resp_iu.resp_data[2], in isci_print_tmf() 130 tmf->resp.resp_iu.resp_data[3]); in isci_print_tmf()
|
| /linux/drivers/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 64 sockptr_t resp_data; member 75 if (!arg->req_data || !arg->resp_data) in get_report() 109 if (copy_to_user((void __user *)arg->resp_data, report_resp, sizeof(*report_resp))) in get_report() 125 if (!arg->req_data || !arg->resp_data) in get_derived_key() 158 if (copy_to_user((void __user *)arg->resp_data, derived_key_resp, in get_derived_key() 181 if (sockptr_is_null(io->req_data) || sockptr_is_null(io->resp_data)) in get_ext_report() 199 if (sockptr_is_kernel(io->resp_data)) { in get_ext_report() 270 if (copy_to_sockptr(io->resp_data, report_resp, sizeof(*report_resp))) in get_ext_report() 316 io.resp_data = USER_SOCKPTR((void __user *)input.resp_data); in snp_guest_ioctl() 517 .resp_data = (__u64)buf, in sev_report_new() [all …]
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_mbx.c | 41 u8 *resp_data, u16 resp_len) in hclgevf_get_mbx_resp() argument 83 if (resp_data) in hclgevf_get_mbx_resp() 84 memcpy(resp_data, &mbx_resp->additional_info[0], resp_len); in hclgevf_get_mbx_resp() 103 u8 *resp_data, u16 resp_len) in hclgevf_send_mbx_msg() argument 141 send_msg->subcode, resp_data, in hclgevf_send_mbx_msg() 182 memcpy(resp->additional_info, req->msg.resp_data, in hclgevf_handle_mbx_response()
|
| H A D | hclgevf_main.h | 288 u8 *resp_data, u16 resp_len);
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_pfvf_pf_proto.c | 128 u8 resp_data = 0; in handle_blkmsg_req() local 170 byte_max, &resp_data, in handle_blkmsg_req() 179 byte_max, &resp_data, in handle_blkmsg_req() 186 FIELD_PREP(ADF_PF2VF_BLKMSG_RESP_DATA_MASK, resp_data); in handle_blkmsg_req()
|
| /linux/drivers/platform/olpc/ |
| H 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/mld/ |
| H A D | tx.c | 695 struct iwl_probe_resp_data *resp_data; in iwl_mld_probe_resp_set_noa() local 703 resp_data = rcu_dereference(mld_link->probe_resp_data); in iwl_mld_probe_resp_set_noa() 704 if (!resp_data) in iwl_mld_probe_resp_set_noa() 707 if (!resp_data->notif.noa_active) in iwl_mld_probe_resp_set_noa() 710 if (skb_tailroom(skb) < resp_data->noa_len) { in iwl_mld_probe_resp_set_noa() 711 if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) { in iwl_mld_probe_resp_set_noa() 718 pos = skb_put(skb, resp_data->noa_len); in iwl_mld_probe_resp_set_noa() 722 *pos++ = resp_data->noa_len - 2; in iwl_mld_probe_resp_set_noa() 728 memcpy(pos, &resp_data->notif.noa_attr, in iwl_mld_probe_resp_set_noa() 729 resp_data->noa_len - sizeof(struct ieee80211_vendor_ie)); in iwl_mld_probe_resp_set_noa()
|
| /linux/include/uapi/linux/ |
| H A D | sev-guest.h | 55 __u64 resp_data; member
|
| H A D | isst_if.h | 114 __u32 resp_data; member
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | tx.c | 717 struct iwl_probe_resp_data *resp_data; in iwl_mvm_probe_resp_set_noa() local 729 resp_data = rcu_dereference(mvmvif->deflink.probe_resp_data); in iwl_mvm_probe_resp_set_noa() 730 if (!resp_data) in iwl_mvm_probe_resp_set_noa() 733 if (!resp_data->notif.noa_active) in iwl_mvm_probe_resp_set_noa() 745 if (skb_tailroom(skb) < resp_data->noa_len) { in iwl_mvm_probe_resp_set_noa() 746 if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) { in iwl_mvm_probe_resp_set_noa() 753 pos = skb_put(skb, resp_data->noa_len); in iwl_mvm_probe_resp_set_noa() 757 *pos++ = resp_data->noa_len - 2; in iwl_mvm_probe_resp_set_noa() 763 memcpy(pos, &resp_data->notif.noa_attr, in iwl_mvm_probe_resp_set_noa() 764 resp_data->noa_len - sizeof(struct ieee80211_vendor_ie)); in iwl_mvm_probe_resp_set_noa()
|
| H A D | nvm.c | 89 u8 *resp_data; in iwl_nvm_read_chunk() local 104 resp_data = nvm_resp->data; in iwl_nvm_read_chunk() 137 memcpy(data + offset, resp_data, bytes_read); in iwl_nvm_read_chunk()
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_if_mbox_msr.c | 102 &act->mbox_cmd->resp_data); in msrl_update_func()
|
| H A D | isst_if_mbox_pci.c | 109 mbox_cmd->resp_data = data; in isst_if_mbox_cmd()
|
| /linux/include/scsi/ |
| H A D | sas.h | 336 DECLARE_FLEX_ARRAY(u8, resp_data); 557 DECLARE_FLEX_ARRAY(u8, resp_data);
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hclge_mbx.h | 145 u8 resp_data[HCLGE_MBX_MAX_RESP_DATA_SIZE]; member
|
| /linux/sound/pci/mixart/ |
| H A D | mixart_core.c | 219 …rt_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data) in snd_mixart_send_msg() argument 252 resp.data = resp_data; in snd_mixart_send_msg()
|
| H A D | mixart_core.h | 556 …t_send_msg(struct mixart_mgr *mgr, struct mixart_msg *request, int max_resp_size, void *resp_data);
|
| /linux/sound/usb/ |
| H A D | fcp.c | 181 void *resp_data, u16 resp_size) in fcp_usb() argument 294 if (resp_data && resp_size > 0) in fcp_usb() 295 memcpy(resp_data, resp->data, resp_size); in fcp_usb()
|
| /linux/Documentation/virt/coco/ |
| H A D | sev-guest.rst | 42 output structure is specified through the req_data and resp_data field 58 __u64 resp_data;
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_tmf.c | 291 res = ru->resp_data[3]; in asd_get_tmf_resp_tasklet()
|