Home
last modified time | relevance | path

Searched full:response (Results 1 – 25 of 2214) sorted by relevance

12345678910>>...89

/Linux-v5.10/drivers/greybus/
Dcontrol.c22 struct gb_control_version_response response; in gb_control_get_version() local
30 &request, sizeof(request), &response, in gb_control_get_version()
31 sizeof(response)); in gb_control_get_version()
39 if (response.major > request.major) { in gb_control_get_version()
42 response.major, request.major); in gb_control_get_version()
46 control->protocol_major = response.major; in gb_control_get_version()
47 control->protocol_minor = response.minor; in gb_control_get_version()
49 dev_dbg(&intf->dev, "%s - %u.%u\n", __func__, response.major, in gb_control_get_version()
50 response.minor); in gb_control_get_version()
60 struct gb_control_bundle_version_response response; in gb_control_get_bundle_version() local
[all …]
Doperation.c117 * response arrives.
255 "%s: failed to send response %d for type 0x%02x: %d\n", in gb_operation_request_handle()
332 * when the message is sent. For a response, it in gb_operation_message_init()
337 * a response. in gb_operation_message_init()
347 * Allocate a message to be used for an operation request or response.
349 * for an outgoing operation is outbound, as is the response message
435 * that should represent it in a response message status sent
473 struct gb_message *response; in gb_operation_response_alloc() local
477 response = gb_operation_message_alloc(hd, type, response_size, gfp); in gb_operation_response_alloc()
478 if (!response) in gb_operation_response_alloc()
[all …]
Dsvc.c132 struct gb_svc_pwrmon_rail_count_get_response response; in gb_svc_pwrmon_rail_count_get() local
137 &response, sizeof(response)); in gb_svc_pwrmon_rail_count_get()
143 *value = response.rail_count; in gb_svc_pwrmon_rail_count_get()
149 struct gb_svc_pwrmon_rail_names_get_response *response, in gb_svc_pwrmon_rail_names_get() argument
156 response, bufsize); in gb_svc_pwrmon_rail_names_get()
162 if (response->status != GB_SVC_OP_SUCCESS) { in gb_svc_pwrmon_rail_names_get()
165 response->status); in gb_svc_pwrmon_rail_names_get()
176 struct gb_svc_pwrmon_sample_get_response response; in gb_svc_pwrmon_sample_get() local
184 &response, sizeof(response)); in gb_svc_pwrmon_sample_get()
190 if (response.result) { in gb_svc_pwrmon_sample_get()
[all …]
/Linux-v5.10/drivers/media/usb/as102/
Das10x_cmd.h88 /* response */
90 /* response identifier */
103 /* response */
105 /* response identifier */
120 /* response */
122 /* response identifier */
124 /* response error */
135 /* response */
137 /* response identifier */
139 /* response error */
[all …]
/Linux-v5.10/arch/s390/pci/
Dpci_clp.c98 struct clp_rsp_query_pci_grp *response) in clp_store_query_pci_fngrp() argument
100 zdev->tlb_refresh = response->refresh; in clp_store_query_pci_fngrp()
101 zdev->dma_mask = response->dasm; in clp_store_query_pci_fngrp()
102 zdev->msi_addr = response->msia; in clp_store_query_pci_fngrp()
103 zdev->max_msi = response->noi; in clp_store_query_pci_fngrp()
104 zdev->fmb_update = response->mui; in clp_store_query_pci_fngrp()
105 zdev->version = response->version; in clp_store_query_pci_fngrp()
107 switch (response->version) { in clp_store_query_pci_fngrp()
129 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp()
133 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp()
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/westmereep-dp/
Dmemory.json18 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_DRAM AND REMOTE_FWD",
29 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_LLC_MISS",
40 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = OTHER_LOCAL_DRAM",
51 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = REMOTE_DRAM",
62 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = ANY_DRAM AND REMOTE_FWD",
73 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = ANY_LLC_MISS",
84 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = OTHER_LOCAL_DRAM",
95 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = REMOTE_DRAM",
106 "BriefDescription": "REQUEST = ANY_REQUEST and RESPONSE = ANY_DRAM AND REMOTE_FWD",
117 "BriefDescription": "REQUEST = ANY_REQUEST and RESPONSE = ANY_LLC_MISS",
[all …]
Dcache.json955 … "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ALL_LOCAL_DRAM AND REMOTE_CACHE_HIT",
966 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_CACHE_DRAM",
977 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_LOCATION",
988 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = IO_CSR_MMIO",
999 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LLC_HIT_NO_OTHER_CORE",
1010 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LLC_HIT_OTHER_CORE_HIT",
1021 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LLC_HIT_OTHER_CORE_HITM",
1032 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LOCAL_CACHE",
1043 … "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = LOCAL_DRAM AND REMOTE_CACHE_HIT",
1054 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = REMOTE_CACHE_HITM",
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
Ddcn30_clk_mgr_smu_msg.c76 /* Wait for response register to be ready */ in dcn30_smu_send_msg_with_param()
79 /* Clear response register */ in dcn30_smu_send_msg_with_param()
88 /* Wait for response */ in dcn30_smu_send_msg_with_param()
102 uint32_t response = 0; in dcn30_smu_test_message() local
107 DALSMC_MSG_TestMessage, input, &response)) in dcn30_smu_test_message()
108 if (response == input + 1) in dcn30_smu_test_message()
132 uint32_t response = 0; in dcn30_smu_check_driver_if_version() local
137 DALSMC_MSG_GetDriverIfVersion, 0, &response)) { in dcn30_smu_check_driver_if_version()
139 smu_print("SMU driver if version: %d\n", response); in dcn30_smu_check_driver_if_version()
141 if (response == SMU11_DRIVER_IF_VERSION) in dcn30_smu_check_driver_if_version()
[all …]
/Linux-v5.10/fs/nfsd/
Dxdr4.h90 u32 ac_supported; /* response */
91 u32 ac_resp_access; /* response */
96 stateid_t cl_stateid; /* request+response */
102 nfs4_verifier co_verf; /* response */
123 struct nfsd4_change_info cr_cinfo; /* response */
139 struct svc_fh *ga_fhp; /* response */
145 struct nfsd4_change_info li_cinfo; /* response */
177 /* response */
238 struct nfsd4_change_info setxa_cinfo; /* response */
243 struct nfsd4_change_info rmxa_cinfo; /* response */
[all …]
/Linux-v5.10/drivers/platform/chrome/wilco_ec/
Dkeyboard_leds.c54 /* Send a request, get a response, and check that the response is good. */
57 struct wilco_keyboard_leds_msg *response) in send_kbbl_msg() argument
66 msg.response_data = response; in send_kbbl_msg()
67 msg.response_size = sizeof(*response); in send_kbbl_msg()
82 struct wilco_keyboard_leds_msg response; in set_kbbl() local
91 ret = send_kbbl_msg(ec, &request, &response); in set_kbbl()
95 if (response.status) { in set_kbbl()
98 response.status); in set_kbbl()
108 struct wilco_keyboard_leds_msg response; in kbbl_exist() local
115 ret = send_kbbl_msg(ec, &request, &response); in kbbl_exist()
[all …]
/Linux-v5.10/drivers/clk/zynqmp/
Dclkc.c218 * @response: Name of the clock with the given id
226 struct name_resp *response) in zynqmp_pm_clock_get_name() argument
235 memcpy(response, ret_payload, sizeof(*response)); in zynqmp_pm_clock_get_name()
244 * @response: Buffer used for the topology response
249 * This API will return 3 node of topology with a single response. To get
258 struct topology_resp *response) in zynqmp_pm_clock_get_topology() argument
269 memcpy(response, &ret_payload[1], sizeof(*response)); in zynqmp_pm_clock_get_topology()
318 * @response: Parents of the given clock
323 * This API will return 3 parents with a single response. To get
332 struct parents_resp *response) in zynqmp_pm_clock_get_parents() argument
[all …]
/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_ishtp.c85 * struct response_info - Encapsulate firmware response related
94 * @token: Expected token for response that we are waiting on.
95 * @received: Set to true on receiving a valid firmware response to host command
96 * @wait_queue: Wait queue for host to wait for firmware response.
113 * @response: Response info passing between ish_send() and process_recv().
125 * Used for passing firmware response information between
128 struct response_info response; member
177 /* Setup for incoming response */ in ish_send()
178 client_data->response.data = in_msg; in ish_send()
179 client_data->response.max_size = in_size; in ish_send()
[all …]
/Linux-v5.10/drivers/clk/tegra/
Dclk-bpmp.c126 struct cmd_clk_is_enabled_response response; in tegra_bpmp_clk_is_prepared() local
133 msg.rx.data = &response; in tegra_bpmp_clk_is_prepared()
134 msg.rx.size = sizeof(response); in tegra_bpmp_clk_is_prepared()
140 return response.state; in tegra_bpmp_clk_is_prepared()
147 struct cmd_clk_get_rate_response response; in tegra_bpmp_clk_recalc_rate() local
157 msg.rx.data = &response; in tegra_bpmp_clk_recalc_rate()
158 msg.rx.size = sizeof(response); in tegra_bpmp_clk_recalc_rate()
164 return response.rate; in tegra_bpmp_clk_recalc_rate()
171 struct cmd_clk_round_rate_response response; in tegra_bpmp_clk_round_rate() local
184 msg.rx.data = &response; in tegra_bpmp_clk_round_rate()
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/goldmontplus/
Dcache.json83 …"BriefDescription": "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplica…
88 …s and bus locks. (To specifically count bus locks only, see the Offcore response event.) A locked…
231 …cated that they had a dirty copy of the data. Loads that obtain a HITM response incur greater lat…
257 …s) the L1 cache, hit (or miss) the L2 cache, hit DRAM, hit in the WCB or receive a HITM response.",
269 …e subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
284 …he L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
299 …sor module. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
314 …is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
329 …time of the L2 miss to when any response is received. Requires MSR_OFFCORE_RESP[0,1] to specify re…
339 …ache lines outstanding, per cycle, from the time of the L2 miss to when any response is received.",
[all …]
/Linux-v5.10/drivers/staging/greybus/
Dauthentication.c87 struct gb_cap_get_endpoint_uid_response response; in cap_get_endpoint_uid() local
91 0, &response, sizeof(response)); in cap_get_endpoint_uid()
97 memcpy(euid, response.uid, sizeof(response.uid)); in cap_get_endpoint_uid()
107 struct gb_cap_get_ims_certificate_response *response; in cap_get_ims_certificate() local
130 response = op->response->payload; in cap_get_ims_certificate()
131 *result = response->result_code; in cap_get_ims_certificate()
132 *size = op->response->payload_size - sizeof(*response); in cap_get_ims_certificate()
133 memcpy(certificate, response->certificate, *size); in cap_get_ims_certificate()
146 struct gb_cap_authenticate_response *response; in cap_authenticate() local
169 response = op->response->payload; in cap_authenticate()
[all …]
Dspilib.c231 /* Response consists only of incoming data */ in gb_spi_operation_create()
295 struct gb_spi_transfer_response *response) in gb_spi_decode_response() argument
298 void *rx_data = response->data; in gb_spi_decode_response()
328 struct gb_spi_transfer_response *response; in gb_spi_transfer_one_message() local
354 response = operation->response->payload; in gb_spi_transfer_one_message()
355 if (response) in gb_spi_transfer_one_message()
356 gb_spi_decode_response(spi, msg, response); in gb_spi_transfer_one_message()
413 struct gb_spi_master_config_response response; in gb_spi_get_master_config() local
418 NULL, 0, &response, sizeof(response)); in gb_spi_get_master_config()
422 mode = le16_to_cpu(response.mode); in gb_spi_get_master_config()
[all …]
/Linux-v5.10/tools/perf/pmu-events/arch/x86/cascadelakex/
Dother.json11 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
24 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
37 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
50 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
63 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
76 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
89 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
102 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
115 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
128 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
[all …]
Dmemory.json11 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
24 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
37 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
51 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
65 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
79 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
92 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
106 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
120 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
134 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
[all …]
Dcache.json12 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
26 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
40 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
54 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
78 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
92 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
118 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
132 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
166 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
180 …"PublicDescription": "Offcore response can be programmed only with a specific pair of event select…
[all …]
/Linux-v5.10/arch/s390/kernel/
Dcpcmd.c38 static int diag8_response(int cmdlen, char *response, int *rlen) in diag8_response() argument
41 register unsigned long reg3 asm ("3") = (addr_t) response; in diag8_response()
60 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd() argument
72 if (response) { in __cpcmd()
73 memset(response, 0, rlen); in __cpcmd()
75 rc = diag8_response(cmdlen, response, &rlen); in __cpcmd()
76 EBCASC(response, response_len); in __cpcmd()
86 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd() argument
92 if (is_vmalloc_or_module_addr(response)) { in cpcmd()
95 pr_warn("The cpcmd kernel function failed to allocate a response buffer\n"); in cpcmd()
[all …]
/Linux-v5.10/include/linux/greybus/
Dgreybus_protocols.h29 * response message with its operation. The header contains an
33 * the message is a request (clear) or a response (set).
35 * Response messages include an additional result byte, which
39 * response message (if any) is ignored. The result byte must be
126 /* disconnecting response has no payload */
131 /* Control protocol [dis]connected response has no payload */
134 * All Bundle power management operations use the same request and response
154 * response layout and error codes. Define a single response structure and reuse
218 /* firmware download find firmware request/response */
228 /* firmware download fetch firmware request/response */
[all …]
/Linux-v5.10/arch/s390/include/asm/
Dcpcmd.h15 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code);
21 * response: response buffer for VM's textual response
22 * rlen: size of the response buffer, cpcmd will not exceed this size
26 * return value: the size of the response. The caller can check if the buffer
28 * NOTE: If the response buffer is not in real storage, cpcmd can sleep
30 int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
/Linux-v5.10/tools/perf/pmu-events/arch/x86/goldmont/
Dcache.json69 …"BriefDescription": "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplica…
74 …s and bus locks. (To specifically count bus locks only, see the Offcore response event.) A locked…
206 …cated that they had a dirty copy of the data. Loads that obtain a HITM response incur greater lat…
230 …s) the L1 cache, hit (or miss) the L2 cache, hit DRAM, hit in the WCB or receive a HITM response.",
241 …he L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
254 …is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
267 …is required. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
280 …sor module. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
293 …he L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
306 …he L2 cache. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for …
[all …]
/Linux-v5.10/drivers/s390/char/
Dvmcp.c31 char *response; member
75 session->response = (char *)page_to_phys(page); in vmcp_response_alloc()
79 session->response = (char *)__get_free_pages(GFP_KERNEL | __GFP_RETRY_MAYFAIL, order); in vmcp_response_alloc()
87 if (!session->response) in vmcp_response_free()
92 page = phys_to_page((unsigned long)session->response); in vmcp_response_free()
96 free_pages((unsigned long)session->response, order); in vmcp_response_free()
98 session->response = NULL; in vmcp_response_free()
113 session->response = NULL; in vmcp_open()
141 if (!session->response) { in vmcp_read()
147 session->response, size); in vmcp_read()
[all …]
/Linux-v5.10/drivers/scsi/libfc/
Dfc_elsct.c27 * @resp: The callback routine when the response is received
28 * @arg: The argument to pass to the response callback routine
76 * fc_els_resp_type() - Return a string describing the ELS response
88 msg = "response no error"; in fc_els_resp_type()
91 msg = "response timeout"; in fc_els_resp_type()
94 msg = "response closed"; in fc_els_resp_type()
97 msg = "response unknown error"; in fc_els_resp_type()
112 msg = "response unknown ELS"; in fc_els_resp_type()
127 msg = "response unknown CT"; in fc_els_resp_type()
131 msg = "short CT response"; in fc_els_resp_type()
[all …]

12345678910>>...89