Searched refs:response (Results 126 - 150 of 359) sorted by relevance

1234567891011>>

/linux-master/drivers/input/mouse/
H A Dvmmouse.c345 u32 response, version, dummy1, dummy2; local
354 response = ~VMMOUSE_PROTO_MAGIC;
355 VMMOUSE_CMD(GETVERSION, 0, version, response, dummy1, dummy2);
356 if (response != VMMOUSE_PROTO_MAGIC || version == 0xffffffffU)
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v1.c342 if ((RESP_STATUS(xfer->response) == RESP_ERR_ADDR_HEADER ||
343 RESP_STATUS(xfer->response) == RESP_ERR_NACK) &&
344 RESP_DATA_LENGTH(xfer->response) == 1) {
348 if (RESP_STATUS(xfer->response) != RESP_SUCCESS) {
/linux-master/arch/s390/include/asm/
H A Deadm.h76 struct arsb response; member in struct:aob
/linux-master/drivers/platform/chrome/
H A Dcros_ec_uart.c23 * EC sends contiguous bytes of response packet on UART AP RX.
40 * struct response_info - Encapsulate EC response related
48 * used to accumulate byte count with response is received
50 * @exp_len: Expected bytes of response from EC including header.
52 * a response is successfully received, or an error number
54 * @wait_queue: Wait queue EC response where the cros_ec sends request
73 * @response: Response info passing between cros_ec_uart_pkt_xfer()
81 struct response_info response; member in struct:cros_ec_uart
90 struct response_info *resp = &ec_uart->response;
114 /* Read data_len if we received response heade
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhif.h47 void *response, u32 *response_len);
126 void *response, u32 *response_len)
129 response, response_len);
124 ath10k_hif_exchange_bmi_msg(struct ath10k *ar, void *request, u32 request_len, void *response, u32 *response_len) argument
/linux-master/drivers/firmware/tegra/
H A Dbpmp.c550 struct mrq_ping_response response; local
554 memset(&response, 0, sizeof(response));
555 response.reply = request.challenge << 1;
557 tegra_bpmp_mrq_return(channel, 0, &response, sizeof(response));
562 struct mrq_ping_response response; local
572 memset(&response, 0, sizeof(response));
578 msg.rx.data = &response;
[all...]
/linux-master/sound/virtio/
H A Dvirtio_ctl_msg.c14 * @sg_response: Scattergather list containing a device response (status).
64 * virtsnd_ctl_msg_response() - Get a pointer to the response header.
77 * @response_size: Size of response header.
114 * @in_sgs: Additional sg-list to attach to the response header (may be NULL).
129 struct virtio_snd_hdr *response = virtsnd_ctl_msg_response(msg); local
140 response->code = cpu_to_le32(VIRTIO_SND_S_IO_ERR);
191 switch (le32_to_cpu(response->code)) {
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_proto.c18 /* How often to retry if there is no response */
62 * @resp: Returned PF response
64 * This function sends a message that requires a response from the VF to the PF
87 /* Wait for response, if it times out retry */
92 *resp = accel_dev->vf.response;
95 accel_dev->vf.response.type = 0;
100 dev_err(&GET_DEV(accel_dev), "PFVF response message timeout\n");
173 "Unexpected BLKMSG response type %u, byte 0x%x\n",
199 "Unexpected CRC BLKMSG response type %u, crc 0x%x\n",
219 * otherwise the response wil
[all...]
/linux-master/drivers/infiniband/core/
H A Dmad.c493 * Canceling all sends results in dropping received response
622 * a request or the ending LID routed part of a response is empty.
1121 /* Reference for work request to QP + response */
1699 /* is request/response. */
1753 * It's possible to receive the response before we've
1837 /* Defined behavior is to complete response before request */
1861 struct ib_mad_private *response)
1889 memcpy(response, recv, mad_priv_size(response));
1890 response
1856 handle_ib_smi(const struct ib_mad_port_private *port_priv, const struct ib_mad_qp_info *qp_info, const struct ib_wc *wc, u32 port_num, struct ib_mad_private *recv, struct ib_mad_private *response) argument
1907 generate_unmatched_resp(const struct ib_mad_private *recv, struct ib_mad_private *response, size_t *resp_len, bool opa) argument
1943 handle_opa_smi(struct ib_mad_port_private *port_priv, struct ib_mad_qp_info *qp_info, struct ib_wc *wc, u32 port_num, struct ib_mad_private *recv, struct ib_mad_private *response) argument
1999 handle_smi(struct ib_mad_port_private *port_priv, struct ib_mad_qp_info *qp_info, struct ib_wc *wc, u32 port_num, struct ib_mad_private *recv, struct ib_mad_private *response, bool opa) argument
2024 struct ib_mad_private *recv, *response = NULL; local
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmdomain.c762 * query_join's response is a status, and that status is treated as a u32
774 union dlm_query_join_response response; local
776 response.packet = *packet;
777 *wire = be32_to_cpu(response.intval);
783 union dlm_query_join_response response; local
785 response.intval = cpu_to_be32(wire);
786 *packet = response.packet;
797 u32 response; local
905 dlm_query_join_packet_to_wire(&packet, &response);
906 return response;
1412 dlm_request_join(struct dlm_ctxt *dlm, int node, enum dlm_query_join_response_code *response) argument
1565 dlm_should_restart_join(struct dlm_ctxt *dlm, struct domain_join_ctxt *ctxt, enum dlm_query_join_response_code response) argument
1593 enum dlm_query_join_response_code response = JOIN_DISALLOW; local
[all...]
/linux-master/drivers/hid/
H A Dhid-hyperv.c121 struct synthhid_protocol_response response; member in union:mousevsc_prt_msg::__anon6
135 /* Synchronize the request/response if needed */
336 struct mousevsc_prt_msg *response; local
364 response = &input_dev->protocol_resp;
366 if (!response->response.approved) {
/linux-master/drivers/hv/
H A Dchannel_mgmt.c160 * The rescinded channel may be blocked waiting for a response from the host;
209 * vmbus_prep_negotiate_resp() - Create default response for Negotiate message
222 * Set up and fill in default negotiate response message.
669 * vmbus_open() may never get the host's response to the
825 * that the panic path can't get hung forever in case the response
895 * vmbus_unload_response - Handler for the unload response.
1302 * This is invoked when we received a response to our channel open request.
1303 * Find the matching request, copy the response and signal the requesting
1333 memcpy(&msginfo->response.open_result,
1348 * This is invoked when we received a response t
1402 struct vmbus_channel_modifychannel_response *response; local
[all...]
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c310 struct fanotify_perm_event *event, u32 response,
317 event->response = response & ~FAN_INFO;
318 if (response & FAN_INFO)
337 u32 response = response_struct->response; local
341 pr_debug("%s: group=%p fd=%d response=%u buf=%p size=%zu\n", __func__,
342 group, fd, response, info, info_len);
344 * make sure the response is valid, if invalid we do nothing and either
345 * userspace can send a valid response o
874 struct fanotify_response response; local
[all...]
/linux-master/fs/smb/client/
H A Dsess.c908 * returned by old servers in the SMB negprot response
984 kfree_sensitive(ses->auth_key.response);
985 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen,
987 if (!ses->auth_key.response) {
1236 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1411 server->session_key.response =
1412 kmemdup(ses->auth_key.response,
1414 if (!server->session_key.response) {
1480 /* calculate nlmv2 response and session key */
1487 memcpy(bcc_ptr, ses->auth_key.response
[all...]
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.c661 u32 value, message, argument, response; local
666 response = AMD_S2D_REGISTER_RESPONSE;
670 response = AMD_PMC_REGISTER_RESPONSE;
673 value = amd_pmc_reg_read(dev, response);
686 u32 val, message, argument, response; local
693 response = AMD_S2D_REGISTER_RESPONSE;
697 response = AMD_PMC_REGISTER_RESPONSE;
700 /* Wait until we get a valid response */
701 rc = readx_poll_timeout(ioread32, dev->regbase + response,
709 /* Write zero to response registe
[all...]
/linux-master/drivers/input/touchscreen/
H A Delo.c61 unsigned char response[ELO10_PACKET_LEN]; member in struct:elo
109 memcpy(elo->response, &elo->data[1], ELO10_PACKET_LEN);
249 memcpy(packet, elo->response, ELO10_PACKET_LEN);
/linux-master/drivers/thunderbolt/
H A Ddma_port.c84 memcpy(req->response, pkg->buffer, req->response_size);
114 req->response = &reply;
157 req->response = &reply;
/linux-master/drivers/input/serio/
H A Dhyperv-keyboard.c94 /* Synchronize the request/response if needed */
120 "Illegal protocol response packet (len: %d)\n",
258 struct synth_kbd_protocol_response *response; local
280 response = &kbd_dev->protocol_resp;
281 proto_status = __le32_to_cpu(response->proto_status);
/linux-master/drivers/target/
H A Dtarget_core_tmr.c159 tmr->response = TMR_FUNCTION_COMPLETE;
171 tmr->response = TMR_TASK_DOES_NOT_EXIST;
241 tmr_p->function, tmr_p->response, cmd->t_state);
258 * without any response to the application client. A TAS bit set
369 * tasks shall be terminated by the device server without any response
/linux-master/drivers/media/usb/gspca/
H A Djeilinj.c104 static void jlj_read1(struct gspca_dev *gspca_dev, unsigned char *response) argument
113 *response = gspca_dev->usb_buf[0];
207 u8 response = 0xff; local
250 jlj_read1(gspca_dev, &response);
/linux-master/drivers/i2c/busses/
H A Di2c-amd-mp2.h117 * @response: bit 0..1 i2c response type
127 enum response_type response : 2; member in struct:i2c_event::__anon232
146 * the expected status and response type
/linux-master/include/uapi/sound/
H A Dfirewire.h46 __be32 response[]; /* some responses */ member in struct:snd_firewire_event_efw_response
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ep0.c148 __le16 *response; local
184 response = (__le16 *)pdev->setup_buf;
185 *response = cpu_to_le16(status);
187 pdev->ep0_preq.request.length = sizeof(*response);
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.c1509 if (!data) /* Handle requests without a response. */
1514 rtl_warn(rtl, "rsp: no response buffer provided, dropping data\n");
1520 "rsp: response buffer too small, capacity: %zu bytes, got: %zu bytes\n",
1633 * properly set up, including response buffer (may be %NULL if no response is
1638 * that the request has been completed before the response data can be
1680 * @rsp: The response buffer.
1732 * @rsp: The response buffer.
1887 * negative on direct failure) or %-EPROTO if the request response indicates a
1928 * negative on direct failure) or %-EPROTO if the request response indicate
2009 u8 response; local
2048 u8 response; local
2087 u8 response; local
2129 u8 response; local
[all...]
/linux-master/include/uapi/scsi/
H A Dscsi_bsg_ufs.h45 * @transaction_code: Type of request or response. See also enum
56 * @response: 0 for success; 1 for failure.
57 * @status: SCSI status if this is the header of a response to a SCSI command.
87 __u8 response; member in struct:utp_upiu_header::__anon322::__anon324
193 /* response (request sense data) structure of the sg_io_v4 */

Completed in 759 milliseconds

1234567891011>>