Home
last modified time | relevance | path

Searched defs:endp (Results 1 – 25 of 46) sorted by relevance

12

/u-boot/lib/
A Dstrto.c58 ulong simple_strtoul(const char *cp, char **endp, uint base) in simple_strtoul()
76 ulong hextoul(const char *cp, char **endp) in hextoul()
81 ulong dectoul(const char *cp, char **endp) in dectoul()
110 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol()
118 unsigned long ustrtoul(const char *cp, char **endp, unsigned int base) in ustrtoul()
139 unsigned long long ustrtoull(const char *cp, char **endp, unsigned int base) in ustrtoull()
160 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull()
179 long long simple_strtoll(const char *cp, char **endp, unsigned int base) in simple_strtoll()
187 long trailing_strtoln_end(const char *str, const char *end, char const **endp) in trailing_strtoln_end()
/u-boot/arch/x86/lib/
A Dacpi_nhlt.c52 struct nhlt_endpoint *endp; in nhlt_add_endpoint() local
102 int nhlt_endpoint_append_config(struct nhlt_endpoint *endp, const void *config, in nhlt_endpoint_append_config()
108 struct nhlt_format *nhlt_add_format(struct nhlt_endpoint *endp, in nhlt_add_format()
149 int nhlt_endpoint_add_formats(struct nhlt_endpoint *endp, in nhlt_endpoint_add_formats()
225 static size_t calc_endpoint_size(struct nhlt_endpoint *endp) in calc_endpoint_size()
274 struct nhlt_endpoint *endp = &nhlt->endpoints[i]; in nhlt_free_resources() local
350 static void serialise_endpoint(struct nhlt_endpoint *endp, struct cursor *cur) in serialise_endpoint()
433 struct nhlt_endpoint *endp; in _nhlt_add_single_endpoint() local
/u-boot/test/
A Dstr_ut.c68 char *endp; in run_strtoul() local
123 char *endp; in run_strtoull() local
183 char *endp; in str_hextoul() local
195 char *endp; in str_dectoul() local
/u-boot/lib/crypt/
A Dcrypt-port.h15 #define strtoul(cp, endp, base) simple_strtoul(cp, endp, base) argument
/u-boot/cmd/
A Dadtimg.c24 char *endp; in do_adtimg_addr() local
76 char *endp, *str; in adtimg_getopt_u32() local
A Dabootimg.c122 char *endp; in abootimg_get_dtb_by_index() local
180 char *endp; in do_abootimg_addr() local
A Defidebug.c49 char *endp; in do_efi_capsule_update() local
117 char *endp; in do_efi_capsule_show() local
232 char *endp; in do_efi_capsule_res() local
729 char *endp; in do_efi_boot_add() local
898 char *endp; in do_efi_boot_rm() local
1165 char *endp; in do_efi_boot_next() local
1215 char *endp; in do_efi_boot_order() local
A Dcros_ec.c58 char *endp; in do_read_write() local
499 char *endp; in do_cros_ec() local
A Dsf.c93 char *endp; in do_spi_flash_probe() local
278 char *endp; in do_spi_flash_read_write() local
536 char *endp; in do_spi_flash_test() local
A Dbootstage.c21 char *endp; in get_base_size() local
A Dfastboot.c64 char *endp; in do_fastboot_usb() local
A Dbcb.c123 char *endp; in __bcb_load() local
185 char *endp; in do_bcb_load() local
A Dubifs.c112 char *endp; in do_ubifs_load() local
A Dpci.c427 char *endp; in pci_cfg_modify() local
503 char *endp; in do_pci() local
A Doptee_rpmb.c192 char *endp; in do_optee_rpmb_read() local
/u-boot/include/linux/
A Dlibfdt_env.h30 #define strtoul(cp, endp, base) simple_strtoul(cp, endp, base) argument
/u-boot/boot/
A Dvbe.c94 char *endp; in vbe_find_by_any() local
/u-boot/board/xilinx/common/
A Dfru.c17 char *endp; in do_fru_capture() local
/u-boot/board/ti/ks2_evm/
A Dboard.c101 char *endp; in ft_board_setup() local
/u-boot/board/xilinx/zynq/
A Dcmds.c420 char *endp; in do_zynq_rsa() local
440 char *endp; in zynq_decrypt_image() local
/u-boot/board/kontron/sl28/
A Dcmds.c135 char *endp; in do_sl28_nvm() local
/u-boot/board/ti/am64x/
A Devm.c206 char *endp; in setup_serial() local
/u-boot/drivers/dfu/
A Ddfu_sf.c125 char *s, *endp; in parse_dev() local
/u-boot/board/ti/j721s2/
A Devm.c141 char *endp; in setup_serial() local
/u-boot/board/keymile/common/
A Dcommon.c316 char *endp; in do_checkboardidhwk() local

Completed in 39 milliseconds

12