Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/drivers/misc/
A Dcros_ec_sandbox.c309 struct ec_response_hello *resp = resp_data; in process_cmd() local
318 struct ec_response_get_version *resp = resp_data; in process_cmd() local
329 struct ec_response_vbnvcontext *resp = resp_data; in process_cmd() local
370 struct ec_response_host_event_mask *resp = resp_data; in process_cmd() local
393 struct ec_response_vboot_hash *resp = resp_data; in process_cmd() local
428 struct ec_response_flash_protect *resp = resp_data; in process_cmd() local
490 struct ec_response_get_next_event *resp = resp_data; in process_cmd() local
498 struct ec_sku_id_info *resp = resp_data; in process_cmd() local
505 struct ec_response_get_features *resp = resp_data; in process_cmd() local
517 struct ec_response_vstore_info *resp = resp_data; in process_cmd() local
[all …]
A Datsha204a-i2c.c179 struct atsha204a_resp *resp) in atsha204a_recv_resp()
213 struct atsha204a_resp resp; in atsha204a_wakeup() local
272 struct atsha204a_resp *resp) in atsha204a_transaction()
319 struct atsha204a_resp resp; in atsha204a_read() local
363 struct atsha204a_resp resp; in atsha204a_get_random() local
A Dcros_ec.c336 struct ec_response_get_comms_status *resp = NULL; in ec_command_inptr() local
604 struct ec_response_hello *resp; in cros_ec_hello() local
706 struct ec_response_host_event_mask *resp; in cros_ec_get_host_events() local
742 struct ec_response_flash_protect *resp) in cros_ec_flash_protect()
1190 struct ec_response_ldo_get *resp; in cros_ec_get_ldo() local
1567 struct ec_response_vstore_info *resp; in cros_ec_vstore_info() local
1588 struct ec_response_vstore_read *resp; in cros_ec_vstore_read() local
A Dtegra186_bpmp.c41 struct mrq_response *resp; in tegra186_bpmp_call() local
/u-boot/drivers/clk/tegra/
A Dtegra186-clk.c16 struct mrq_clk_response resp; in tegra186_clk_get_rate() local
35 struct mrq_clk_response resp; in tegra186_clk_set_rate() local
56 struct mrq_clk_response resp; in tegra186_clk_en_dis() local
/u-boot/drivers/usb/gadget/
A Drndis.c151 rndis_query_cmplt_type *resp; in gen_ndis_query_resp() local
649 rndis_set_cmplt_type *resp; in gen_ndis_set_resp() local
771 rndis_init_cmplt_type *resp; in rndis_init_response() local
810 rndis_query_cmplt_type *resp; in rndis_query_response() local
855 rndis_set_cmplt_type *resp; in rndis_set_response() local
896 rndis_reset_cmplt_type *resp; in rndis_reset_response() local
920 rndis_keepalive_cmplt_type *resp; in rndis_keepalive_response() local
949 rndis_indicate_status_msg_type *resp; in rndis_indicate_status_msg() local
/u-boot/drivers/firmware/
A Dti_sci.c333 struct ti_sci_msg_hdr *resp; in cmd_set_board_config_using_msg() local
494 struct ti_sci_msg_hdr *resp; in ti_sci_set_device_state() local
886 struct ti_sci_msg_hdr *resp; in ti_sci_cmd_set_device_resets() local
956 struct ti_sci_msg_hdr *resp; in ti_sci_set_clock_state() local
1230 struct ti_sci_msg_hdr *resp; in ti_sci_cmd_clk_set_parent() local
1468 struct ti_sci_msg_hdr *resp; in ti_sci_cmd_clk_set_freq() local
1571 struct ti_sci_msg_hdr *resp; in ti_sci_cmd_core_reboot() local
1776 struct ti_sci_msg_hdr *resp; in ti_sci_cmd_proc_request() local
1823 struct ti_sci_msg_hdr *resp; in ti_sci_cmd_proc_release() local
1873 struct ti_sci_msg_hdr *resp; in ti_sci_cmd_proc_handover() local
[all …]
/u-boot/arch/arm/mach-bcm283x/include/mach/
A Dmbox.h135 } resp; member
149 } resp; member
160 } resp; member
174 } resp; member
203 } resp; member
222 } resp; member
249 } resp; member
264 } resp; member
276 } resp; member
291 } resp; member
[all …]
/u-boot/arch/arm/mach-snapdragon/
A Dmisc.c14 #define UNSTUFF_BITS(resp, start, size) \ argument
/u-boot/arch/arm/mach-socfpga/include/mach/
A Dmailbox_s10.h51 #define MBOX_RESP_ERR_GET(resp) \ argument
53 #define MBOX_RESP_LEN_GET(resp) \ argument
55 #define MBOX_RESP_ID_GET(resp) \ argument
57 #define MBOX_RESP_CLIENT_GET(resp) \ argument
/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch.c224 u8 bch_level, dma_addr_t ecc, dma_addr_t resp) in octeontx_bch_encode()
267 dma_addr_t block_out, dma_addr_t resp) in octeontx_bch_decode()
290 int octeontx_bch_wait(struct bch_vf *vf, union bch_resp *resp, in octeontx_bch_wait()
/u-boot/arch/arm/mach-socfpga/
A Dsmc_api.c35 u64 resp[3]; in smc_send_mailbox() local
A Dsecure_vab.c63 u32 resp = 0, resp_len = 1; in socfpga_vendor_authentication() local
A Dmailbox_s10.c204 u32 resp; in mbox_send_cmd_common() local
/u-boot/drivers/i2c/
A Dtegra186_bpmp_i2c.c44 struct mrq_i2c_response resp; in tegra186_bpmp_i2c_xfer() local
/u-boot/drivers/usb/emul/
A Dsandbox_flash.c213 static void setup_response(struct sandbox_flash_priv *priv, void *resp, in setup_response()
249 struct scsi_inquiry_resp *resp = (void *)priv->buff; in handle_ufi_command() local
269 struct scsi_read_capacity_resp *resp = (void *)priv->buff; in handle_ufi_command() local
/u-boot/drivers/mmc/
A Dmmc_spi.c90 u8 *resp, u32 resp_size, in mmc_spi_sendcmd()
323 u8 *resp = NULL; in dm_mmc_spi_request() local
A Dsandbox_mmc.c70 u32 *resp = (u32 *)data->dest; in sandbox_mmc_send_cmd() local
A Dsh_sdhi.c437 unsigned short resp[8]; in sh_sdhi_get_response() local
/u-boot/arch/x86/cpu/broadwell/
A Diobp.c120 int pch_iobp_exec(u32 addr, u16 op_code, u8 route_id, u32 *data, u8 *resp) in pch_iobp_exec()
/u-boot/include/fsl-mc/
A Dfsl_mc_cmd.h146 struct mc_command *resp) in mc_read_response()
/u-boot/lib/
A Dhashtable.c611 char **resp, size_t size, in hexport_r()
/u-boot/drivers/sound/
A Dhda_codec.c38 u32 resp; member
/u-boot/drivers/net/octeontx2/
A Dnix_af.c454 int cindex, union nix_aq_res_s *resp) in nix_aq_issue_command()
/u-boot/drivers/net/
A Daltera_tse.c340 struct msgdma_response *resp = priv->rx_resp; in altera_tse_recv_msgdma() local

Completed in 50 milliseconds

12