Home
last modified time | relevance | path

Searched refs:response (Results 201 – 225 of 615) sorted by relevance

12345678910>>...25

/linux/sound/soc/intel/atom/sst/
H A Dsst_stream.c102 struct snd_sst_alloc_response *response; in sst_realloc_stream() local
125 response = (struct snd_sst_alloc_response *)data; in sst_realloc_stream()
126 ret = response->str_type.result; in sst_realloc_stream()
/linux/drivers/media/pci/intel/ivsc/
H A Dmei_ace.c146 } __packed response; member
276 if (resp_hdr->response.cmd_id != cmd_hdr->cmd_id) in mei_ace_send()
328 switch (hdr->response.cmd_id) { in handle_command_response()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.c47 (cmd_resp.response_v2.response == sensor_sts && in amd_sfh_wait_response_v2()
50 return cmd_resp.response_v2.response; in amd_sfh_wait_response_v2()
259 .response = amd_sfh_wait_response_v2,
H A Damd_sfh_pcie.h56 u32 response : 4; member
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c666 struct macsec_msg_fw_response *response) in aq_fw2x_send_macsec_req() argument
674 if (!req || !response) in aq_fw2x_send_macsec_req()
700 err = hw_atl_utils_fw_downld_dwords(hw, offset, (u32 *)(void *)response, in aq_fw2x_send_macsec_req()
701 sizeof(*response) / sizeof(u32)); in aq_fw2x_send_macsec_req()
/linux/drivers/iio/chemical/
H A Dscd4x.c132 void *response, int response_sz) in scd4x_read() argument
136 char *rsp = response; in scd4x_read()
221 uint16_t arg, void *response, int response_sz) in scd4x_write_and_fetch() argument
225 char *rsp = response; in scd4x_write_and_fetch()
/linux/drivers/platform/x86/
H A Dlg-laptop.c204 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in wmi_notify() local
210 status = wmi_get_event_data(value, &response); in wmi_notify()
216 obj = (union acpi_object *)response.pointer; in wmi_notify()
238 kfree(response.pointer); in wmi_notify()
/linux/drivers/s390/char/
H A Dsclp.c154 u16 response; in sclp_trace_req() member
162 summary.response = sccb ? sccb->response_code : 0; in sclp_trace_req()
625 u16 response; in ok_response() local
631 response = sccb->response_code & 0xff; in ok_response()
632 if (response != 0x10 && response != 0x20) in ok_response()
/linux/drivers/scsi/
H A Dvirtio_scsi.c123 sc, resp->response, resp->status, resp->sense_len); in virtscsi_complete_cmd()
127 switch (resp->response) { in virtscsi_complete_cmd()
157 resp->response); in virtscsi_complete_cmd()
604 cmd->resp.cmd.response = VIRTIO_SCSI_S_BAD_TARGET; in virtscsi_queuecommand()
625 if (cmd->resp.tmf.response == VIRTIO_SCSI_S_OK || in virtscsi_tmf()
626 cmd->resp.tmf.response == VIRTIO_SCSI_S_FUNCTION_SUCCEEDED) in virtscsi_tmf()
/linux/Documentation/ABI/testing/
H A Ddebugfs-olpc14 To read the response (if any), read from the generic node after executing
/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst165 that the caller provides an argument to the SAM EC and receives a response.
166 The caller needs to know the (maximum) length of the response payload and
170 EC is provided in little-endian format and, similarly, any response payload
201 /* Initialize request response. */
207 * Perform actual request. The response pointer may be null in case
208 * the request does not have any response. This must be consistent
224 * Convert request response back to native format. Note that in the
/linux/drivers/media/common/siano/
H A DKconfig30 statistics response packets via debugfs. Currently, works
/linux/drivers/cxl/core/
H A Dpci.c525 __le32 response[2]; in cxl_cdat_get_length() local
531 &response, sizeof(response)); in cxl_cdat_get_length()
536 if (rc < sizeof(response)) in cxl_cdat_get_length()
539 *length = le32_to_cpu(response[1]); in cxl_cdat_get_length()
/linux/include/scsi/
H A Discsi_proto.h186 uint8_t response; member
307 uint8_t response; /* see Response values below */ member
551 uint8_t response; /* see Logout response values below */ member
/linux/Documentation/networking/
H A Dsecid.rst14 the incoming packet this flow is being generated as a response to (e.g. tcp
/linux/Documentation/driver-api/mei/
H A Dhdcp.rst14 Similarly, the HDCP2.2 sink's response is transferred to ME FW
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c3366 switch (response->response_code) { in pqi_interpret_task_management_response()
3401 struct pqi_io_response *response; in pqi_process_io_intr() local
3420 response = queue_group->oq_element_array + in pqi_process_io_intr()
3441 switch (response->header.iu_type) { in pqi_process_io_intr()
3456 (void *)response); in pqi_process_io_intr()
3866 struct pqi_event_response *response; in pqi_process_event_intr() local
4860 &response); in pqi_create_event_queue()
4905 &response); in pqi_create_queue_group()
4940 &response); in pqi_create_queue_group()
4968 &response); in pqi_create_queue_group()
[all …]
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c370 slot->response = buf_tmp; in mvs_task_prep_smp()
515 slot->response = buf_tmp; in mvs_task_prep_ata()
626 slot->response = buf_tmp; in mvs_task_prep_ssp()
1483 u32 err_dw0 = le32_to_cpu(*(u32 *)slot->response); in mvs_slot_err()
1484 u32 err_dw1 = le32_to_cpu(*((u32 *)slot->response + 1)); in mvs_slot_err()
1499 struct ssp_response_iu *iu = slot->response + in mvs_slot_err()
1583 && (*((u32 *)slot->response) in mvs_slot_complete()
1584 || *(((u32 *)slot->response) + 1)))) { in mvs_slot_complete()
1587 rx_desc, get_unaligned_le64(slot->response)); in mvs_slot_complete()
1602 struct ssp_response_iu *iu = slot->response + in mvs_slot_complete()
[all …]
/linux/drivers/target/sbp/
H A Dsbp_target.c266 struct sbp_login_response_block *response; in sbp_management_request_login() local
432 response = kzalloc(sizeof(*response), GFP_KERNEL); in sbp_management_request_login()
433 if (!response) { in sbp_management_request_login()
446 12, sizeof(*response)); in sbp_management_request_login()
447 response->misc = cpu_to_be32( in sbp_management_request_login()
450 response->reconnect_hold = cpu_to_be32(sess->reconnect_hold & 0xffff); in sbp_management_request_login()
452 &response->command_block_agent); in sbp_management_request_login()
456 sbp2_pointer_to_addr(&req->orb.ptr2), response, in sbp_management_request_login()
461 kfree(response); in sbp_management_request_login()
470 kfree(response); in sbp_management_request_login()
/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst64 are not preserved in response to synchronous tag check faults
69 For signals raised in response to watchpoint debug exceptions, the
/linux/drivers/s390/cio/
H A Dscm.c240 num = (scm_info->response.length - in scm_update_information()
242 offsetof(struct chsc_scm_info, response)) in scm_update_information()
/linux/Documentation/arch/x86/
H A Damd_hsmp.rst91 __u16 response_sz; /* Number of expected output/response words */
92 __u32 args[HSMP_MAX_MSG_LEN]; /* argument/response buffer */
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c176 static int iwl_mvm_send_temp_cmd(struct iwl_mvm *mvm, bool response, s32 *temp) in iwl_mvm_send_temp_cmd() argument
201 if (response) { in iwl_mvm_send_temp_cmd()
213 response ? "with" : "without"); in iwl_mvm_send_temp_cmd()
223 if (response) { in iwl_mvm_send_temp_cmd()
/linux/Documentation/hwmon/
H A Dpm6764tr.rst31 response. The device assures fast and independent protection against load overcurrent,
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra210-peq.yaml12 equalize the irregularities in the speaker frequency response.

12345678910>>...25