/u-boot-v2022.01-rc1/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-v2022.01-rc1/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-v2022.01-rc1/drivers/phy/marvell/ |
A D | comphy_mux.c | 23 int lane, opt, valid; in comphy_mux_check_config() local 60 int opt; in comphy_mux_get_mux_value() local
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/lib/efi_loader/ |
A D | efi_image_loader.c | 390 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_image_parse() local 414 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_image_parse() local 897 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_load_pe() local 913 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_load_pe() local
|
/u-boot-v2022.01-rc1/tools/ |
A D | dumpimage.c | 68 int opt; in main() local
|
A D | mkimage.c | 155 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-v2022.01-rc1/board/phytec/phycore_rk3288/ |
A D | phycore-rk3288.c | 43 struct rk3288_som opt; in rk3288_board_late_init() local
|
/u-boot-v2022.01-rc1/test/lib/ |
A D | getopt.c | 20 int opt; in do_test_getopt() local
|
/u-boot-v2022.01-rc1/arch/arm/include/asm/ti-common/ |
A D | ti-edma3.h | 63 u32 opt; member 81 u32 opt; member
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/scripts/dtc/ |
A D | dtc.c | 175 int opt; in main() local
|
/u-boot-v2022.01-rc1/scripts/kconfig/ |
A D | conf.c | 489 int opt; in main() local
|
/u-boot-v2022.01-rc1/lib/efi_selftest/ |
A D | efi_selftest_snp.c | 64 u8 opt[128]; member
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/arch/sandbox/cpu/ |
A D | start.c | 101 struct sandbox_cmdline_option *opt = sorted_opt[i]; in sandbox_early_getopt_check() local
|
/u-boot-v2022.01-rc1/net/ |
A D | bootp.c | 326 u8 *opt = ext; in bootp_process_vendor() local
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/drivers/spi/ |
A D | atmel-quadspi.c | 100 #define QSPI_ICR_OPT(opt) (((opt) << 16) & QSPI_ICR_OPT_MASK) argument
|
/u-boot-v2022.01-rc1/arch/mips/mach-octeon/ |
A D | cvmx-helper-cfg.c | 187 int cvmx_helper_cfg_opt_set(cvmx_helper_cfg_option_t opt, uint64_t val) in cvmx_helper_cfg_opt_set() 197 uint64_t cvmx_helper_cfg_opt_get(cvmx_helper_cfg_option_t opt) in cvmx_helper_cfg_opt_get()
|
/u-boot-v2022.01-rc1/drivers/ddr/fsl/ |
A D | interactive.c | 75 const char *opt, in handle_option_table()
|