Searched refs:response (Results 226 - 250 of 362) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/intel/atom/sst/
H A Dsst.h494 bool large, bool fill_dsp, bool sync, bool response);
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/pci/
H A Ddoe.c67 * struct pci_doe_task - represents a single query/response
72 * @response_pl: The response payload
73 * @response_pl_sz: Size of the response payload (bytes)
74 * @rv: Return value. Length of received response or error (bytes)
351 /* Poll for response */
572 * Submit a DOE task (request/response) to the DOE mailbox to be processed.
608 * @response: Response payload
609 * @response_sz: Size of response payload (bytes)
611 * Submit @request to @doe_mb and store the @response.
623 * RETURNS: Length of received response o
628 pci_doe(struct pci_doe_mb *doe_mb, u16 vendor, u8 type, const void *request, size_t request_sz, void *response, size_t response_sz) argument
[all...]
/linux-master/drivers/clk/zynqmp/
H A Dclkc.c219 * @response: Name of the clock with the given id
227 struct name_resp *response)
240 memcpy(response, ret_payload, sizeof(*response));
249 * @response: Buffer used for the topology response
254 * This API will return 3 node of topology with a single response. To get
263 struct topology_resp *response)
274 memcpy(response, &ret_payload[1], sizeof(*response));
226 zynqmp_pm_clock_get_name(u32 clock_id, struct name_resp *response) argument
262 zynqmp_pm_clock_get_topology(u32 clock_id, u32 index, struct topology_resp *response) argument
359 zynqmp_pm_clock_get_parents(u32 clock_id, u32 index, struct parents_resp *response) argument
385 zynqmp_pm_clock_get_attributes(u32 clock_id, struct attr_resp *response) argument
410 __zynqmp_clock_get_topology(struct clock_topology *topology, struct topology_resp *response, u32 *nnodes) argument
450 struct topology_resp response = { }; local
476 __zynqmp_clock_get_parents(struct clock_parent *parents, struct parents_resp *response, u32 *nparent) argument
516 struct parents_resp response = { }; local
[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/s390/char/
H A Dvmcp.c31 char *response; member in struct:vmcp_session
75 session->response = (char *)page_to_virt(page);
79 session->response = (char *)__get_free_pages(GFP_KERNEL | __GFP_RETRY_MAYFAIL, order);
87 if (!session->response)
92 page = virt_to_page(session->response);
96 free_pages((unsigned long)session->response, order);
98 session->response = NULL;
113 session->response = NULL;
141 if (!session->response) {
147 session->response, siz
[all...]
/linux-master/arch/s390/pci/
H A Dpci_clp.c101 struct clp_rsp_query_pci_grp *response)
103 zdev->tlb_refresh = response->refresh;
104 zdev->dma_mask = response->dasm;
105 zdev->msi_addr = response->msia;
106 zdev->max_msi = response->noi;
107 zdev->fmb_update = response->mui;
108 zdev->version = response->version;
109 zdev->maxstbl = response->maxstbl;
110 zdev->dtsm = response->dtsm;
112 switch (response
100 clp_store_query_pci_fngrp(struct zpci_dev *zdev, struct clp_rsp_query_pci_grp *response) argument
149 clp_store_query_pci_fn(struct zpci_dev *zdev, struct clp_rsp_query_pci *response) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c187 BNX2X_ERR("PF response has timed out\n");
190 DP(BNX2X_MSG_SP, "Got a response from PF\n");
285 /* copy acquire response from buffer to bp */
322 /* Clear response buffer */
526 BNX2X_ERR("Sending CLOSE failed: pf response was %d\n",
1131 /* prepare response */
1157 /* send response */
1163 /* Copy the response buffer. The first u64 is written afterwards, as
1173 BNX2X_ERR("Failed to copy response body to VF %d\n",
1183 /* copy the response heade
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_l2_main.c580 elems = (rr->response.length - sizeof(struct chsc_header) -
598 QETH_CARD_TEXT_(card, 2, "PNrp%04x", rr->response.code);
/linux-master/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c234 u8 response, u8 size)
254 if (response &&
255 ((pulse8->data[0] & 0x3f) != response || pulse8->len < size + 1)) {
265 const u8 *cmd, u8 cmd_len, u8 response, u8 size)
270 err = pulse8_send_and_wait_once(pulse8, cmd, cmd_len, response, size);
280 response, size);
232 pulse8_send_and_wait_once(struct pulse8 *pulse8, const u8 *cmd, u8 cmd_len, u8 response, u8 size) argument
264 pulse8_send_and_wait(struct pulse8 *pulse8, const u8 *cmd, u8 cmd_len, u8 response, u8 size) argument
/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/arch/s390/kernel/
H A Dcpcmd.c37 static int diag8_response(int cmdlen, char *response, int *rlen) argument
43 rx.odd = __pa(response);
64 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) argument
76 if (response) {
77 memset(response, 0, rlen);
79 rc = diag8_response(cmdlen, response, &rlen);
80 EBCASC(response, response_len);
90 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) argument
96 if (is_vmalloc_or_module_addr(response)) {
99 pr_warn("The cpcmd kernel function failed to allocate a response buffe
[all...]
/linux-master/include/uapi/linux/
H A Dfirewire-cdev.h103 * struct fw_cdev_event_response - Sent when a response packet was received
109 * @length: Data length, i.e. the response's payload size in bytes
124 * struct fw_cdev_event_response2 - Sent when a response packet was received
130 * @length: Data length, i.e. the response's payload size in bytes
132 * @response_tstamp: The time stamp of isochronous cycle at which the response was sent.
138 * This event is sent when the stack receives a response to an outgoing request
144 * involve response packets. This includes unified write transactions,
150 * the response arrived to complete the transaction. Each value is unsigned 16 bit integer
241 * responsible for sending the response by %FW_CDEV_IOC_SEND_RESPONSE ioctl,
261 * request but will not actually send a response packe
515 struct fw_cdev_event_response response; member in union:fw_cdev_event
[all...]
/linux-master/drivers/media/radio/si4713/
H A Dsi4713.c184 * si4713_send_command - sends a command to si4713 and waits its response
189 * @response: buffer to place the expected response from the device (up to 15)
190 * @respn: actual size of @response
191 * @usecs: amount of time to wait before reading the response (in usecs)
195 u8 response[], const int respn, const int usecs)
219 /* Wait response from interrupt */
229 err = i2c_master_recv(client, response, respn);
232 "Error %d while reading response for command 0x%02x\n",
237 DBG_BUFFER(&sdev->sd, "Response", response, resp
193 si4713_send_command(struct si4713_device *sdev, const u8 command, const u8 args[], const int argn, u8 response[], const int respn, const int usecs) argument
[all...]
/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__);
H A Dmos7840.c516 int response; local
703 response = usb_submit_urb(mos7840_port->read_urb, GFP_KERNEL);
704 if (response) {
706 __func__, response);
H A Dmos7720.c847 int response; local
929 response = usb_submit_urb(port->read_urb, GFP_KERNEL);
930 if (response)
932 __func__, response);
H A Dio_edgeport.c320 int response; local
333 response = request_ihex_firmware(&fw, fw_name,
335 if (response) {
337 fw_name, response);
373 response = rom_write(edge_serial->serial,
378 if (response < 0) {
819 int response; local
868 response = usb_submit_urb(edge_serial->interrupt_read_urb,
870 if (response) {
872 __func__, response);
2526 int response; local
2586 int response; local
2630 int response; local
2706 int response; local
[all...]
/linux-master/drivers/thunderbolt/
H A Dtb_msgs.h59 /* TB_CFG_PKG_READ, response for TB_CFG_PKG_WRITE */
65 /* TB_CFG_PKG_WRITE, response for TB_CFG_PKG_READ */
271 u32 response[8]; member in struct:icm_fr_pkg_challenge_device_response
455 u32 response[8]; member in struct:icm_tr_pkg_challenge_device_response
632 * Max length of data array single XDomain property response is allowed
/linux-master/drivers/mfd/
H A Dsi476x-i2c.c468 u8 response; local
470 &response, sizeof(response));
472 return (err < 0) ? err : response;
/linux-master/drivers/iio/chemical/
H A Dscd30_i2c.c67 void *response, int size)
70 char *rsp = response;
66 scd30_i2c_command(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, void *response, int size) argument
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_sas_transport.c506 job->reply_payload.sg_cnt, &smp_buf->parameters.response,
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_gs.c101 * @rsp_size: response size in bytes
144 if (ct_rsp->header.response !=
147 "%s failed rejected request on port_id: %02x%02x%02x Completion status 0x%x, response 0x%x\n",
150 comp_status, ct_rsp->header.response);
966 * @data_size: response size in bytes
1395 * @rsp_size: response size in bytes
1432 * @rsp_size: response size in bytes
1485 * @rsp_size: response size in bytes
3094 "%s: Failed to allocate ct_sns response.\n",
H A Dqla_bsg.c750 uint16_t response[MAILBOX_REGISTER_COUNT]; local
840 rval = qla2x00_echo_test(vha, &elreq, response);
885 rval = qla2x00_loopback_test(vha, &elreq, response);
887 if (response[0] == MBS_COMMAND_ERROR &&
888 response[1] == MBS_LB_RESET) {
933 rval = qla2x00_loopback_test(vha, &elreq, response);
954 sizeof(response) + sizeof(uint8_t);
956 memcpy(bsg_job->reply + sizeof(struct fc_bsg_reply), response,
957 sizeof(response));
958 fw_sts_ptr += sizeof(response);
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_sip.c1217 * when receiving a response indicating success from the registrar.
1244 * when receiving the new bindings in the response, but we don't
1339 * they have received a final response from the registrar for the
1441 if (handler->response == NULL)
1446 return handler->response(skb, protoff, dataoff, dptr, datalen,
1466 * listen for the response on port 5060. If we are the local

Completed in 402 milliseconds

1234567891011>>