| /rk3399_rockchip-uboot/examples/api/ |
| H A D | glue.c | 16 struct api_signature s; in valid_sig() local 101 void ub_puts(const char *s) in ub_puts()
|
| /rk3399_rockchip-uboot/drivers/power/ |
| H A D | power_core.c | 97 struct pmic *pmic_get(const char *s) in pmic_get()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | io.h | 258 #define writesl(a, d, s) __raw_writesl((unsigned long)a, d, s) argument 259 #define readsl(a, d, s) __raw_readsl((unsigned long)a, d, s) argument 260 #define writesw(a, d, s) __raw_writesw((unsigned long)a, d, s) argument 261 #define readsw(a, d, s) __raw_readsw((unsigned long)a, d, s) argument 262 #define writesb(a, d, s) __raw_writesb((unsigned long)a, d, s) argument 263 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) argument 303 #define eth_io_copy_and_sum(s,c,l,b) \ argument
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | usb_mass_storage.c | 55 char *s, *t, *devnum_part_str, *name; in ums_init() local
|
| H A D | fdt.c | 850 const char *s = data; in is_printable_string() local 932 const u8 *s; in print_data() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | strto.c | 17 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix()
|
| H A D | hashtable.c | 631 char *s = ep->data; in hexport_r() local 687 const char *s; in hexport_r() local
|
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | rkflash_debug.c | 84 void rkflash_print_hex(const char *s, const void *buf, int w, size_t len) in rkflash_print_hex()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | unpack_bootimg | 50 def cstr(s): argument
|
| H A D | docproc.c | 332 char *s; in docsect() local 446 char * s; in parse_file() local
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | zimage.c | 274 char *s; in do_zboot() local
|
| /rk3399_rockchip-uboot/fs/zfs/ |
| H A D | zfs_sha256.c | 52 #define Rot32(x, s) (((x) >> s) | ((x) << (32 - s))) argument
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 536 def eval(self, s): argument 1198 def _tokenize(self, s, for_eval, filename=None, linenr=None): argument 1568 def _expand_sym_refs(self, s): argument 3352 def _is_base_n(s, n): argument 3364 def _comment(s): argument 3387 def _tokenization_error(s, filename, linenr): argument 3392 def _parse_error(s, msg, filename, linenr): argument
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt.c | 230 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | cfb_console.c | 320 static void video_drawchars(int xx, int yy, unsigned char *s, int count) in video_drawchars() 503 static inline void video_drawstring(int xx, int yy, unsigned char *s) in video_drawstring() 568 static void memcpyl(int *d, int *s, int c) in memcpyl() 1021 static void cfb_video_puts(struct stdio_dev *dev, const char *s) in cfb_video_puts() 1853 __maybe_unused char *s; in video_logo() local
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc.c | 126 const char *s; in guess_type_by_name() local
|
| /rk3399_rockchip-uboot/board/Barix/ipam390/ |
| H A D | ipam390.c | 156 char *s; in get_board_rev() local
|
| /rk3399_rockchip-uboot/lib/optee_clientApi/ |
| H A D | OpteeClientSMC.c | 24 void tee_uuid_to_octets(uint8_t *d, const TEEC_UUID *s) in tee_uuid_to_octets()
|
| /rk3399_rockchip-uboot/lib/dhry/ |
| H A D | dhry_1.c | 414 memcpy (d, s, l) in memcpy() argument
|
| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 1168 static void setup_string_in_str(struct in_str *i, const char *s) 2047 const char *s; local 2075 static int glob_needed(const char *s) 2138 char *get_local_var(const char *s) 2160 int set_local_var(const char *s, int flg_export) 2281 static int is_assignment(const char *s) 2458 char *str, *s; local 3153 const unsigned char *s; local 3257 static int parse_string_outer(const char *s, int flag)
|
| H A D | log.c | 60 const char *s, *p; in log_has_file() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/ |
| H A D | micro-support-card.c | 220 void led_puts(const char *s) in led_puts()
|
| /rk3399_rockchip-uboot/net/ |
| H A D | cdp.c | 109 ushort *s; in cdp_send_trigger() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/ |
| H A D | spr_misc.c | 219 char *e, *s = argv[2]; in do_chip_config() local
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | ydirectenv.h | 40 #define yaffs_strnlen(s, m) strnlen(s, m) argument
|