Home
last modified time | relevance | path

Searched refs:response (Results 101 – 125 of 615) sorted by relevance

12345678910>>...25

/linux/drivers/firmware/arm_scmi/
H A Dsensors.c292 const void *response, void *p) in iter_intervals_update_state() argument
297 const struct scmi_msg_resp_sensor_list_update_intervals *r = response; in iter_intervals_update_state()
342 const void *response, in iter_intervals_process_response() argument
397 const void *response, void *priv) in iter_axes_desc_update_state() argument
400 const struct scmi_msg_resp_sensor_axis_description *r = response; in iter_axes_desc_update_state()
412 const void *response, in iter_axes_desc_process_response() argument
451 const void *response, void *priv) in iter_axes_extended_name_update_state() argument
466 const void *response, in iter_axes_extended_name_process_response() argument
575 const void *response, void *priv) in iter_sens_descr_update_state() argument
577 const struct scmi_msg_resp_sensor_description *r = response; in iter_sens_descr_update_state()
[all …]
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.c24 args->response = args->func(args->ipc_imem, args->arg, in ipc_task_queue_handler()
112 ipc_task->args[pos].response = -1; in ipc_task_queue_add_task()
131 result = ipc_task->args[pos].response; in ipc_task_queue_add_task()
H A Diosm_ipc_mux.h114 __le32 response; /* Response code */ member
126 __le32 response; member
142 __le32 response; member
H A Diosm_ipc_protocol.h138 struct ipc_rsp *response; member
155 struct ipc_rsp *response);
/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi-raw9 Any subsequently received response can be read from this same
24 Any subsequently received response can be read from this same
26 Any additional delayed response received afterwards can be read
77 Any subsequently received response can be read from this same
101 Any subsequently received response can be read from this same
104 Any additional delayed response received afterwards can be read
/linux/drivers/char/ipmi/
H A Dssif_bmc.c103 struct ipmi_ssif_msg response; member
213 memcpy(&ssif_bmc->response, &msg, count); in ssif_bmc_write()
288 ssif_bmc->response.len = 0; in complete_response()
324 memset(&ssif_bmc->response, 0, sizeof(struct ipmi_ssif_msg)); in handle_request()
357 part->length = (u8)ssif_bmc->response.len; in set_singlepart_response_buffer()
361 memcpy(&part->payload[0], &ssif_bmc->response.payload[0], part->length); in set_singlepart_response_buffer()
381 ssif_bmc->remain_len = ssif_bmc->response.len - part_len; in set_multipart_response_buffer()
386 memcpy(&part->payload[2], &ssif_bmc->response.payload[0], part_len); in set_multipart_response_buffer()
422 memcpy(&part->payload[1], ssif_bmc->response.payload + ssif_bmc->nbytes_processed, in set_multipart_response_buffer()
/linux/sound/firewire/
H A Dfcp.c231 void *response, unsigned int response_size, in fcp_avc_transaction() argument
238 t.response_buffer = response; in fcp_avc_transaction()
318 const void *response, size_t length) in is_matching_response() argument
323 p1 = response; in is_matching_response()
/linux/drivers/staging/greybus/
H A Dpwm.c29 struct gb_pwm_count_response response; in gb_pwm_get_npwm() local
33 NULL, 0, &response, sizeof(response)); in gb_pwm_get_npwm()
41 return response.count + 1; in gb_pwm_get_npwm()
/linux/drivers/platform/chrome/
H A Dcros_ec_uart.c81 struct response_info response; member
90 struct response_info *resp = &ec_uart->response; in cros_ec_uart_rx_bytes()
134 struct response_info *resp = &ec_uart->response; in cros_ec_uart_pkt_xfer()
267 init_waitqueue_head(&ec_uart->response.wait_queue); in cros_ec_uart_probe()
/linux/fs/smb/client/
H A Dsess.c987 if (!ses->auth_key.response) { in decode_ntlmssp_challenge()
1411 server->session_key.response = in sess_establish_session()
1412 kmemdup(ses->auth_key.response, in sess_establish_session()
1414 if (!server->session_key.response) { in sess_establish_session()
1557 kfree_sensitive(ses->auth_key.response); in sess_auth_ntlmv2()
1558 ses->auth_key.response = NULL; in sess_auth_ntlmv2()
1606 kfree_sensitive(ses->auth_key.response); in sess_auth_kerberos()
1609 if (!ses->auth_key.response) { in sess_auth_kerberos()
1697 ses->auth_key.response = NULL; in sess_auth_kerberos()
1842 ses->auth_key.response = NULL; in sess_auth_rawntlmssp_negotiate()
[all …]
/linux/drivers/platform/x86/
H A Dhuawei-wmi.c708 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in huawei_wmi_process_key() local
712 status = wmi_query_block(WMI0_EXPENSIVE_GUID, 0, &response); in huawei_wmi_process_key()
716 obj = (union acpi_object *)response.pointer; in huawei_wmi_process_key()
720 kfree(response.pointer); in huawei_wmi_process_key()
740 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in huawei_wmi_input_notify() local
744 status = wmi_get_event_data(value, &response); in huawei_wmi_input_notify()
750 obj = (union acpi_object *)response.pointer; in huawei_wmi_input_notify()
756 kfree(response.pointer); in huawei_wmi_input_notify()
/linux/drivers/platform/surface/aggregator/
H A Dcontroller.c2009 u8 response; in ssam_ctrl_notif_display_off() local
2017 if (response != 0) { in ssam_ctrl_notif_display_off()
2019 response); in ssam_ctrl_notif_display_off()
2048 u8 response; in ssam_ctrl_notif_display_on() local
2056 if (response != 0) { in ssam_ctrl_notif_display_on()
2058 response); in ssam_ctrl_notif_display_on()
2087 u8 response; in ssam_ctrl_notif_d0_exit() local
2098 if (response != 0) { in ssam_ctrl_notif_d0_exit()
2100 response); in ssam_ctrl_notif_d0_exit()
2129 u8 response; in ssam_ctrl_notif_d0_entry() local
[all …]
/linux/drivers/hid/
H A Dhid-hyperv.c121 struct synthhid_protocol_response response; member
336 struct mousevsc_prt_msg *response; in mousevsc_connect_to_vsp() local
364 response = &input_dev->protocol_resp; in mousevsc_connect_to_vsp()
366 if (!response->response.approved) { in mousevsc_connect_to_vsp()
/linux/fs/ocfs2/dlm/
H A Ddlmdomain.c776 response.packet = *packet; in dlm_query_join_packet_to_wire()
785 response.intval = cpu_to_be32(wire); in dlm_query_join_wire_to_packet()
786 *packet = response.packet; in dlm_query_join_wire_to_packet()
797 u32 response; in dlm_query_join_handler() local
906 return response; in dlm_query_join_handler()
1448 *response = JOIN_OK_NO_MAP; in dlm_request_join()
1450 *response = packet.code; in dlm_request_join()
1486 *response = JOIN_DISALLOW; in dlm_request_join()
1492 *response); in dlm_request_join()
1569 if (response == JOIN_DISALLOW) { in dlm_should_restart_join()
[all …]
/linux/drivers/input/mouse/
H A Dvmmouse.c345 u32 response, version, dummy1, dummy2; in vmmouse_detect() local
354 response = ~VMMOUSE_PROTO_MAGIC; in vmmouse_detect()
355 VMMOUSE_CMD(GETVERSION, 0, version, response, dummy1, dummy2); in vmmouse_detect()
356 if (response != VMMOUSE_PROTO_MAGIC || version == 0xffffffffU) in vmmouse_detect()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c602 &((u8 *)response)[i])) in intel_sdvo_read_response()
676 &response, sizeof(response))) in intel_sdvo_get_trained_inputs()
2142 u16 response; in intel_sdvo_detect() local
2159 &response, 2)) in intel_sdvo_detect()
2163 response & 0xff, response >> 8, in intel_sdvo_detect()
2166 if (response == 0) in intel_sdvo_detect()
3140 u16 response, data_value[2]; in intel_sdvo_create_enhance_property_tv() local
3151 &response, 2)) in intel_sdvo_create_enhance_property_tv()
3184 &response, 2)) in intel_sdvo_create_enhance_property_tv()
3249 u16 response, data_value[2]; in intel_sdvo_create_enhance_property_lvds() local
[all …]
/linux/sound/virtio/
H A Dvirtio_ctl_msg.c129 struct virtio_snd_hdr *response = virtsnd_ctl_msg_response(msg); in virtsnd_ctl_msg_send() local
140 response->code = cpu_to_le32(VIRTIO_SND_S_IO_ERR); in virtsnd_ctl_msg_send()
191 switch (le32_to_cpu(response->code)) { in virtsnd_ctl_msg_send()
/linux/drivers/s390/char/
H A Dsclp_cpi_sys.c131 int response; in cpi_req() local
163 response = ((struct cpi_sccb *) req->sccb)->header.response_code; in cpi_req()
164 if (response != 0x0020) { in cpi_req()
165 pr_warn("request failed with response code 0x%x\n", response); in cpi_req()
/linux/sound/soc/intel/atom/sst/
H A Dsst_pvt.c223 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument
234 if (response) in sst_prepare_and_post_msg()
271 if (response) { in sst_prepare_and_post_msg()
285 if (response) in sst_prepare_and_post_msg()
/linux/drivers/infiniband/hw/hfi1/
H A Dopfn.c18 bool (*response)(struct rvt_qp *qp, u64 *data); member
26 .response = tid_rdma_conn_resp,
152 if (!extd || !extd->response) { in opfn_conn_response()
168 if (extd->response(qp, &data)) in opfn_conn_response()
/linux/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware-management152 response.
159 'major' and 'minor' fields are set by the kernel in response.
166 set by the kernel in response.
231 /* IMS Certificate response result codes */
242 /* Authenticate response result codes */
270 __u8 response[64];
293 case. The other fields will be set by the kernel in response. The first
302 the kernel in response. The first 'signature_size' bytes of the 'signature'
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c661 u32 value, message, argument, response; in amd_pmc_dump_registers() local
666 response = AMD_S2D_REGISTER_RESPONSE; in amd_pmc_dump_registers()
670 response = AMD_PMC_REGISTER_RESPONSE; in amd_pmc_dump_registers()
673 value = amd_pmc_reg_read(dev, response); in amd_pmc_dump_registers()
686 u32 val, message, argument, response; in amd_pmc_send_cmd() local
693 response = AMD_S2D_REGISTER_RESPONSE; in amd_pmc_send_cmd()
697 response = AMD_PMC_REGISTER_RESPONSE; in amd_pmc_send_cmd()
701 rc = readx_poll_timeout(ioread32, dev->regbase + response, in amd_pmc_send_cmd()
710 amd_pmc_reg_write(dev, response, 0); in amd_pmc_send_cmd()
719 rc = readx_poll_timeout(ioread32, dev->regbase + response, in amd_pmc_send_cmd()
/linux/drivers/iio/chemical/
H A Dscd30_i2c.c67 void *response, int size) in scd30_i2c_command() argument
70 char *rsp = response; in scd30_i2c_command()
/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.h48 u32 response : 8; member
53 } response; member
/linux/drivers/scsi/
H A Dscsi_bsg.c76 if (scmd->sense_len && hdr->response) { in scsi_bsg_sg_io_fn()
80 if (copy_to_user(uptr64(hdr->response), scmd->sense_buffer, in scsi_bsg_sg_io_fn()

12345678910>>...25