Searched refs:response (Results 176 - 200 of 359) sorted by relevance

1234567891011>>

/linux-master/tools/firewire/
H A Dnosy-dump.h167 struct subaction *request, *response; member in struct:link_transaction
/linux-master/drivers/misc/ibmasm/
H A Dibmasm.h160 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size);
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_reqmgr.c244 INIT_LIST_HEAD(&sr->response);
247 list_add_tail(&sr->response, &cmdq->response_head);
255 list_del(&sr->response);
263 struct nitrox_softreq, response);
569 /* remove from response list */
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c666 struct macsec_msg_fw_response *response)
674 if (!req || !response)
700 err = hw_atl_utils_fw_downld_dwords(hw, offset, (u32 *)(void *)response,
701 sizeof(*response) / sizeof(u32));
664 aq_fw2x_send_macsec_req(struct aq_hw_s *hw, struct macsec_msg_fw_request *req, struct macsec_msg_fw_response *response) argument
/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 Dscd4x.c132 void *response, int response_sz)
136 char *rsp = response;
221 uint16_t arg, void *response, int response_sz)
225 char *rsp = response;
131 scd4x_read(struct scd4x_state *state, enum scd4x_cmd cmd, void *response, int response_sz) argument
220 scd4x_write_and_fetch(struct scd4x_state *state, enum scd4x_cmd cmd, uint16_t arg, void *response, int response_sz) argument
/linux-master/drivers/nvme/target/
H A Dauth.c263 int nvmet_auth_host_hash(struct nvmet_req *req, u8 *response, argument
322 pr_debug("ctrl %d qid %d host response seq %u transaction %d\n",
364 ret = crypto_shash_final(shash, response);
376 int nvmet_auth_ctrl_hash(struct nvmet_req *req, u8 *response, argument
474 ret = crypto_shash_final(shash, response);
/linux-master/include/linux/
H A Daudit.h421 extern void __audit_fanotify(u32 response, struct fanotify_response_info_audit_rule *friar);
528 static inline void audit_fanotify(u32 response, struct fanotify_response_info_audit_rule *friar) argument
531 __audit_fanotify(response, friar);
684 static inline void audit_fanotify(u32 response, struct fanotify_response_info_audit_rule *friar) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c174 * response. If we get a response then the measurement is stored in 'temp'
176 static int iwl_mvm_send_temp_cmd(struct iwl_mvm *mvm, bool response, s32 *temp) argument
200 /* The command version where we get a response is zero length */
201 if (response) {
212 "Sending temperature measurement command - %s response\n",
213 response ? "with" : "without");
223 if (response) {
227 "Got temperature measurement response: temp=%d\n",
245 * a response
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dfirmware_if.c1758 * hl_fw_dynamic_extract_fw_response - update the FW response
1762 * @response: FW response
1769 struct fw_response *response,
1772 response->status = FIELD_GET(COMMS_STATUS_STATUS_MASK, status);
1773 response->ram_offset = FIELD_GET(COMMS_STATUS_OFFSET_MASK, status) <<
1775 response->ram_type = FIELD_GET(COMMS_STATUS_RAM_TYPE_MASK, status);
1777 if ((response->ram_type != COMMS_SRAM) &&
1778 (response->ram_type != COMMS_DRAM)) {
1780 response
1767 hl_fw_dynamic_extract_fw_response(struct hl_device *hdev, struct fw_load_mgr *fw_loader, struct fw_response *response, u32 status) argument
2082 hl_fw_dynamic_validate_response(struct hl_device *hdev, struct fw_response *response, struct pci_mem_region *region) argument
2152 struct fw_response *response; local
[all...]
/linux-master/include/uapi/linux/
H A Dfanotify.h117 * All events which require a permission response from userspace
207 __u32 response; member in struct:fanotify_response
/linux-master/drivers/s390/cio/
H A Dqdio_thinint.c155 scssc->response.code);
/linux-master/drivers/platform/x86/
H A Dlg-laptop.c204 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; local
210 status = wmi_get_event_data(value, &response);
216 obj = (union acpi_object *)response.pointer;
238 kfree(response.pointer);
/linux-master/drivers/atm/
H A Dsolos-pci.c137 struct sk_buff *response; member in struct:solos_param
211 prm.response = NULL;
220 wait_event_timeout(card->param_wq, prm.response, 5 * HZ);
226 if (!prm.response)
229 buflen = prm.response->len;
230 memcpy(buf, prm.response->data, buflen);
231 kfree_skb(prm.response);
267 prm.response = NULL;
276 wait_event_timeout(card->param_wq, prm.response, 5 * HZ);
282 skb = prm.response;
[all...]
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v2.c283 if (RESP_STATUS(xfer[0].response) != RESP_SUCCESS) {
287 if (RESP_STATUS(xfer[1].response) != RESP_SUCCESS) {
/linux-master/drivers/fsi/
H A Dfsi-master-ast-cf.c378 uint32_t *response, u8 *tag)
394 if (response)
395 *response = rdata;
408 dev_dbg(master->dev, "Bad response CRC !\n");
434 dev_err(master->dev, "TERM failed; response %d\n", tag);
473 uint32_t response; local
476 rc = read_copro_response(master, size, &response, &tag);
513 *(__be32 *)data = cpu_to_be32(response);
515 *(__be16 *)data = cpu_to_be16(response);
517 *(u8 *)data = response;
377 read_copro_response(struct fsi_master_acf *master, uint8_t size, uint32_t *response, u8 *tag) argument
[all...]
/linux-master/drivers/rtc/
H A Drtc-cros-ec.c35 u32 *response)
51 *response = msg.data.time;
34 cros_ec_rtc_get(struct cros_ec_device *cros_ec, u32 command, u32 *response) argument
/linux-master/drivers/infiniband/core/
H A Duverbs_main.c527 if (ex_hdr->response) {
534 if (!access_ok(u64_to_user_ptr(ex_hdr->response),
620 u64 response = 0; local
639 * with a '__aligned u64 response' member.
641 ret = get_user(response, (const u64 __user *)buf);
651 u64_to_user_ptr(response +
662 &bundle.ucore, buf, u64_to_user_ptr(response),
668 u64_to_user_ptr(ex_hdr.response),
673 u64_to_user_ptr(ex_hdr.response) + bundle.ucore.outlen,
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_init.c46 if (mp2->mp2_ops->response)
47 return mp2->mp2_ops->response(mp2, sid, cmd_id);
/linux-master/drivers/hv/
H A Dconnection.c121 * receive the response before returning from this routine
143 /* Wait for the connection response */
151 if (msginfo->response.version_response.version_supported) {
156 msginfo->response.version_response.msg_conn_id;
/linux-master/drivers/nfc/pn544/
H A Di2c.c418 struct pn544_i2c_fw_frame_response response; local
421 r = i2c_master_recv(client, (char *) &response, sizeof(response));
422 if (r != sizeof(response)) {
429 switch (response.status) {
433 return response.status;
725 /* SW reset command will not trig any response from PN544 */
/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/platform/chrome/
H A Dcros_ec_proto.c373 struct ec_response_hello *response; local
378 msg = kzalloc(sizeof(*msg) + max(sizeof(*params), sizeof(*response)), GFP_KERNEL);
383 msg->insize = sizeof(*response);
407 response = (struct ec_response_hello *)msg->data;
408 if (response->out_data != 0xa1b2c3d4) {
411 response->out_data);
/linux-master/drivers/s390/char/
H A Dsclp.c154 u16 response; member in struct:__anon393::__anon394
162 summary.response = sccb ? sccb->response_code : 0;
543 /* Check for malformed hardware response */
625 u16 response; local
630 /* Check SCCB response. */
631 response = sccb->response_code & 0xff;
632 if (response != 0x10 && response != 0x20)
/linux-master/drivers/scsi/
H A Dvirtio_scsi.c122 "cmd %p response %u status %#02x sense_len %u\n",
123 sc, resp->response, resp->status, resp->sense_len);
127 switch (resp->response) {
156 scmd_printk(KERN_WARNING, sc, "Unknown response %d",
157 resp->response);
492 * @resp_size : size of the response buffer
604 cmd->resp.cmd.response = VIRTIO_SCSI_S_BAD_TARGET;
625 if (cmd->resp.tmf.response == VIRTIO_SCSI_S_OK ||
626 cmd->resp.tmf.response == VIRTIO_SCSI_S_FUNCTION_SUCCEEDED)

Completed in 336 milliseconds

1234567891011>>