Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 31) 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 Dndisc.h19 __u8 opt[0]; member
25 __u8 opt[0]; member
33 __u8 opt[0]; member
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()
127 int hwconfig_f(const char *opt, char *buf) in hwconfig_f()
145 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) in hwconfig_arg_f()
164 int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf) in hwconfig_arg_cmp_f()
188 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f()
209 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f()
231 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
/u-boot/drivers/phy/marvell/
A Dcomphy_mux.c23 int lane, opt, valid; in comphy_mux_check_config() local
60 int opt; in comphy_mux_get_mux_value() local
/u-boot/board/phytec/phycore_rk3288/
A Dphycore-rk3288.c41 struct rk3288_som opt; in rk3288_board_late_init() 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()
A Deficonfig.c2385 efi_status_t eficonfig_enumerate_boot_option(struct eficonfig_media_boot_option *opt, in eficonfig_enumerate_boot_option()
2448 efi_status_t eficonfig_delete_invalid_boot_option(struct eficonfig_media_boot_option *opt, in eficonfig_delete_invalid_boot_option()
2562 struct eficonfig_media_boot_option *opt = NULL; in eficonfig_generate_media_device_boot_option() local
/u-boot/lib/efi_loader/
A Defi_image_loader.c391 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_image_parse() local
415 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_image_parse() local
903 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_load_pe() local
919 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_load_pe() local
/u-boot/tools/
A Ddumpimage.c66 int opt; in main() local
A Dfdt_add_pubkey.c35 int opt; in process_args() local
A Dmkimage.c205 int opt; in process_args() local
A Difdtool.c813 int opt, option_index = 0; in main() local
/u-boot/test/lib/
A Dgetopt.c20 int opt; in do_test_getopt() local
/u-boot/tools/buildman/
A Dcfgutil.py15 def make_cfg_line(opt, adj): 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.c96 u32 opt; in edma3_set_dest() local
167 u32 opt; in edma3_set_src() local
257 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.c489 int opt; in main() local
/u-boot/net/
A Dndisc.c53 static int ndisc_insert_option(__u8 *opt, int type, u8 *data, int len) in ndisc_insert_option()
A Dbootp.c322 u8 *opt = ext; in bootp_process_vendor() local
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c64 u8 opt[128]; member
/u-boot/arch/sandbox/cpu/
A Dstart.c102 struct sandbox_cmdline_option *opt = sorted_opt[i]; in sandbox_early_getopt_check() 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

Completed in 51 milliseconds

12