Home
last modified time | relevance | path

Searched refs:response (Results 126 – 150 of 615) sorted by relevance

12345678910>>...25

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v1.c342 if ((RESP_STATUS(xfer->response) == RESP_ERR_ADDR_HEADER || in hci_cmd_v1_daa()
343 RESP_STATUS(xfer->response) == RESP_ERR_NACK) && in hci_cmd_v1_daa()
344 RESP_DATA_LENGTH(xfer->response) == 1) { in hci_cmd_v1_daa()
348 if (RESP_STATUS(xfer->response) != RESP_SUCCESS) { in hci_cmd_v1_daa()
/linux/drivers/firmware/arm_scmi/
H A Dpinctrl.c262 const void *response, void *priv) in iter_pinctrl_assoc_update_state() argument
264 const struct scmi_resp_pinctrl_list_assoc *r = response; in iter_pinctrl_assoc_update_state()
274 const void *response, in iter_pinctrl_assoc_process_response() argument
277 const struct scmi_resp_pinctrl_list_assoc *r = response; in iter_pinctrl_assoc_process_response()
353 const void *response, void *priv) in iter_pinctrl_settings_get_update_state() argument
355 const struct scmi_resp_settings_get *r = response; in iter_pinctrl_settings_get_update_state()
371 const void *response, in iter_pinctrl_settings_get_process_response() argument
375 const struct scmi_resp_settings_get *r = response; in iter_pinctrl_settings_get_process_response()
H A Dvoltage.c141 const void *response, void *priv) in iter_volt_levels_update_state() argument
145 const struct scmi_msg_resp_describe_levels *r = response; in iter_volt_levels_update_state()
166 const void *response, in iter_volt_levels_process_response() argument
170 const struct scmi_msg_resp_describe_levels *r = response; in iter_volt_levels_process_response()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhif.h47 void *response, u32 *response_len);
126 void *response, u32 *response_len) in ath10k_hif_exchange_bmi_msg() argument
129 response, response_len); in ath10k_hif_exchange_bmi_msg()
/linux/drivers/rpmsg/
H A Dqcom_glink_ssr.c38 __le32 response; member
85 if (le32_to_cpu(msg->response) != GLINK_SSR_CLEANUP_DONE) in qcom_glink_ssr_callback()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_proto.c92 *resp = accel_dev->vf.response; in adf_send_vf2pf_req()
95 accel_dev->vf.response.type = 0; in adf_send_vf2pf_req()
323 accel_dev->vf.response = msg; in adf_handle_pf2vf_msg()
/linux/drivers/media/usb/gspca/
H A Djeilinj.c104 static void jlj_read1(struct gspca_dev *gspca_dev, unsigned char *response) in jlj_read1() argument
113 *response = gspca_dev->usb_buf[0]; in jlj_read1()
207 u8 response = 0xff; in jlj_start() local
250 jlj_read1(gspca_dev, &response); in jlj_start()
/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c148 __le16 *response; in cdnsp_ep0_handle_status() local
184 response = (__le16 *)pdev->setup_buf; in cdnsp_ep0_handle_status()
185 *response = cpu_to_le16(status); in cdnsp_ep0_handle_status()
187 pdev->ep0_preq.request.length = sizeof(*response); in cdnsp_ep0_handle_status()
/linux/drivers/thunderbolt/
H A Dctl.c235 static struct tb_cfg_result decode_error(const struct ctl_pkg *response) in decode_error() argument
237 struct cfg_error_pkg *pkg = response->buffer; in decode_error()
241 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error()
556 if (!req->response) in tb_cfg_request()
874 memcpy(req->response, pkg->buffer, req->response_size); in tb_cfg_copy()
909 req->response = &reply; in tb_cfg_reset()
966 req->response = &reply; in tb_cfg_read_raw()
1039 req->response = &reply; in tb_cfg_write_raw()
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c54 struct snp_guest_msg *request, *response; member
295 memcpy(resp, snp_dev->response, sizeof(*resp)); in verify_and_dec_payload()
444 memset(snp_dev->response, 0, sizeof(struct snp_guest_msg)); in handle_guest_request()
948 snp_dev->response = alloc_shared_pages(dev, sizeof(struct snp_guest_msg)); in sev_guest_probe()
949 if (!snp_dev->response) in sev_guest_probe()
968 snp_dev->input.resp_gpa = __pa(snp_dev->response); in sev_guest_probe()
989 free_shared_pages(snp_dev->response, sizeof(struct snp_guest_msg)); in sev_guest_probe()
1002 free_shared_pages(snp_dev->response, sizeof(struct snp_guest_msg)); in sev_guest_remove()
/linux/Documentation/ABI/testing/
H A Ddebugfs-wilco-ec22 response by reading from raw.
45 data are the actual response.
/linux/drivers/platform/chrome/
H A Dcros_ec_debugfs.c323 struct ec_response_get_cmd_versions *response; in ec_read_version_supported() local
328 msg = kzalloc(sizeof(*msg) + max(sizeof(*params), sizeof(*response)), in ec_read_version_supported()
335 msg->insize = sizeof(*response); in ec_read_version_supported()
339 response = (struct ec_response_get_cmd_versions *)msg->data; in ec_read_version_supported()
342 response->version_mask & EC_VER_MASK(1); in ec_read_version_supported()
/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst249 EC in response to a request), and events (sent by the EC without a preceding
263 response to a request should have the same target category, command ID, and
269 request-response pair does not match. Only the request ID has to match.
272 response. Not all commands produce a response, and this is not detectable by
274 response (or signal this to the communication framework, as is done in
292 (``TID``). Note that a response to a specific request therefore has the source
294 target is the response source and the request source is the response target).
315 commands (ACKed frame but no command response) has been observed. For five
/linux/drivers/usb/class/
H A Dcdc-wdm.c83 struct urb *response; member
313 rv = usb_submit_urb(desc->response, GFP_ATOMIC); in wdm_int_callback()
343 usb_poison_urb(desc->response); in poison_urbs()
352 usb_unpoison_urb(desc->response); in unpoison_urbs()
360 usb_free_urb(desc->response); in free_urbs()
504 rv = usb_submit_urb(desc->response, GFP_KERNEL); in service_outstanding_interrupt()
989 rv = usb_submit_urb(desc->response, GFP_KERNEL); in wdm_rxwork()
1058 desc->response = usb_alloc_urb(0, GFP_KERNEL); in wdm_create()
1059 if (!desc->response) in wdm_create()
1096 desc->response, in wdm_create()
/linux/fs/ocfs2/dlm/
H A Ddlmmaster.c1311 int ret, response=0, resend; in dlm_do_master_request() local
1353 switch (response) { in dlm_do_master_request()
1374 response = 0; in dlm_do_master_request()
1419 response = DLM_MASTER_RESP_NO; in dlm_master_request_handler()
1428 response = DLM_IVBUFLEN; in dlm_master_request_handler()
1481 response = DLM_MASTER_RESP_NO; in dlm_master_request_handler()
1508 response = DLM_MASTER_RESP_NO; in dlm_master_request_handler()
1581 response = DLM_MASTER_RESP_NO; in dlm_master_request_handler()
1589 response = DLM_MASTER_RESP_NO; in dlm_master_request_handler()
1594 response = DLM_MASTER_RESP_NO; in dlm_master_request_handler()
[all …]
/linux/drivers/misc/ibmasm/
H A Dcommand.c161 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) in ibmasm_receive_command_response() argument
168 memcpy_fromio(cmd->buffer, response, min(size, cmd->buffer_size)); in ibmasm_receive_command_response()
/linux/drivers/net/ethernet/sfc/
H A Dmae.c1751 MCDI_DECLARE_STRUCT_PTR(response); in efx_mae_insert_lhs_action_rule()
1756 response = _MCDI_DWORD(inbuf, MAE_ACTION_RULE_INSERT_IN_RESPONSE); in efx_mae_insert_lhs_action_rule()
1757 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, in efx_mae_insert_lhs_action_rule()
1759 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, in efx_mae_insert_lhs_action_rule()
2236 MCDI_DECLARE_STRUCT_PTR(response); in efx_mae_insert_rule()
2244 response = _MCDI_DWORD(inbuf, MAE_ACTION_RULE_INSERT_IN_RESPONSE); in efx_mae_insert_rule()
2247 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, in efx_mae_insert_rule()
2251 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, in efx_mae_insert_rule()
2273 MCDI_DECLARE_STRUCT_PTR(response); in efx_mae_update_rule()
2281 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, in efx_mae_update_rule()
[all …]
/linux/Documentation/networking/
H A Dxfrm_sync.rst137 The response is a XFRM_MSG_NEWAE which is formatted based on what
140 The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
152 A response is issued back to the sender in user space to indicate success
158 ii) kernel->user direction as a response to XFRM_MSG_GETAE
160 The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
/linux/drivers/input/serio/
H A Dhyperv-keyboard.c258 struct synth_kbd_protocol_response *response; in hv_kbd_connect_to_vsp() local
280 response = &kbd_dev->protocol_resp; in hv_kbd_connect_to_vsp()
281 proto_status = __le32_to_cpu(response->proto_status); in hv_kbd_connect_to_vsp()
/linux/drivers/target/
H A Dtarget_core_tmr.c159 tmr->response = TMR_FUNCTION_COMPLETE; in core_tmr_abort_task()
171 tmr->response = TMR_TASK_DOES_NOT_EXIST; in core_tmr_abort_task()
241 tmr_p->function, tmr_p->response, cmd->t_state); in core_tmr_drain_tmr_list()
/linux/include/uapi/linux/
H A Dnsm.h27 struct nsm_iovec response; member
/linux/include/linux/
H A Dpci-doe.h23 void *response, size_t response_sz);
H A Dfsi-occ.h25 void *response, size_t *resp_len);
/linux/include/linux/netfilter/
H A Dnf_conntrack_sip.h47 int (*response)(struct sk_buff *skb, unsigned int protoff, member
58 .response = (__response), \
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-intel-ipu3.rst22 Saturation measure) cells, AWB filter response, AF (Auto-focus) filter response,

12345678910>>...25