Searched refs:response (Results 151 - 175 of 362) sorted by last modified time

1234567891011>>

/linux-master/security/apparmor/
H A Dpolicy.c821 bool response = false; local
829 response = true;
831 return response;
/linux-master/drivers/target/
H A Dtarget_core_transport.c853 cmd->se_tmr_req->response = TMR_FUNCTION_REJECTED;
1955 se_cmd->se_tmr_req->response = TMR_LUN_DOES_NOT_EXIST;
2090 * and queue the response to $FABRIC_MOD.
3589 tmr->response = TMR_TASK_MGMT_FUNCTION_NOT_SUPPORTED;
3593 tmr->response = (!ret) ? TMR_FUNCTION_COMPLETE :
3595 if (tmr->response == TMR_FUNCTION_COMPLETE) {
3601 tmr->response = TMR_FUNCTION_REJECTED;
3604 tmr->response = TMR_FUNCTION_REJECTED;
3609 tmr->response = TMR_FUNCTION_REJECTED;
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h143 /* response IU is to be delivered */
1648 struct bmic_smp_response response; member in struct:bmic_csmi_smp_passthru
/linux-master/include/uapi/linux/
H A Dnsm.h27 struct nsm_iovec response; member in struct:nsm_raw
/linux-master/drivers/usb/gadget/udc/
H A Dgr_udc.c815 * Queue a response on ep0in.
835 "Could not queue ep0in setup response: %d\n", status);
841 * Queue a 2 byte response on ep0in.
845 static inline int gr_ep0_respond_u16(struct gr_udc *dev, u16 response) argument
847 __le16 le_response = cpu_to_le16(response);
854 * Queue a ZLP response on ep0in.
889 u16 response; local
904 response = 0x0001 | (dev->remote_wakeup ? 0x0002 : 0);
905 return gr_ep0_respond_u16(dev, response);
/linux-master/drivers/staging/greybus/
H A Di2c.c43 struct gb_i2c_functionality_response response; local
49 NULL, 0, &response, sizeof(response));
53 functionality = le32_to_cpu(response.functionality);
147 struct gb_i2c_transfer_response *response)
153 if (!response)
155 data = response->data;
191 struct gb_i2c_transfer_response *response; local
193 response = operation->response
146 gb_i2c_decode_response(struct i2c_msg *msgs, u32 msg_count, struct gb_i2c_transfer_response *response) argument
[all...]
/linux-master/drivers/misc/
H A Dnsm.c44 /* Full NSM request/response message */
168 /* Copy the response of a raw message back to user-space */
173 raw->response.len = min_t(u64, raw->response.len, resp->len);
175 /* Copy the response content to user space */
176 if (copy_to_user(u64_to_user_ptr(raw->response.addr),
177 resp->data, raw->response.len))
191 /* Forward a message to the NSM device and wait for the response from it */
203 /* Initialize scatter-gather lists with request and response buffers. */
213 /* Add the response buffe
287 const u8 response[] = { CBOR_TYPE_MAP + 1, local
[all...]
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c522 xfer->response = resp;
525 "response tid=%d when expecting %d\n",
H A Dhci.h75 u32 response; member in struct:hci_xfer
H A Dcore.c247 RESP_DATA_LENGTH(xfer[i].response);
248 switch (RESP_STATUS(xfer[i].response)) {
358 i3c_xfers[i].len = RESP_DATA_LENGTH(xfer[i].response);
359 if (RESP_STATUS(xfer[i].response) != RESP_SUCCESS) {
411 if (RESP_STATUS(xfer[i].response) != RESP_SUCCESS) {
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/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/include/net/mana/
H A Dgdma.h134 struct gdma_msg_hdr resp; /* The expected response */
140 struct gdma_msg_hdr response; member in struct:gdma_resp_hdr
/linux-master/drivers/soc/microchip/
H A Dmpfs-sys-controller.c62 * The caller can then interrogate msg::response::resp_status to
71 msg->response->resp_status);
/linux-master/drivers/scsi/isci/
H A Dtask.c72 * @response: response code for the completed task.
77 enum service_response response,
84 dev_dbg(&ihost->pdev->dev, "%s: task = %p, response=%d, status=%d\n",
85 __func__, task, response, status);
89 task->task_status.resp = response;
311 /* The RNC must be unsuspended before the TMF can get a response. */
76 isci_task_refuse(struct isci_host *ihost, struct sas_task *task, enum service_response response, enum exec_status status) argument
/linux-master/drivers/s390/net/
H A Dism.h54 } response; member in union:ism_reg_sba
65 } response; member in union:ism_reg_ieq
75 } response; member in union:ism_read_gid
97 } response; member in union:ism_qi
109 } response; member in union:ism_query_rgid
125 } response; member in union:ism_reg_dmb
138 } response; member in union:ism_sig_ieq
148 } response; member in union:ism_unreg_dmb
157 } response; member in union:ism_cmd_simple
167 } response; member in union:ism_set_vlan_id
[all...]
/linux-master/drivers/platform/chrome/
H A Dcros_ec_ishtp.c88 * struct response_info - Encapsulate firmware response related
97 * @token: Expected token for response that we are waiting on.
98 * @received: Set to true on receiving a valid firmware response to host command
99 * @wait_queue: Wait queue for host to wait for firmware response.
116 * @response: Response info passing between ish_send() and process_recv().
128 * Used for passing firmware response information between
131 struct response_info response; member in struct:ishtp_cl_data
176 /* Setup for incoming response */
177 client_data->response.data = in_msg;
178 client_data->response
[all...]
/linux-master/drivers/memory/
H A Dbrcmstb_dpfe.c382 static void __iomem *get_msg_ptr(struct brcmstb_dpfe_priv *priv, u32 response, argument
393 msg_type = (response >> DRAM_MSG_TYPE_OFFSET) & DRAM_MSG_TYPE_MASK;
394 offset = (response >> DRAM_MSG_ADDR_OFFSET) & DRAM_MSG_ADDR_MASK;
411 response);
478 /* Read response code */
489 /* Read response data */
503 /* Verify response */
636 u32 response[MSG_FIELD_MAX]; local
638 ret = __send_command(priv, DPFE_CMD_GET_INFO, response);
698 static ssize_t generic_show(unsigned int command, u32 response[], argument
716 u32 response[MSG_FIELD_MAX]; local
738 u32 response[MSG_FIELD_MAX]; local
772 u32 response[MSG_FIELD_MAX]; local
798 u32 response[MSG_FIELD_MAX]; local
829 u32 response[MSG_FIELD_MAX]; local
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_cmds.c25 u32 response; member in struct:vpu_cmd_request
41 .response = VPU_MSG_ID_MEM_REQUEST,
46 .response = VPU_MSG_ID_START_DONE,
51 .response = VPU_MSG_ID_STOP_DONE,
56 .response = VPU_MSG_ID_ABORT_DONE,
61 .response = VPU_MSG_ID_BUF_RST,
201 static bool vpu_check_response(struct vpu_cmd_t *cmd, u32 response, u32 handled) argument
209 if (request->response != response)
217 int vpu_response_cmd(struct vpu_inst *inst, u32 response, u3 argument
[all...]
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c100 * @command: LOADER_CMD* commands. Bit 7 is the response.
102 * @status: Command response status. Non 0, is error
177 * struct response_info - Encapsulate firmware response related
188 * response to host command
191 * for response
217 * Used for passing firmware response information between
220 struct response_info response; member in struct:ishtp_cl_data
299 client_data->response.data = in_msg;
300 client_data->response.max_size = in_size;
301 client_data->response
[all...]
/linux-master/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.h48 u32 response : 8; member in struct:sfh_cmd_response::__anon916::__anon917
53 } response; member in union:sfh_cmd_response::__anon916
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c80 * of the receive buffer (relative to the send) to ensure a G2H response
107 * Some H2G commands involve a synchronous response that the driver needs
109 * from waiting forever in the case of an error (either no error response
111 * The specific command may be defined as having a time bound response but
530 * For each sent request, GuC shall send back CT response message.
532 * response message with given fence is received. Wait here and
533 * check for valid response status value.
536 * * 0 response received (status is valid)
537 * * -ETIMEDOUT no response within hardcoded timeout
739 * how big the response i
1039 ct_handle_response(struct intel_guc_ct *ct, struct ct_incoming_msg *response) argument
[all...]
/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
/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/fs/smb/client/
H A Dsmbdirect.c20 struct smbd_response *response);
25 struct smbd_connection *info, struct smbd_response *response);
28 struct smbd_response *response, int data_length);
34 struct smbd_response *response);
266 static inline void *smbd_response_payload(struct smbd_response *response) argument
268 return (void *)response->packet;
312 * Process a negotiation response message, according to [MS-SMBD]3.1.5.7
313 * response, packet_length: the negotiation response message
317 struct smbd_response *response, in
316 process_negotiation_response( struct smbd_response *response, int packet_length) argument
391 struct smbd_response *response; local
451 struct smbd_response *response = local
1007 smbd_post_recv( struct smbd_connection *info, struct smbd_response *response) argument
1044 struct smbd_response *response = get_receive_buffer(info); local
1077 put_empty_packet( struct smbd_connection *info, struct smbd_response *response) argument
1098 enqueue_reassembly( struct smbd_connection *info, struct smbd_response *response, int data_length) argument
1186 put_receive_buffer( struct smbd_connection *info, struct smbd_response *response) argument
1207 struct smbd_response *response; local
1251 struct smbd_response *response; local
1291 struct smbd_response *response; local
1738 struct smbd_response *response; local
[all...]

Completed in 342 milliseconds

1234567891011>>