Home
last modified time | relevance | path

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

12

/u-boot/include/
A Dhwconfig.h29 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 Dgetopt.h30 int opt; member
/u-boot/common/
A Dhwconfig.c31 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 Dcomphy_mux.c24 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 Defi_image_loader.c297 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 Dlog.c93 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 Dadtimg.c74 static int adtimg_getopt_u32(char * const opt, char * const name, u32 *optval) in adtimg_getopt_u32()
/u-boot/tools/
A Ddumpimage.c68 int opt; in main() local
A Dmkimage.c151 int opt; in process_args() local
A Dproftool.c567 int opt; in main() local
A Difdtool.c813 int opt, option_index = 0; in main() local
/u-boot/board/phytec/phycore_rk3288/
A Dphycore-rk3288.c43 struct rk3288_som opt; in rk3288_board_late_init() local
/u-boot/test/lib/
A Dgetopt.c20 int opt; in do_test_getopt() local
/u-boot/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py30 def add_opt(self, opt): argument
/u-boot/arch/arm/include/asm/ti-common/
A Dti-edma3.h63 u32 opt; member
81 u32 opt; member
/u-boot/drivers/dma/
A Dti-edma3.c95 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 Ddtc.c175 int opt; in main() local
/u-boot/scripts/kconfig/
A Dconf.c496 int opt; in main() local
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c64 u8 opt[128]; member
/u-boot/lib/zstd/
A Dzstd_opt.h413 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 Dstart.c100 struct sandbox_cmdline_option *opt = sorted_opt[i]; in sandbox_early_getopt_check() local
/u-boot/net/
A Dbootp.c326 u8 *opt = ext; in bootp_process_vendor() local
/u-boot/fs/btrfs/
A Dctree.h1158 #define btrfs_fs_incompat(fs_info, opt) \ argument
1168 #define btrfs_fs_compat_ro(fs_info, opt) \ argument
/u-boot/drivers/spi/
A Datmel-quadspi.c100 #define QSPI_ICR_OPT(opt) (((opt) << 16) & QSPI_ICR_OPT_MASK) argument
/u-boot/drivers/ddr/fsl/
A Dinteractive.c75 const char *opt, in handle_option_table()

Completed in 31 milliseconds

12