Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 21 of 21) sorted by relevance

/u-boot/fs/yaffs2/
A Dyaffscfg.h33 const YCHAR *prefix; member
/u-boot/include/linux/
A Dcompiler.h177 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) argument
323 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
330 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
333 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
A Dcompiler-clang.h13 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
A Dcompiler-gcc.h71 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
/u-boot/scripts/dtc/
A Dsrcpos.c269 void srcpos_verror(struct srcpos *pos, const char *prefix, in srcpos_verror()
283 void srcpos_error(struct srcpos *pos, const char *prefix, in srcpos_error()
A Ddtc.c44 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths()
A Ddtc.h70 #define strstarts(s, prefix) (strncmp((s), (prefix), strlen(prefix)) == 0) argument
A Dflattree.c117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label()
/u-boot/test/
A Dcmd_ut.c16 int cmd_ut_category(const char *name, const char *prefix, in cmd_ut_category()
/u-boot/drivers/usb/eth/
A Dlan7x.h134 const char *prefix, const u32 reg, in lan7x_wait_for_bit()
175 const char *prefix, in lan7x_mdio_wait_for_bit()
/u-boot/arch/arm/include/asm/arch-mx6/
A Dmx6-pins.h10 #define MX6_PAD_DECLARE(prefix, name, pco, mc, mm, sio, si, pc) \ argument
/u-boot/board/BuR/common/
A Dcommon.c153 static void br_summaryscreen_printenv(char *prefix, in br_summaryscreen_printenv()
/u-boot/drivers/mtd/ubi/
A Dcrc32.c385 buf_dump(char const *prefix, unsigned char const *buf, size_t len) in buf_dump()
/u-boot/board/sunxi/
A Dboard.c915 char *prefix = IS_ENABLED(CONFIG_ARM64) ? "allwinner/" : ""; in misc_init_r() local
/u-boot/tools/buildman/
A Dtest.py238 def add_line_prefix(prefix, boards, error_str, colour): argument
/u-boot/include/power/
A Dpmic.h190 const char *prefix; member
/u-boot/scripts/kconfig/
A Dmenu.c774 enum prop_type tok, const char *prefix) in get_symbol_props_str()
A Dconfdata.c596 const char *prefix = ""; in header_print_symbol() local
/u-boot/lib/
A Dstring.c708 unsigned int words, prefix; in memchr_inv() local
/u-boot/tools/binman/
A Dentry.py272 def SetPrefix(self, prefix): argument
A Dftest.py604 def _GetPropTree(self, dtb, prop_names, prefix='/binman/'): argument

Completed in 37 milliseconds