Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 27) sorted by relevance

12

/u-boot/drivers/fastboot/
A Dfb_command.c127 int fastboot_handle_command(char *cmd_string, char *response) in fastboot_handle_command()
164 static void okay(char *cmd_parameter, char *response) in okay()
175 static void getvar(char *cmd_parameter, char *response) in getvar()
186 static void download(char *cmd_parameter, char *response) in download()
241 char *response) in fastboot_data_download()
276 void fastboot_data_complete(char *response) in fastboot_data_complete()
296 static void __maybe_unused flash(char *cmd_parameter, char *response) in flash()
316 static void __maybe_unused erase(char *cmd_parameter, char *response) in erase()
382 static void reboot_bootloader(char *cmd_parameter, char *response) in reboot_bootloader()
396 static void reboot_fastbootd(char *cmd_parameter, char *response) in reboot_fastbootd()
[all …]
A Dfb_getvar.c94 static int getvar_get_part_info(const char *part_name, char *response, in getvar_get_part_info()
119 static void getvar_version(char *var_parameter, char *response) in getvar_version()
124 static void getvar_version_bootloader(char *var_parameter, char *response) in getvar_version_bootloader()
129 static void getvar_downloadsize(char *var_parameter, char *response) in getvar_downloadsize()
134 static void getvar_serialno(char *var_parameter, char *response) in getvar_serialno()
144 static void getvar_version_baseband(char *var_parameter, char *response) in getvar_version_baseband()
149 static void getvar_product(char *var_parameter, char *response) in getvar_product()
159 static void getvar_platform(char *var_parameter, char *response) in getvar_platform()
169 static void getvar_current_slot(char *var_parameter, char *response) in getvar_current_slot()
234 static void getvar_is_userspace(char *var_parameter, char *response) in getvar_is_userspace()
[all …]
A Dfb_mmc.c172 void *buffer, u32 download_bytes, char *response) in write_raw_image()
226 int hwpart, u32 buff_sz, char *response) in fb_mmc_boot_ops()
291 char *response) in fb_mmc_get_boot_header()
337 char *response) in fb_mmc_update_zimage()
457 struct disk_partition *part_info, char *response) in fastboot_mmc_get_part_info()
491 static struct blk_desc *fastboot_mmc_get_dev(char *response) in fastboot_mmc_get_dev()
513 u32 download_bytes, char *response) in fastboot_mmc_flash_write()
648 void fastboot_mmc_erase(const char *cmd, char *response) in fastboot_mmc_erase()
A Dfb_common.c42 void fastboot_response(const char *tag, char *response, in fastboot_response()
63 void fastboot_fail(const char *reason, char *response) in fastboot_fail()
74 void fastboot_okay(const char *reason, char *response) in fastboot_okay()
A Dfb_nand.c36 char *response) in fb_nand_lookup()
157 struct part_info **part_info, char *response) in fastboot_nand_get_part_info()
173 u32 download_bytes, char *response) in fastboot_nand_flash_write()
237 void fastboot_nand_erase(const char *cmd, char *response) in fastboot_nand_erase()
/u-boot/drivers/misc/sentinel/
A Ds400_api.c17 int ahab_release_rdc(u8 core_id, u8 xrdc, u32 *response) in ahab_release_rdc()
62 int ahab_auth_oem_ctnr(ulong ctnr_addr, u32 *response) in ahab_auth_oem_ctnr()
92 int ahab_release_container(u32 *response) in ahab_release_container()
120 int ahab_verify_image(u32 img_id, u32 *response) in ahab_verify_image()
149 int ahab_forward_lifecycle(u16 life_cycle, u32 *response) in ahab_forward_lifecycle()
226 int ahab_write_fuse(u16 fuse_id, u32 fuse_val, bool lock, u32 *response) in ahab_write_fuse()
259 int ahab_release_caam(u32 core_did, u32 *response) in ahab_release_caam()
288 int ahab_get_fw_version(u32 *fw_version, u32 *sha1, u32 *response) in ahab_get_fw_version()
363 int ahab_get_info(struct sentinel_get_info_data *info, u32 *response) in ahab_get_info()
394 int ahab_get_fw_status(u32 *status, u32 *response) in ahab_get_fw_status()
[all …]
/u-boot/lib/
A Dimage-sparse.c51 static void default_log(const char *ignored, char *response) {} in default_log()
56 char *response) in write_sparse_chunk_raw()
110 const char *part_name, void *data, char *response) in write_sparse_image()
A Dtpm-v1.c169 u8 buf[COMMAND_BUFFER_SIZE], response[COMMAND_BUFFER_SIZE]; in tpm1_nv_read_value() local
207 u8 buf[COMMAND_BUFFER_SIZE], response[COMMAND_BUFFER_SIZE]; in tpm1_nv_write_value() local
235 u8 response[TPM_RESPONSE_HEADER_LENGTH + PCR_DIGEST_LENGTH]; in tpm1_extend() local
264 u8 buf[COMMAND_BUFFER_SIZE], response[COMMAND_BUFFER_SIZE]; in tpm1_pcr_read() local
318 u8 response[COMMAND_BUFFER_SIZE + TPM_PUBEK_SIZE]; in tpm1_read_pubek() local
399 u8 buf[COMMAND_BUFFER_SIZE], response[COMMAND_BUFFER_SIZE]; in tpm1_get_capability() local
437 u8 response[COMMAND_BUFFER_SIZE]; in tpm1_get_permanent_flags() local
474 u8 buf[COMMAND_BUFFER_SIZE], response[COMMAND_BUFFER_SIZE]; in tpm1_get_permissions() local
504 u8 buf[COMMAND_BUFFER_SIZE], response[COMMAND_BUFFER_SIZE]; in tpm1_flush_specific() local
692 u8 response[COMMAND_BUFFER_SIZE]; in tpm1_oiap() local
[all …]
A Dtpm-common.c155 u32 tpm_return_code(const void *response) in tpm_return_code()
163 void *response, size_t *size_ptr) in tpm_sendrecv_command()
A Dtpm-v2.c224 u8 response[COMMAND_BUFFER_SIZE]; in tpm2_nv_read_value() local
271 u8 response[COMMAND_BUFFER_SIZE]; in tpm2_nv_write_value() local
300 u8 response[COMMAND_BUFFER_SIZE]; in tpm2_pcr_read() local
341 u8 response[COMMAND_BUFFER_SIZE]; in tpm2_get_capability() local
599 u8 buf[COMMAND_BUFFER_SIZE], response[COMMAND_BUFFER_SIZE]; in tpm2_get_random() local
/u-boot/test/dm/
A Dfastboot.c21 char response[FASTBOOT_RESPONSE_LEN] = {0}; in dm_test_fastboot_mmc_part() local
/u-boot/drivers/sound/
A Dhda_codec.c100 static int wait_for_response(struct hda_regs *regs, uint *response) in wait_for_response()
307 static int exec_verb(struct hda_regs *regs, uint val, uint *response) in exec_verb()
332 uint response; in get_subnode_info() local
363 uint response; in find_beep_node_in_group() local
402 uint response; in audio_group_has_beep_node() local
/u-boot/test/py/tests/
A Dtest_bind.py9 def in_tree(response, name, uclass, drv, depth, last_child): argument
/u-boot/net/
A Dfastboot_udp.c53 char response[FASTBOOT_RESPONSE_LEN] = {0}; in fastboot_udp_send_info() local
125 char response[FASTBOOT_RESPONSE_LEN] = {0}; in fastboot_send() local
A Dfastboot_tcp.c13 static char response[FASTBOOT_RESPONSE_LEN] = {0}; variable
/u-boot/drivers/mmc/
A Dmvebu_mmc.c198 uint response[8]; in mvebu_mmc_send_cmd() local
215 uint response[3]; in mvebu_mmc_send_cmd() local
/u-boot/board/microchip/mpfs_icicle/
A Dmpfs_icicle.c25 static void read_device_serial_number(u8 *response, u8 response_size) in read_device_serial_number()
/u-boot/drivers/usb/gadget/
A Df_fastboot.c454 char response[FASTBOOT_RESPONSE_LEN] = {0}; in rx_handler_dl_image() local
512 char response[FASTBOOT_RESPONSE_LEN] = {0}; in rx_handler_command() local
/u-boot/lib/efi_loader/
A Defi_tcg2.c423 u8 response[TPM2_RESPONSE_BUFFER_SIZE]; in tpm2_get_max_command_size() local
449 u8 response[TPM2_RESPONSE_BUFFER_SIZE]; in tpm2_get_max_response_size() local
474 u8 response[TPM2_RESPONSE_BUFFER_SIZE]; in tpm2_get_manufacturer_id() local
498 u8 response[TPM2_RESPONSE_BUFFER_SIZE]; in tpm2_get_num_pcr() local
550 u8 response[TPM2_RESPONSE_BUFFER_SIZE]; in tpm2_get_pcr_info() local
1258 u32 __maybe_unused *response) in efi_tcg2_get_result_of_set_active_pcr_banks()
/u-boot/board/purism/librem5/
A Dlibrem5.c55 char response[6]; in tps65982_wait_for_app() local
/u-boot/drivers/ufs/
A Dufs.c966 struct ufs_query_res **response, in ufshcd_init_query()
987 struct ufs_query_res *response = NULL; in ufshcd_query_flag() local
1065 struct ufs_query_res *response = NULL; in __ufshcd_query_descriptor() local
A Dufs.h669 u8 response; member
682 struct ufs_query_res response; member
/u-boot/cmd/
A Dtpm_test.c77 uint8_t response[TPM_PUBEK_SIZE]; in tpm_is_owned() local
A Dtpm-v1.c264 u8 response[1024]; in do_tpm_raw_transfer() local
/u-boot/drivers/ata/
A Dsata_mv.c275 struct crpb *response; member

Completed in 55 milliseconds

12