Searched refs:response (Results 101 - 125 of 359) sorted by relevance

1234567891011>>

/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.h56 u32 response : 4; member in struct:cmd_response::__anon656
/linux-master/drivers/staging/greybus/
H A Dpwm.c29 struct gb_pwm_count_response response; local
33 NULL, 0, &response, sizeof(response));
41 return response.count + 1;
H A Dgreybus_authentication.h26 /* IMS Certificate response result codes */
37 /* Authenticate response result codes */
64 __u8 response[64]; member in struct:cap_ioc_authenticate
/linux-master/drivers/hv/
H A Dhv_trace.h107 TP_PROTO(const struct vmbus_channel_modifychannel_response *response),
108 TP_ARGS(response),
113 TP_fast_assign(__entry->child_relid = response->child_relid;
114 __entry->status = response->status;
130 TP_PROTO(const struct vmbus_channel_version_response *response),
131 TP_ARGS(response),
135 TP_fast_assign(__entry->ver = response->version_supported;
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c304 uint8_t response = 0, local
314 &response,
316 bw_support_dpia = (response >> 7) & 1;
321 &response,
323 bw_support_cm = (response >> 7) & 1;
328 response = 0x80;
332 &response,
448 ret = 0;// ERROR TIMEOUT waiting for response for allocating bw
/linux-master/drivers/net/ieee802154/
H A Dca8210.c304 * @sync_command_response: pointer to buffer to fill with sync response
936 * @response: buffer for storing synchronous response
940 * synchronous commands waits for the corresponding response to be read from
941 * the spi before returning. The response is written to the response parameter.
948 u8 *response,
957 if ((buf[0] & SPI_SYN) && response) { /* if sync wait for confirm */
959 priv->sync_command_response = response;
973 if (((buf[0] & SPI_SYN) && response))
945 ca8210_spi_exchange( const u8 *buf, size_t len, u8 *response, void *device_ref ) argument
1072 struct mac_message command, response; local
1501 struct mac_message command, response; local
1554 struct mac_message command, response; local
1622 struct mac_message command, response; local
1664 struct mac_message command, response; local
2390 u8 response[CA8210_SPI_BUF_SIZE]; local
[all...]
/linux-master/drivers/nvme/target/
H A Dfabrics-cmd-auth.c117 u8 *response; local
131 response = kmalloc(data->hl, GFP_KERNEL);
132 if (!response)
138 kfree(response);
141 if (nvmet_auth_host_hash(req, response, data->hl) < 0) {
144 kfree(response);
148 if (memcmp(data->rval, response, data->hl)) {
149 pr_info("ctrl %d qid %d host response mismatch\n",
151 kfree(response);
154 kfree(response);
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c30 * How long should we wait for the response?
109 * response_buf response
138 * @response: points to the placeholder buffer where inner VF/PF
139 * response will be located, for outgoing transaction
143 u32 *response; member in struct:relay_transaction
146 * @response_len: length of the inner VF/PF response message (only
148 * placeholder buffer where response message will be
167 * @response_buf: buffer with VF/PF response message including outer
174 * #response is valid.
245 txn->response
604 relay_testloop_action_handler(struct xe_guc_relay *relay, u32 origin, const u32 *msg, u32 len, u32 *response, u32 size) argument
664 relay_action_handler(struct xe_guc_relay *relay, u32 origin, const u32 *msg, u32 len, u32 *response, u32 size) argument
[all...]
/linux-master/fs/smb/server/
H A Dtransport_ipc.c67 void *response; member in struct:ipc_msg_table_entry
262 entry->response = NULL;
272 entry->response = kvzalloc(sz, GFP_KERNEL);
273 if (!entry->response) {
278 memcpy(entry->response, payload, sz);
463 struct ksmbd_rpc_command *resp = entry->response;
467 struct ksmbd_spnego_authen_response *resp = entry->response;
472 struct ksmbd_share_config_response *resp = entry->response;
495 entry.response = NULL;
508 entry.response !
[all...]
/linux-master/drivers/firewire/
H A Dsbp2.c230 /* Status write response codes */
280 struct sbp2_pointer response; member in struct:sbp2_management_orb::__anon4
285 __be32 response[4]; member in struct:sbp2_management_orb
551 int lun_or_login_id, void *response)
567 dma_map_single(device->card->device, &orb->response,
568 sizeof(orb->response), DMA_FROM_DEVICE);
572 orb->request.response.high = 0;
573 orb->request.response.low = cpu_to_be32(orb->response_bus);
580 MANAGEMENT_ORB_RESPONSE_LENGTH(sizeof(orb->response)));
638 sizeof(orb->response), DMA_FROM_DEVIC
549 sbp2_send_management_orb(struct sbp2_logical_unit *lu, int node_id, int generation, int function, int lun_or_login_id, void *response) argument
805 struct sbp2_login_response response; local
[all...]
/linux-master/drivers/soundwire/
H A Damd_manager.c198 dev_err(amd_manager->dev, "SDW%x cmd response timeout occurred\n",
281 struct sdw_msg *msg, u64 response,
284 if (response & AMD_SDW_MCP_RESP_ACK) {
286 msg->buf[offset] = FIELD_GET(AMD_SDW_MCP_RESP_RDATA, response);
288 if (response == -ETIMEDOUT) {
292 } else if (response & AMD_SDW_MCP_RESP_NACK) {
294 "command response NACK received for Slave %d\n",
308 u64 response; local
312 response = amd_sdw_send_cmd_get_resp(amd_manager, lower_data, upper_data);
313 return amd_sdw_fill_msg_resp(amd_manager, msg, response, cmd_offse
280 amd_sdw_fill_msg_resp(struct amd_sdw_manager *amd_manager, struct sdw_msg *msg, u64 response, int offset) argument
346 amd_sdw_process_ping_status(u64 response, struct amd_sdw_manager *amd_manager) argument
365 u64 response; local
376 u64 response; local
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c480 /* the following two are to read the response */
507 void *response, int response_len)
548 /* Read the command response */
552 &((u8 *)response)[i]))
554 BUF_PRINT(" %02X", ((u8 *)response)[i]);
616 * This function is making an assumption about the layout of the response,
621 struct psb_intel_sdvo_get_trained_inputs_response response; local
623 BUILD_BUG_ON(sizeof(response) != 1);
625 &response, sizeof(response)))
506 psb_intel_sdvo_read_response(struct psb_intel_sdvo *psb_intel_sdvo, void *response, int response_len) argument
1311 uint16_t response; local
2251 uint16_t response, data_value[2]; local
2366 uint16_t response, data_value[2]; local
2379 uint16_t response; member in union:__anon221
[all...]
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-core.c116 char *response; local
170 response = dev->usbc_buf+38;
173 response);
175 challenge(response);
177 v4l2_dbg(MSG_INFO, hdpvr_debug, &dev->v4l2_dev, " response: %8ph\n",
178 response);
186 response, 8,
/linux-master/samples/mei/
H A Dmei-amt-version.c422 struct amt_host_if_resp_header *response = NULL; local
428 (uint8_t **)&response,
434 status = amt_verify_code_versions(response);
438 memcpy(versions, response->data, sizeof(struct amt_code_versions));
440 if (response != NULL)
441 free(response);
/linux-master/drivers/firmware/arm_scmi/
H A Dsensors.c292 const void *response, void *p)
297 const struct scmi_msg_resp_sensor_list_update_intervals *r = response;
342 const void *response,
345 const struct scmi_msg_resp_sensor_list_update_intervals *r = response;
397 const void *response, void *priv)
400 const struct scmi_msg_resp_sensor_axis_description *r = response;
412 const void *response,
451 const void *response, void *priv)
454 const struct scmi_msg_resp_sensor_axis_names_description *r = response;
466 const void *response,
291 iter_intervals_update_state(struct scmi_iterator_state *st, const void *response, void *p) argument
341 iter_intervals_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *p) argument
396 iter_axes_desc_update_state(struct scmi_iterator_state *st, const void *response, void *priv) argument
411 iter_axes_desc_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) argument
450 iter_axes_extended_name_update_state(struct scmi_iterator_state *st, const void *response, void *priv) argument
465 iter_axes_extended_name_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) argument
574 iter_sens_descr_update_state(struct scmi_iterator_state *st, const void *response, void *priv) argument
587 iter_sens_descr_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) argument
[all...]
/linux-master/drivers/misc/ibmasm/
H A Dcommand.c144 * Sleep until a command has failed or a response has been received
161 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) argument
168 memcpy_fromio(cmd->buffer, response, min(size, cmd->buffer_size));
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_sip.h47 int (*response)(struct sk_buff *skb, unsigned int protoff, member in struct:sip_handler
58 .response = (__response), \
/linux-master/drivers/rpmsg/
H A Dqcom_glink_ssr.c33 * @response: The G-Link SSR response to a do_cleanup command, cleanup_done
38 __le32 response; member in struct:cleanup_done_msg
85 if (le32_to_cpu(msg->response) != GLINK_SSR_CLEANUP_DONE)
89 dev_err(ssr->dev, "invalid sequence number of response\n");
/linux-master/arch/s390/mm/
H A Dextmem.c571 int i, response; local
592 response = 0;
593 cpcmd(cmd1, NULL, 0, &response);
594 if (response) {
595 pr_err("Saving a DCSS failed with DEFSEG response code "
596 "%i\n", response);
599 cpcmd(cmd2, NULL, 0, &response);
600 if (response) {
601 pr_err("Saving a DCSS failed with SAVESEG response code "
602 "%i\n", response);
[all...]
/linux-master/drivers/infiniband/core/
H A Ducma.c401 if (copy_to_user(u64_to_user_ptr(cmd.response),
471 if (copy_to_user(u64_to_user_ptr(cmd.response),
617 if (copy_to_user(u64_to_user_ptr(cmd.response),
861 if (copy_to_user(u64_to_user_ptr(cmd.response), &resp,
883 void __user *response, int out_len)
904 if (copy_to_user(response, &resp, min_t(size_t, out_len, sizeof(resp))))
911 void __user *response, int out_len)
942 if (copy_to_user(response, resp, struct_size(resp, path_data, i)))
950 void __user *response, int out_len)
989 if (copy_to_user(response,
882 ucma_query_addr(struct ucma_context *ctx, void __user *response, int out_len) argument
910 ucma_query_path(struct ucma_context *ctx, void __user *response, int out_len) argument
949 ucma_query_gid(struct ucma_context *ctx, void __user *response, int out_len) argument
1001 void __user *response; local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c18 bool (*response)(struct rvt_qp *qp, u64 *data); member in struct:hfi1_opfn_type
26 .response = tid_rdma_conn_resp,
152 if (!extd || !extd->response) {
168 if (extd->response(qp, &data))
/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt32 driver->mac80211: RX probe response
60 driver->mac80211: RX assoc response
/linux-master/drivers/s390/char/
H A Dsclp_cpi_sys.c131 int response; local
163 response = ((struct cpi_sccb *) req->sccb)->header.response_code;
164 if (response != 0x0020) {
165 pr_warn("request failed with response code 0x%x\n", response);
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_pvt.c223 bool large, bool fill_dsp, bool sync, bool response)
234 if (response)
253 dev_dbg(sst->dev, "response rqd: %x",
271 if (response) {
285 if (response)
220 sst_prepare_and_post_msg(struct intel_sst_drv *sst, int task_id, int ipc_msg, int cmd_id, int pipe_id, size_t mbox_data_len, const void *mbox_data, void **data, bool large, bool fill_dsp, bool sync, bool response) argument
/linux-master/sound/firewire/
H A Dfcp.c208 * fcp_avc_transaction - send an AV/C command and wait for its response
212 * @response: a buffer for the response frame
213 * @response_size: the maximum size of @response
215 * correct response frame
218 * corresponding response frame to be returned.
221 * same time, the correct response frame is detected by the value of certain
222 * bytes. These bytes must be set in @response before calling this function,
225 * @command and @response can point to the same buffer.
227 * Returns the actual size of the response fram
229 fcp_avc_transaction(struct fw_unit *unit, const void *command, unsigned int command_size, void *response, unsigned int response_size, unsigned int response_match_bytes) argument
317 is_matching_response(struct fcp_transaction *transaction, const void *response, size_t length) argument
[all...]

Completed in 460 milliseconds

1234567891011>>