Home
last modified time | relevance | path

Searched defs:s (Results 126 – 150 of 296) sorted by relevance

12345678910>>...12

/rk3399_rockchip-uboot/examples/api/
H A Dglue.c16 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 Dpower_core.c97 struct pmic *pmic_get(const char *s) in pmic_get()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dio.h258 #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 Dusb_mass_storage.c55 char *s, *t, *devnum_part_str, *name; in ums_init() local
H A Dfdt.c850 const char *s = data; in is_printable_string() local
932 const u8 *s; in print_data() local
/rk3399_rockchip-uboot/lib/
H A Dstrto.c17 static const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix()
H A Dhashtable.c631 char *s = ep->data; in hexport_r() local
687 const char *s; in hexport_r() local
/rk3399_rockchip-uboot/drivers/rkflash/
H A Drkflash_debug.c84 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 Dunpack_bootimg50 def cstr(s): argument
H A Ddocproc.c332 char *s; in docsect() local
446 char * s; in parse_file() local
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dzimage.c274 char *s; in do_zboot() local
/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs_sha256.c52 #define Rot32(x, s) (((x) >> s) | ((x) << (32 - s))) argument
/rk3399_rockchip-uboot/tools/buildman/
H A Dkconfiglib.py536 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 Dfdt.c230 const char *_fdt_find_string(const char *strtab, int tabsize, const char *s) in _fdt_find_string()
/rk3399_rockchip-uboot/drivers/video/
H A Dcfb_console.c320 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 Ddtc.c126 const char *s; in guess_type_by_name() local
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A Dipam390.c156 char *s; in get_board_rev() local
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientSMC.c24 void tee_uuid_to_octets(uint8_t *d, const TEEC_UUID *s) in tee_uuid_to_octets()
/rk3399_rockchip-uboot/lib/dhry/
H A Ddhry_1.c414 memcpy (d, s, l) in memcpy() argument
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c1168 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 Dlog.c60 const char *s, *p; in log_has_file() local
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dmicro-support-card.c220 void led_puts(const char *s) in led_puts()
/rk3399_rockchip-uboot/net/
H A Dcdp.c109 ushort *s; in cdp_send_trigger() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Dspr_misc.c219 char *e, *s = argv[2]; in do_chip_config() local
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dydirectenv.h40 #define yaffs_strnlen(s, m) strnlen(s, m) argument

12345678910>>...12