Home
last modified time | relevance | path

Searched refs:response (Results 151 – 175 of 615) sorted by relevance

12345678910>>...25

/linux/drivers/firmware/arm_scmi/
H A Dprotocols.h223 const void *response, void *priv);
225 const void *response,
H A Dclock.c244 const void *response, void *priv) in iter_clk_possible_parents_update_state() argument
246 const struct scmi_msg_resp_clock_possible_parents *r = response; in iter_clk_possible_parents_update_state()
275 const void *response, in iter_clk_possible_parents_process_response() argument
279 const struct scmi_msg_resp_clock_possible_parents *r = response; in iter_clk_possible_parents_process_response()
433 const void *response, void *priv) in iter_clk_describe_update_state() argument
437 const struct scmi_msg_resp_clock_describe_rates *r = response; in iter_clk_describe_update_state()
472 const void *response, in iter_clk_describe_process_response() argument
477 const struct scmi_msg_resp_clock_describe_rates *r = response; in iter_clk_describe_process_response()
/linux/drivers/input/touchscreen/
H A Delo.c61 unsigned char response[ELO10_PACKET_LEN]; member
109 memcpy(elo->response, &elo->data[1], ELO10_PACKET_LEN); in elo_process_data_10()
249 memcpy(packet, elo->response, ELO10_PACKET_LEN); in elo_command_10()
H A Dwacom_w8001.c92 unsigned char response[W8001_MAX_LENGTH]; member
335 memcpy(w8001->response, w8001->data, W8001_MAX_LENGTH); in w8001_interrupt()
443 parse_pen_data(w8001->response, &coord); in w8001_setup_pen()
479 if (!w8001->response[1]) in w8001_setup_touch()
487 parse_touchquery(w8001->response, &touch); in w8001_setup_touch()
/linux/drivers/nfc/pn544/
H A Di2c.c418 struct pn544_i2c_fw_frame_response response; in pn544_hci_i2c_fw_read_status() local
421 r = i2c_master_recv(client, (char *) &response, sizeof(response)); in pn544_hci_i2c_fw_read_status()
422 if (r != sizeof(response)) { in pn544_hci_i2c_fw_read_status()
429 switch (response.status) { in pn544_hci_i2c_fw_read_status()
433 return response.status; in pn544_hci_i2c_fw_read_status()
/linux/drivers/platform/chrome/
H A Dcros_ec_proto.c373 struct ec_response_hello *response; in cros_ec_get_proto_info_legacy() local
378 msg = kzalloc(sizeof(*msg) + max(sizeof(*params), sizeof(*response)), GFP_KERNEL); in cros_ec_get_proto_info_legacy()
383 msg->insize = sizeof(*response); in cros_ec_get_proto_info_legacy()
407 response = (struct ec_response_hello *)msg->data; in cros_ec_get_proto_info_legacy()
408 if (response->out_data != 0xa1b2c3d4) { in cros_ec_get_proto_info_legacy()
411 response->out_data); in cros_ec_get_proto_info_legacy()
/linux/drivers/media/firewire/
H A Dfiredtv-avc.c82 u8 response; member
279 switch (r->response) { in avc_recv()
290 "remote control result = %d\n", r->response); in avc_recv()
737 if ((r->response != AVC_RESPONSE_STABLE && in avc_identify_subunit()
738 r->response != AVC_RESPONSE_ACCEPTED) || in avc_identify_subunit()
777 if (r->response != AVC_RESPONSE_STABLE && in avc_tuner_status()
778 r->response != AVC_RESPONSE_ACCEPTED) { in avc_tuner_status()
867 if (r->response != AVC_RESPONSE_ACCEPTED) { in avc_lnb_control()
1226 if (r->response != AVC_RESPONSE_ACCEPTED) { in avc_ca_pmt()
1228 "CA PMT failed with response 0x%x\n", r->response); in avc_ca_pmt()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dinit.c287 struct htc_service_connect_resp response; in ath6kl_connectservice() local
289 memset(&response, 0, sizeof(response)); in ath6kl_connectservice()
291 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response); in ath6kl_connectservice()
301 ath6kl_wmi_set_control_ep(ar->wmi, response.endpoint); in ath6kl_connectservice()
302 ar->ctrl_ep = response.endpoint; in ath6kl_connectservice()
305 set_ac2_ep_map(ar, WMM_AC_BE, response.endpoint); in ath6kl_connectservice()
308 set_ac2_ep_map(ar, WMM_AC_BK, response.endpoint); in ath6kl_connectservice()
311 set_ac2_ep_map(ar, WMM_AC_VI, response.endpoint); in ath6kl_connectservice()
314 set_ac2_ep_map(ar, WMM_AC_VO, response.endpoint); in ath6kl_connectservice()
/linux/drivers/atm/
H A Dsolos-pci.c137 struct sk_buff *response; member
211 prm.response = NULL; in solos_param_show()
220 wait_event_timeout(card->param_wq, prm.response, 5 * HZ); in solos_param_show()
226 if (!prm.response) in solos_param_show()
229 buflen = prm.response->len; in solos_param_show()
230 memcpy(buf, prm.response->data, buflen); in solos_param_show()
231 kfree_skb(prm.response); in solos_param_show()
267 prm.response = NULL; in solos_param_store()
276 wait_event_timeout(card->param_wq, prm.response, 5 * HZ); in solos_param_store()
282 skb = prm.response; in solos_param_store()
[all …]
/linux/Documentation/networking/
H A Dethtool-netlink.rst332 Kernel response contents:
382 Kernel response contents:
432 Kernel response contents:
496 Kernel response contents:
663 Kernel response contents:
711 Kernel response contents:
752 Kernel response contents:
784 Kernel response contents:
824 Kernel response contents:
867 Kernel response contents:
[all …]
H A Dmac80211-auth-assoc-deauth.txt32 driver->mac80211: RX probe response
60 driver->mac80211: RX assoc response
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_pp.h18 int request, u16 *response);
/linux/sound/firewire/
H A Dfcp.h30 void *response, unsigned int response_size,
/linux/include/uapi/linux/mmc/
H A Dioctl.h20 __u32 response[4]; /* CMD response */ member
/linux/Documentation/hid/
H A Dintel-ish-hid.rst174 response bus messages. If successful, a pair (host_client_id and fw_client_id)
349 …START_REQ_CMD, to the ISH bootloader. In response, the bootloader sends back a HOST_START_RES_CMD.…
351 …pon receiving a response from the bootloader, the ISHTP driver sends a LOADER_CMD_XFER_FRAGMENT co…
381 |<--Send response-----------------------------------------------------|
385 |<--Send response-----------------------------------------------------|
389 |<--Send response-----------------------------------------------------|
/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c1769 struct fw_response *response, in hl_fw_dynamic_extract_fw_response() argument
1777 if ((response->ram_type != COMMS_SRAM) && in hl_fw_dynamic_extract_fw_response()
1778 (response->ram_type != COMMS_DRAM)) { in hl_fw_dynamic_extract_fw_response()
1780 response->ram_type); in hl_fw_dynamic_extract_fw_response()
1838 &fw_loader->dynamic_loader.response, in hl_fw_dynamic_wait_for_status()
2083 struct fw_response *response, in hl_fw_dynamic_validate_response() argument
2089 device_addr = region->region_base + response->ram_offset; in hl_fw_dynamic_validate_response()
2152 struct fw_response *response; in hl_fw_dynamic_read_and_validate_descriptor() local
2160 response = &fw_loader->dynamic_loader.response; in hl_fw_dynamic_read_and_validate_descriptor()
2162 region_id = (response->ram_type == COMMS_SRAM) ? in hl_fw_dynamic_read_and_validate_descriptor()
[all …]
/linux/drivers/thunderbolt/
H A Ddma_port.c84 memcpy(req->response, pkg->buffer, req->response_size); in dma_port_copy()
114 req->response = &reply; in dma_port_read()
157 req->response = &reply; in dma_port_write()
/linux/Documentation/driver-api/surface_aggregator/
H A Doverview.rst70 response from the EC (explicitly associated with the request), and events
72 being a direct response to a previous request. We may also refer to requests
73 without response as commands. In general, events need to be enabled via one
/linux/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c234 u8 response, u8 size) in pulse8_send_and_wait_once() argument
254 if (response && in pulse8_send_and_wait_once()
255 ((pulse8->data[0] & 0x3f) != response || pulse8->len < size + 1)) { in pulse8_send_and_wait_once()
265 const u8 *cmd, u8 cmd_len, u8 response, u8 size) in pulse8_send_and_wait() argument
270 err = pulse8_send_and_wait_once(pulse8, cmd, cmd_len, response, size); in pulse8_send_and_wait()
280 response, size); in pulse8_send_and_wait()
/linux/drivers/iio/chemical/
H A Dscd30.h45 void *response, int size);
/linux/include/soc/microchip/
H A Dmpfs.h23 struct mpfs_mss_response *response; member
/linux/Documentation/accel/qaic/
H A Daic100.rst94 channels, each consisting of a set of request/response FIFOs. Each active
246 FIFO is the request FIFO. The other FIFO is the response FIFO.
270 consume the beginning of the memory chunk, and the response FIFO will consume
303 request ID. A request FIFO element and a response FIFO element with
317 shall generate a response FIFO element when this request is
392 Once a request is fully processed, a response FIFO element is generated if
393 specified in pcie_dma_cmd. The structure of a response FIFO element:
409 response FIFO of a DBC. The DMA Bridge hardware has an IRQ storm mitigation
410 algorithm, where it will only generate a MSI when the response FIFO transitions
412 response to this MSI, the host is expected to drain the response FIFO, and must
/linux/drivers/usb/serial/
H A Dwhiteheat.c192 int response; in whiteheat_firmware_download() local
194 response = ezusb_fx1_ihex_firmware_download(serial->dev, "whiteheat_loader.fw"); in whiteheat_firmware_download()
195 if (response >= 0) { in whiteheat_firmware_download()
196 response = ezusb_fx1_ihex_firmware_download(serial->dev, "whiteheat.fw"); in whiteheat_firmware_download()
197 if (response >= 0) in whiteheat_firmware_download()
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.h35 int response; member
/linux/Documentation/devicetree/bindings/regulator/
H A Dmaxim,max8973.yaml81 Enhanced transient response circuit is enabled and set for high
84 Enhanced transient response (ETR) will affect the configuration of CKADV.

12345678910>>...25