/u-boot/include/ |
A D | hwconfig.h | 29 static inline int hwconfig_f(const char *opt, char *buf) in hwconfig_f() 34 static inline const char *hwconfig_arg_f(const char *opt, size_t *arglen, in hwconfig_arg_f() 41 static inline int hwconfig_arg_cmp_f(const char *opt, const char *arg, in hwconfig_arg_cmp_f() 47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() 59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() 67 static inline int hwconfig(const char *opt) in hwconfig() 72 static inline const char *hwconfig_arg(const char *opt, size_t *arglen) in hwconfig_arg() 77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() 82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() 87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() [all …]
|
A D | getopt.h | 30 int opt; member
|
/u-boot/common/ |
A D | hwconfig.c | 31 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse() 74 static const char *__hwconfig(const char *opt, size_t *arglen, in __hwconfig() 125 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() 143 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) in hwconfig_arg_f() 162 int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf) in hwconfig_arg_cmp_f() 186 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() 207 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() 229 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
|
/u-boot/drivers/phy/marvell/ |
A D | comphy_mux.c | 24 int lane, opt, valid; in comphy_mux_check_config() local 61 int opt; in comphy_mux_get_mux_value() local
|
/u-boot/lib/efi_loader/ |
A D | efi_image_loader.c | 297 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_image_parse() local 321 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_image_parse() local 794 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_load_pe() local 810 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_load_pe() local
|
/u-boot/cmd/ |
A D | log.c | 93 int opt; in do_log_filter_list() local 156 int opt, err; in do_log_filter_add() local 248 int opt, err; in do_log_filter_remove() local
|
A D | adtimg.c | 74 static int adtimg_getopt_u32(char * const opt, char * const name, u32 *optval) in adtimg_getopt_u32()
|
/u-boot/tools/ |
A D | dumpimage.c | 68 int opt; in main() local
|
A D | mkimage.c | 151 int opt; in process_args() local
|
A D | proftool.c | 567 int opt; in main() local
|
A D | ifdtool.c | 813 int opt, option_index = 0; in main() local
|
/u-boot/board/phytec/phycore_rk3288/ |
A D | phycore-rk3288.c | 43 struct rk3288_som opt; in rk3288_board_late_init() local
|
/u-boot/test/lib/ |
A D | getopt.c | 20 int opt; in do_test_getopt() local
|
/u-boot/test/py/tests/test_fs/test_squashfs/ |
A D | sqfs_common.py | 30 def add_opt(self, opt): argument
|
/u-boot/arch/arm/include/asm/ti-common/ |
A D | ti-edma3.h | 63 u32 opt; member 81 u32 opt; member
|
/u-boot/drivers/dma/ |
A D | ti-edma3.c | 95 u32 opt; in edma3_set_dest() local 166 u32 opt; in edma3_set_src() local 256 u32 opt; in edma3_set_transfer_params() local
|
/u-boot/scripts/dtc/ |
A D | dtc.c | 175 int opt; in main() local
|
/u-boot/scripts/kconfig/ |
A D | conf.c | 496 int opt; in main() local
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_snp.c | 64 u8 opt[128]; member
|
/u-boot/lib/zstd/ |
A D | zstd_opt.h | 413 ZSTD_optimal_t *opt = seqStorePtr->priceTable; in ZSTD_compressBlock_opt_generic() local 710 ZSTD_optimal_t *opt = seqStorePtr->priceTable; in ZSTD_compressBlock_opt_extDict_generic() local
|
/u-boot/arch/sandbox/cpu/ |
A D | start.c | 100 struct sandbox_cmdline_option *opt = sorted_opt[i]; in sandbox_early_getopt_check() local
|
/u-boot/net/ |
A D | bootp.c | 326 u8 *opt = ext; in bootp_process_vendor() local
|
/u-boot/fs/btrfs/ |
A D | ctree.h | 1158 #define btrfs_fs_incompat(fs_info, opt) \ argument 1168 #define btrfs_fs_compat_ro(fs_info, opt) \ argument
|
/u-boot/drivers/spi/ |
A D | atmel-quadspi.c | 100 #define QSPI_ICR_OPT(opt) (((opt) << 16) & QSPI_ICR_OPT_MASK) argument
|
/u-boot/drivers/ddr/fsl/ |
A D | interactive.c | 75 const char *opt, in handle_option_table()
|