Searched refs:response (Results 151 - 175 of 359) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.h154 * @response: Optional response out value - may be NULL.
158 uint16_t param, uint32_t *response, enum dm_dmub_wait_type wait_type);
/linux-master/drivers/firmware/arm_scmi/
H A Dvoltage.c141 const void *response, void *priv)
145 const struct scmi_msg_resp_describe_levels *r = response;
166 const void *response,
170 const struct scmi_msg_resp_describe_levels *r = response;
140 iter_volt_levels_update_state(struct scmi_iterator_state *st, const void *response, void *priv) argument
165 iter_volt_levels_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) argument
H A Dclock.c244 const void *response, void *priv)
246 const struct scmi_msg_resp_clock_possible_parents *r = response;
275 const void *response,
279 const struct scmi_msg_resp_clock_possible_parents *r = response;
433 const void *response, void *priv)
437 const struct scmi_msg_resp_clock_describe_rates *r = response;
472 const void *response,
477 const struct scmi_msg_resp_clock_describe_rates *r = response;
243 iter_clk_possible_parents_update_state(struct scmi_iterator_state *st, const void *response, void *priv) argument
274 iter_clk_possible_parents_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) argument
432 iter_clk_describe_update_state(struct scmi_iterator_state *st, const void *response, void *priv) argument
471 iter_clk_describe_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) argument
H A Dprotocols.h99 * @async_done: pointer to delayed response message received event completion
106 * response message, the xfer could be finally put on the TX path, and
118 * (Missing synchronous response is assumed OK and ignored)
213 * iterator state from the actual message response.
221 const void *response, void *priv);
223 const void *response,
288 * @do_xfer_with_response: Do the SCMI transfer waiting for a response.
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h75 u32 response; member in struct:hci_xfer
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_common.h68 int (*response)(struct amd_mp2_dev *mp2, u8 sid, u32 sensor_sts); member in struct:amd_mp2_ops
H A Damd_sfh_pcie.c45 /* Get response with status within a max of 10 seconds timeout */
47 (cmd_resp.response_v2.response == sensor_sts &&
50 return cmd_resp.response_v2.response;
259 .response = amd_sfh_wait_response_v2,
/linux-master/drivers/thunderbolt/
H A Dctl.h59 * @response: Response is stored here
60 * @response_size: Maximum size of one response packet
61 * @response_type: Expected type of the response packet
64 * @copy: Function used to copy the incoming packet to @response
82 void *response; member in struct:tb_cfg_request
H A Dctl.c235 static struct tb_cfg_result decode_error(const struct ctl_pkg *response) argument
237 struct cfg_error_pkg *pkg = response->buffer;
241 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR,
556 if (!req->response)
759 * Call this as response for non-plug notification to ack it. Returns
822 * Call this as response for hot plug/unplug event to ack it.
874 memcpy(req->response, pkg->buffer, req->response_size);
878 /* Always complete when first response is received */
883 * tb_cfg_reset() - send a reset packet and wait for a response
909 req->response
[all...]
/linux-master/drivers/char/ipmi/
H A Dssif_bmc.c64 * SSIF_RES_SENDING 0x04 : Sending response
87 /* Timeout waiting for response */
103 struct ipmi_ssif_msg response; member in struct:ssif_bmc_ctx
202 * The write must complete before the response timeout fired, otherwise
203 * the response is aborted and wait for next request
204 * Return -EINVAL if the response is aborted
213 memcpy(&ssif_bmc->response, &msg, count);
287 /* Invalidate response in buffer to denote it having been sent. */
288 ssif_bmc->response.len = 0;
304 /* Do nothing if the response i
[all...]
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c53 /* request and response are in unencrypted memory */
54 struct snp_guest_msg *request, *response; member in struct:snp_guest_dev
276 /* Build IV with response buffer sequence number */
291 dev_dbg(snp_dev->dev, "response [seqno %lld type %d version %d sz %d]\n",
294 /* Copy response from shared memory to encrypted memory. */
295 memcpy(resp, snp_dev->response, sizeof(*resp));
301 /* Verify response message type and version number. */
405 * this now because decryption uses the value stored in the response
443 /* Clear shared memory's response for the host to populate. */
444 memset(snp_dev->response,
[all...]
/linux-master/drivers/s390/cio/
H A Dscm.c240 num = (scm_info->response.length -
242 offsetof(struct chsc_scm_info, response))
/linux-master/drivers/platform/x86/
H A Dhuawei-wmi.c708 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; local
712 status = wmi_query_block(WMI0_EXPENSIVE_GUID, 0, &response);
716 obj = (union acpi_object *)response.pointer;
720 kfree(response.pointer);
740 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; local
744 status = wmi_get_event_data(value, &response);
750 obj = (union acpi_object *)response.pointer;
754 dev_err(&idev->dev, "Bad response type\n");
756 kfree(response.pointer);
/linux-master/drivers/iio/chemical/
H A Dscd30_serial.c82 void *response, int size)
87 * receiving a request device should reply with response.
100 * SCD30_SERDEV_READ and response looks like the one below. As with
111 char *rsp = response;
81 scd30_serdev_command(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, void *response, int size) argument
/linux-master/drivers/input/touchscreen/
H A Dwacom_w8001.c92 unsigned char response[W8001_MAX_LENGTH]; member in struct:w8001
335 memcpy(w8001->response, w8001->data, W8001_MAX_LENGTH);
443 parse_pen_data(w8001->response, &coord);
479 if (!w8001->response[1])
487 parse_touchquery(w8001->response, &touch);
/linux-master/drivers/usb/serial/
H A Dwhiteheat.c192 int response; local
194 response = ezusb_fx1_ihex_firmware_download(serial->dev, "whiteheat_loader.fw");
195 if (response >= 0) {
196 response = ezusb_fx1_ihex_firmware_download(serial->dev, "whiteheat.fw");
197 if (response >= 0)
488 dev_dbg(&urb->dev->dev, "%s - empty response, exiting.\n", __func__);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_debugfs.c322 struct ec_response_get_cmd_versions *response; local
327 msg = kzalloc(sizeof(*msg) + max(sizeof(*params), sizeof(*response)),
334 msg->insize = sizeof(*response);
338 response = (struct ec_response_get_cmd_versions *)msg->data;
341 response->version_mask & EC_VER_MASK(1);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c500 /* the following two are to read the response */
540 void *response, int response_len)
559 * Also beware that the first response by many devices is to
598 /* Read the command response */
602 &((u8 *)response)[i]))
604 BUF_PRINT(" %02X", ((u8 *)response)[i]);
667 * This function is making an assumption about the layout of the response,
672 struct intel_sdvo_get_trained_inputs_response response; local
674 BUILD_BUG_ON(sizeof(response) != 1);
676 &response, sizeo
539 intel_sdvo_read_response(struct intel_sdvo *intel_sdvo, void *response, int response_len) argument
2145 u16 response; local
3143 u16 response, data_value[2]; local
3252 u16 response, data_value[2]; local
3267 u16 response; member in union:__anon92
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dinit.c287 struct htc_service_connect_resp response; local
289 memset(&response, 0, sizeof(response));
291 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response);
301 ath6kl_wmi_set_control_ep(ar->wmi, response.endpoint);
302 ar->ctrl_ep = response.endpoint;
305 set_ac2_ep_map(ar, WMM_AC_BE, response.endpoint);
308 set_ac2_ep_map(ar, WMM_AC_BK, response.endpoint);
311 set_ac2_ep_map(ar, WMM_AC_VI, response.endpoint);
314 set_ac2_ep_map(ar, WMM_AC_VO, response
[all...]
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c77 u8 *inbuf; /* buffer for response */
83 struct urb *response; member in struct:wdm_device
313 rv = usb_submit_urb(desc->response, GFP_ATOMIC);
314 dev_dbg(&desc->intf->dev, "submit response URB %d\n", rv);
343 usb_poison_urb(desc->response);
352 usb_unpoison_urb(desc->response);
360 usb_free_urb(desc->response);
504 rv = usb_submit_urb(desc->response, GFP_KERNEL);
989 rv = usb_submit_urb(desc->response, GFP_KERNEL);
1058 desc->response
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c1751 MCDI_DECLARE_STRUCT_PTR(response);
1756 response = _MCDI_DWORD(inbuf, MAE_ACTION_RULE_INSERT_IN_RESPONSE);
1757 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID,
1759 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID,
1761 EFX_POPULATE_DWORD_5(*_MCDI_STRUCT_DWORD(response, MAE_ACTION_RULE_RESPONSE_LOOKUP_CONTROL),
1771 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_COUNTER_ID,
2236 MCDI_DECLARE_STRUCT_PTR(response);
2244 response = _MCDI_DWORD(inbuf, MAE_ACTION_RULE_INSERT_IN_RESPONSE);
2246 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, acts_id);
2247 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_I
[all...]
/linux-master/drivers/scsi/aacraid/
H A Dcommctrl.c452 struct revision response; local
456 response.compat = 1;
461 response.version = cpu_to_le32(version);
463 response.build = cpu_to_le32(AAC_DRIVER_BUILD);
465 response.build = cpu_to_le32(9999);
468 if (copy_to_user(arg, &response, sizeof(response)))
953 /* fast response */
/linux-master/include/scsi/
H A Discsi_proto.h186 uint8_t response; member in struct:iscsi_scsi_rsp
307 uint8_t response; /* see Response values below */ member in struct:iscsi_tm_rsp
488 /* Login Status response classes */
494 /* Login Status response detail codes */
551 uint8_t response; /* see Logout response values below */ member in struct:iscsi_logout_rsp
567 /* logout response status values */
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_stream.c102 struct snd_sst_alloc_response *response; local
125 response = (struct snd_sst_alloc_response *)data;
126 ret = response->str_type.result;
/linux-master/drivers/media/pci/intel/ivsc/
H A Dmei_ace.c59 /* command response */
146 } __packed response; member in union:ace_notif_hdr
167 /* command response */
169 /* used to wait for command ack and response */
276 if (resp_hdr->response.cmd_id != cmd_hdr->cmd_id)
328 switch (hdr->response.cmd_id) {

Completed in 283 milliseconds

1234567891011>>