Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 274) sorted by relevance

1234567891011

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_trace.h88 #define TR_DUMMY(attr, str, ...) hal_trace_dummy(str, ##__VA_ARGS__) argument
98 #define REL_LOG(attr, str, ...) hal_trace_printf(((attr) & ~TR_ATTR_ARG_NUM_MASK) | \ argument
101 #define REL_LOG_RAW_OUTPUT(str, len) hal_raw_trace_output(str, len) argument
104 #define REL_DUMP8(str, buf, cnt) hal_trace_dump(str, sizeof(uint8_t), cnt, buf) argument
105 #define REL_DUMP16(str, buf, cnt) hal_trace_dump(str, sizeof(uint16_t), cnt, buf) argument
106 #define REL_DUMP32(str, buf, cnt) hal_trace_dump(str, sizeof(uint32_t), cnt, buf) argument
108 #define REL_LOG(attr, str, ...) hal_trace_dummy(str, ##__VA_ARGS__) argument
109 #define REL_LOG_RAW_OUTPUT(str, len) hal_trace_dummy((const char *)str, len) argument
112 #define REL_DUMP8(str, buf, cnt) hal_dump_dummy(str, buf, cnt) argument
113 #define REL_DUMP16(str, buf, cnt) hal_dump_dummy(str, buf, cnt) argument
[all …]
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/ota/
Dota_dbg.h26 #define LOG_V(str, ...) TR_VERBOSE(TR_MOD(OTA), str, ##__VA_ARGS__) argument
27 #define LOG_D(str, ...) TR_DEBUG(TR_MOD(OTA), str, ##__VA_ARGS__) argument
28 #define LOG_I(str, ...) TR_INFO(TR_MOD(OTA), str, ##__VA_ARGS__) argument
29 #define LOG_W(str, ...) TR_WARN(TR_MOD(OTA), str, ##__VA_ARGS__) argument
30 #define LOG_E(str, ...) TR_ERROR(TR_MOD(OTA), str, ##__VA_ARGS__) argument
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/nv_section/
Dnv_section_dbg.h26 #define LOG_V(str, ...) TR_VERBOSE(TR_MOD(NV_SEC), str, ##__VA_ARGS__) argument
27 #define LOG_D(str, ...) TR_DEBUG(TR_MOD(NV_SEC), str, ##__VA_ARGS__) argument
28 #define LOG_I(str, ...) TR_INFO(TR_MOD(NV_SEC), str, ##__VA_ARGS__) argument
29 #define LOG_W(str, ...) TR_WARN(TR_MOD(NV_SEC), str, ##__VA_ARGS__) argument
30 #define LOG_E(str, ...) TR_ERROR(TR_MOD(NV_SEC), str, ##__VA_ARGS__) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_debug.c312 static hdmi_debug_base debug_base_get(const hi_char *str) in debug_base_get()
323 static hi_u32 debug_str_to_u32(const hi_char *str, hi_char **end, hdmi_debug_base base) in debug_str_to_u32()
457 hi_char *str = HI_NULL; in debug_event() local
891 hi_char *str = HI_NULL; in debug_ddc() local
1176 hi_char *str = HI_NULL; in debug_cmd() local
1280 hi_char *str = cmd_arg->argv[2]; in debug_hdr_delay_set() local
1319 hi_char *str = HI_NULL; in debug_hdr() local
2159 hi_char *str = HI_NULL; in frl_cfg_parse() local
2213 hi_char *str = HI_NULL; in debug_frl_cfg() local
2310 hi_char *str = HI_NULL; in debug_compat() local
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor/nvp6324/i2c/
Dstrfunc.c23 int StrToNumber(char *str, unsigned int *pulValue) in StrToNumber()
36 static int atoul(char *str, unsigned int *pulValue) in atoul()
58 int atoulx(char *str, unsigned int *pulValue) in atoulx()
/device/soc/telink/b91/hdf/uart/
Duart_telink.c166 static uart_tx_pin_e tx_pin_from_str(const char *str) in tx_pin_from_str()
186 static uart_rx_pin_e rx_pin_from_str(const char *str) in rx_pin_from_str()
206 static uint8_t stop_bit_from_str(const char *str) in stop_bit_from_str()
221 static uint8_t parity_from_str(const char *str) in parity_from_str()
236 static int32_t get_port_config(const struct DeviceResourceNode *node, const char *str, uint32_t *ds… in get_port_config()
/device/soc/rockchip/common/sdk_linux/init/
Dmain.c185 static int __init set_reset_devices(char *str) in set_reset_devices()
243 static int __init debug_kernel(char *str) in debug_kernel()
249 static int __init quiet_kernel(char *str) in quiet_kernel()
258 static int __init loglevel(char *str) in loglevel()
500 static int __init warn_bootconfig(char *str) in warn_bootconfig()
598 static int __init init_setup(char *str) in init_setup()
616 static int __init rdinit_setup(char *str) in rdinit_setup()
1124 static int __init initcall_blacklist(char *str) in initcall_blacklist()
1180 static int __init initcall_blacklist(char *str) in initcall_blacklist()
1392 static int __init set_debug_rodata(char *str) in set_debug_rodata()
/device/soc/winnermicro/wm800/board/platform/common/utils/
Dutils.c256 int strtodec(int *dec, char *str) in strtodec()
302 int strtohex(u32 *hex, char *str) in strtohex()
329 int strtohexarray(u8 array[], int cnt, char *str) in strtohexarray()
358 int strtoip(u32 *ipadr, char * str) in strtoip()
406 void iptostr(u32 ip, char *str) in iptostr()
416 void mactostr(u8 mac[], char *str) in mactostr()
/device/soc/rockchip/common/sdk_linux/kernel/power/
Dhibernate.c1317 static int __init resume_setup(char *str) in resume_setup()
1327 static int __init resume_offset_setup(char *str) in resume_offset_setup()
1342 static int __init hibernate_setup(char *str) in hibernate_setup()
1357 static int __init noresume_setup(char *str) in noresume_setup()
1363 static int __init resumewait_setup(char *str) in resumewait_setup()
1369 static int __init resumedelay_setup(char *str) in resumedelay_setup()
1379 static int __init nohibernate_setup(char *str) in nohibernate_setup()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat.c290 int at_pading(char *str, size_t size, const char *format, ...) in at_pading()
500 size_t at_printf_decode(hi_u8 *buf, size_t maxlen, const char *str) in at_printf_decode()
528 char *str = NULL; in at_parse_string_normal() local
547 char *str = NULL; in at_parse_string_with_p() local
575 hi_u8 *str = NULL; in at_parse_string_other() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/usb/sunxi_usb/misc/
Dsunxi_usb_debug.c21 char *str) in print_usb_reg_by_ep()
130 char *str) in print_all_usb_reg()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/uart/
Dprintf.c198 #define OUTCHAR(str, len, size, ch) \ argument
218 int __wrap_vsnprintf(char *str, size_t size, const char *format, va_list args) in __wrap_vsnprintf()
638 static void fmtstr(char *str, size_t *len, size_t size, const char *value, int width, in fmtstr()
671 static void fmtint(char *str, size_t *len, size_t size, INTMAX_T value, int base, int width, in fmtint()
771 static void fmtflt(char *str, size_t *len, size_t size, LDOUBLE fvalue, int width, in fmtflt()
1050 static void printsep(char *str, size_t *len, size_t size) in printsep()
1207 int __wrap_snprintf(char *str, size_t size, const char *format, ...) in __wrap_snprintf()
1230 int __wrap_sprintf(char *str, const char *format, ...) in __wrap_sprintf()
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
Dsystem.c68 const char *_parse_integer_fixup_radix(const char *str, unsigned int *base) in _parse_integer_fixup_radix()
89 unsigned int _parse_integer(const char *str, unsigned int base, unsigned long long *p) in _parse_integer()
141 char* skip_spaces(const char * str) in skip_spaces()
213 const char *str = __s; in pre_vsscanf() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_string.c57 long osal_strtol(const char *str, char **end, unsigned int base) in osal_strtol()
63 unsigned long osal_strtoul(const char *str, char **end, unsigned int base) in osal_strtoul()
/device/soc/goodix/gr551x/sdk_liteos/platform/system/
Dsystem.c65 const char *_parse_integer_fixup_radix(const char *str, unsigned int *base) in _parse_integer_fixup_radix()
86 unsigned int _parse_integer(const char *str, unsigned int base, unsigned long long *p) in _parse_integer()
138 char* skip_spaces(const char * str) in skip_spaces()
210 const char *str = __s; in pre_vsscanf() local
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/uart/
Duart_esp32u4.c139 static int GetWordLengthFromStr(const char *str) in GetWordLengthFromStr()
151 static int GetParityFromStr(const char *str) in GetParityFromStr()
161 static int GetStopBitsFromStr(const char *str) in GetStopBitsFromStr()
171 static int GetHwFlowControlFromStr(const char *str) in GetHwFlowControlFromStr()
/device/soc/amlogic/a311d/soc/amlogic/media/common/codec_mm/configs/
Dconfigs.c63 char *str; in configs_parser_first_node() local
102 char *str; in configs_parser_str_valstr() local
114 static int configs_parser_value_u32(const char *str, u32 *val) in configs_parser_value_u32()
142 static int configs_parser_value_u64(const char *str, u64 *val) in configs_parser_value_u64()
170 static int configs_parser_value_bool(const char *str, bool *pbool) in configs_parser_value_bool()
498 static int configs_str2config(struct mconfig *config, const char *str) in configs_str2config()
932 int configs_set_prefix_path_str(const char *prefix, const char *path, const char *str) in configs_set_prefix_path_str()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/common/codec_mm/configs/
Dconfigs.c69 char *str; in configs_parser_first_node() local
108 char *str; in configs_parser_str_valstr() local
118 static int configs_parser_value_u32(const char *str, u32 *val) in configs_parser_value_u32()
143 static int configs_parser_value_u64(const char *str, u64 *val) in configs_parser_value_u64()
168 static int configs_parser_value_bool(const char *str, bool *pbool) in configs_parser_value_bool()
512 const char *str) in configs_str2config()
974 const char *path, const char *str) in configs_set_prefix_path_str()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
Dkutf_helpers_user.c93 static int find_quoted_string_valid_len(const char *str) in find_quoted_string_valid_len()
106 const char *str) in kutf_helper_userdata_enqueue()
436 char *str = kutf_mempool_alloc(&context->fixture_pool, sizeof(DUMMY_MSG)); in kutf_helper_receive_check_val() local
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/pwm/
Dpwm_esp32u4.c90 static int GetPinIndexFromStr(const char *str) in GetPinIndexFromStr()
114 static int GetTimerFromStr(const char *str) in GetTimerFromStr()
129 static int GetChannelFromStr(const char *str) in GetChannelFromStr()
/device/board/openvalley/niobeu4/liteos_m/hdf_drivers/gpio/
Dgpio_esp32u4.c205 static int GetPinIndexFromStr(const char *str) in GetPinIndexFromStr()
229 static int GetPullModeFromStr(const char *str) in GetPullModeFromStr()
241 static int GetDriveCapabilityFromStr(const char *str) in GetDriveCapabilityFromStr()
/device/soc/rockchip/rk2206/hdf_driver/fs/
Dfs_driver.c58 static int32_t fs_get_partition(void *str, uint32_t *partition) in fs_get_partition()
83 unsigned char *str; in fs_read() local
139 unsigned char *str; in fs_write() local
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/platform/system/
Dduet_common.c85 int convert_str_to_int(char *str) in convert_str_to_int()
96 int convert_str_to_int(char *str) in convert_str_to_int()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/services/tota/
Dapp_tota_cmd_code.h29 #define TOTA_LOG_DBG(num,str,...) TRACE(num,LOG_TAG"" str, ##__VA_ARGS__) // DEBUG OU… argument
30 #define TOTA_LOG_MSG(num,str,...) TRACE(num,LOG_TAG"" str, ##__VA_ARGS__) // MESSAGE … argument
31 #define TOTA_LOG_ERR(num,str,...) TRACE(num,LOG_TAG"err:""" str, ##__VA_ARGS__) // ERROR OU… argument
/device/soc/winnermicro/wm800/board/platform/arch/xt804/libc/
Dlibc_port.c689 static inline unsigned int _strnlen_s(const char* str, size_t maxsize) in _strnlen_s()
706 static unsigned int _atoi(const char** str) in _atoi()
1531 …__attribute__((__weak__)) int sscanf(const char *str, const char *format, ...) /* bug: replace 3.1… in sscanf()
1543 __attribute__((__weak__)) int __cskyvscanfsscanf(const char *str, const char *format, ...) in __cskyvscanfsscanf()
1555 __attribute__((__weak__)) int __cskyvprintfsprintf(char *str, const char *format, ...) in __cskyvprintfsprintf()
1567 __attribute__((__weak__)) int __cskyvprintfsnprintf(char *str, size_t size, const char *format, ...) in __cskyvprintfsnprintf()
1579 __attribute__((__weak__)) int __cskyvprintfvsnprintf(char *str, size_t size, const char *format, va… in __cskyvprintfvsnprintf()
1584 __attribute__((__weak__)) int __cskyvprintfvsprintf(char *str, const char *format, va_list ap) in __cskyvprintfvsprintf()

1234567891011