Searched defs:def (Results 1 – 13 of 13) sorted by relevance
/u-boot-v2022.01-rc1/scripts/kconfig/ |
A D | conf.c | 83 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() 132 const char *def; in conf_string() local 261 int cnt, def; in conf_choice() local
|
A D | confdata.c | 162 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() 283 int conf_read_simple(const char *name, int def) in conf_read_simple() 1128 int cnt, def; in randomize_choice_values() local
|
A D | expr.h | 104 struct symbol_value def[S_DEF_COUNT]; member
|
A D | gconf.c | 1041 const char *def; in fill_row() local
|
/u-boot-v2022.01-rc1/drivers/video/ |
A D | videomodes.c | 334 char *dest, int dest_len, const char *def) in video_get_option_string() 364 int video_get_option_int(const char *options, const char *name, int def) in video_get_option_int()
|
/u-boot-v2022.01-rc1/arch/arm/include/asm/mach-imx/ |
A D | iomux-v3.h | 276 #define SETUP_IOMUX_PAD(def) \ argument 286 #define SETUP_IOMUX_PAD(def) \ argument 292 #define SETUP_IOMUX_PAD(def) \ argument 298 #define SETUP_IOMUX_PAD(def) \ argument
|
/u-boot-v2022.01-rc1/drivers/core/ |
A D | read.c | 22 int def) in dev_read_u32_default() 34 int index, u32 def) in dev_read_u32_index_default() 46 int def) in dev_read_s32_default() 70 u64 def) in dev_read_u64_default()
|
A D | ofnode.c | 39 u32 ofnode_read_u32_default(ofnode node, const char *propname, u32 def) in ofnode_read_u32_default() 79 u32 def) in ofnode_read_u32_index_default() 87 int ofnode_read_s32_default(ofnode node, const char *propname, s32 def) in ofnode_read_s32_default() 119 u64 ofnode_read_u64_default(ofnode node, const char *propname, u64 def) in ofnode_read_u64_default()
|
/u-boot-v2022.01-rc1/include/dm/ |
A D | read.h | 734 const char *propname, int def) in dev_read_u32_default() 747 u32 def) in dev_read_u32_index_default() 760 const char *propname, int def) in dev_read_s32_default() 786 const char *propname, u64 def) in dev_read_u64_default()
|
/u-boot-v2022.01-rc1/board/siemens/common/ |
A D | board.c | 123 unsigned char get_button_state(char * const envname, unsigned char def) in get_button_state()
|
/u-boot-v2022.01-rc1/board/siemens/capricorn/ |
A D | board.c | 382 unsigned char get_button_state(char * const envname, unsigned char def) in get_button_state()
|
/u-boot-v2022.01-rc1/drivers/spi/ |
A D | davinci_spi.c | 80 dv_reg def; /* 0x4c */ member
|
/u-boot-v2022.01-rc1/tools/ |
A D | asn1_compiler.c | 707 struct token *def; member
|
Completed in 36 milliseconds