/Zephyr-latest/doc/build/dts/ |
D | macros.bnf | 26 node-macro =/ %s"DT_N" path-id %s"_EXISTS" macro 30 node-macro =/ %s"DT_N" path-id %s"_BUS" ["_" dt-name] macro 32 node-macro =/ %s"DT_N" path-id %s"_REG_NUM" macro 33 node-macro =/ %s"DT_N" path-id %s"_REG_IDX_" DIGIT "_EXISTS" macro 34 node-macro =/ %s"DT_N" path-id %s"_REG_IDX_" DIGIT macro 35 %s"_VAL_" ( %s"ADDRESS" / %s"SIZE") macro 36 node-macro =/ %s"DT_N" path-id %s"_REG_NAME_" dt-name macro 37 %s"_VAL_" ( %s"ADDRESS" / %s"SIZE") macro 38 node-macro =/ %s"DT_N" path-id %s"_REG_NAME_" dt-name "_EXISTS" macro 40 node-macro =/ %s"DT_N" path-id %s"_IRQ_NUM" macro [all …]
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/ |
D | smf_calculator_thread.c | 97 static int calculate_result(struct s_object *s) in calculate_result() 151 static void chain_calculations(struct s_object *s) in chain_calculations() 184 struct s_object *s = (struct s_object *)obj; in on_entry() local 196 struct s_object *s = (struct s_object *)obj; in on_run() local 212 struct s_object *s = (struct s_object *)obj; in ready_run() local 258 struct s_object *s = (struct s_object *)obj; in begin_run() local 277 struct s_object *s = (struct s_object *)obj; in negated_1_entry() local 286 struct s_object *s = (struct s_object *)obj; in negated_1_run() local 327 struct s_object *s = (struct s_object *)obj; in operand_1_run() local 348 struct s_object *s = (struct s_object *)obj; in zero_1_run() local [all …]
|
/Zephyr-latest/drivers/sensor/tdk/icm42670/ |
D | icm42670_apex.c | 10 int icm42670_apex_enable(inv_imu_device_t *s) in icm42670_apex_enable() 118 int icm42670_apex_enable_pedometer(const struct device *dev, inv_imu_device_t *s) in icm42670_apex_enable_pedometer() 127 int icm42670_apex_enable_tilt(inv_imu_device_t *s) in icm42670_apex_enable_tilt() 133 int icm42670_apex_enable_smd(inv_imu_device_t *s) in icm42670_apex_enable_smd() 144 int icm42670_apex_enable_wom(inv_imu_device_t *s) in icm42670_apex_enable_wom()
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | sha256.c | 68 struct tc_sha256_state_struct s; in ZTEST() local 98 struct tc_sha256_state_struct s; in ZTEST() local 125 struct tc_sha256_state_struct s; in ZTEST() local 153 struct tc_sha256_state_struct s; in ZTEST() local 181 struct tc_sha256_state_struct s; in ZTEST() local 211 struct tc_sha256_state_struct s; in ZTEST() local 241 struct tc_sha256_state_struct s; in ZTEST() local 271 struct tc_sha256_state_struct s; in ZTEST() local 301 struct tc_sha256_state_struct s; in ZTEST() local 331 struct tc_sha256_state_struct s; in ZTEST() local [all …]
|
D | cmac_mode.c | 55 static void show(const char *label, const uint8_t *s, size_t slen) in show() 68 static uint32_t verify_gf_2_128_double(uint8_t *K1, uint8_t *K2, struct tc_cmac_struct s) in verify_gf_2_128_double() 117 static uint32_t verify_cmac_null_msg(TCCmacState_t s) in verify_cmac_null_msg() 143 static uint32_t verify_cmac_1_block_msg(TCCmacState_t s) in verify_cmac_1_block_msg() 174 static uint32_t verify_cmac_320_bit_msg(TCCmacState_t s) in verify_cmac_320_bit_msg() 208 static uint32_t verify_cmac_512_bit_msg(TCCmacState_t s) in verify_cmac_512_bit_msg()
|
D | aes.c | 91 struct tc_aes_key_sched_struct s; in test_aes_key_chain() local 126 struct tc_aes_key_sched_struct s; in test_aes_vectors() local 146 TCAesKeySched_t s) in var_text_test() 1075 struct tc_aes_key_sched_struct s; in ZTEST() local 1103 struct tc_aes_key_sched_struct s; in var_key_test() local
|
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | strspn.c | 10 size_t strspn(const char *s, in strspn() 22 size_t strcspn(const char *s, in strcspn()
|
D | string.c | 20 char *strcpy(char *ZRESTRICT d, const char *ZRESTRICT s) in strcpy() 42 char *strncpy(char *ZRESTRICT d, const char *ZRESTRICT s, size_t n) in strncpy() 69 char *strchr(const char *s, int c) in strchr() 87 char *strrchr(const char *s, int c) in strrchr() 107 size_t strlen(const char *s) in strlen() 244 void *memmove(void *d, const void *s, size_t n) in memmove() 279 void *memcpy(void *ZRESTRICT d, const void *ZRESTRICT s, size_t n) in memcpy() 385 void *memchr(const void *s, int c, size_t n) in memchr()
|
/Zephyr-latest/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 48 def printfile(s): argument 51 def str2ident(s): argument
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_shell.c | 19 static const char *consume_chars(const char *s, char *dest, unsigned int cnt) in consume_chars() 31 static const char *consume_char(const char *s, char ch) in consume_char() 39 static const char *consume_date(const char *s, struct tm *tm_time) in consume_date() 77 static const char *consume_time(const char *s, struct tm *tm_time) in consume_time() 115 static char *strptime(const char *s, const char *format, struct tm *tm_time) in strptime()
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_descriptor.h | 24 #define USB_BSTRING_LENGTH(s) (sizeof(s) * 2 - 2) argument 36 #define USB_STRING_DESCRIPTOR_LENGTH(s) (sizeof(s) * 2) argument
|
/Zephyr-latest/samples/subsys/zbus/benchmark/src/ |
D | lis.c | 24 #define CREATE_OBSERVER(s) ZBUS_LISTENER_DEFINE(s, s_cb) argument 26 #define CREATE_OBSERVATIONS(s) ZBUS_CHAN_ADD_OBS(bm_channel, s, 3) argument
|
D | msg_sub.c | 22 #define CREATE_OBSERVER(s) ZBUS_MSG_SUBSCRIBER_DEFINE(s) argument 24 #define CREATE_OBSERVATIONS(s) ZBUS_CHAN_ADD_OBS(bm_channel, s, 3) argument
|
D | sub.c | 22 #define CREATE_OBSERVER(s) ZBUS_SUBSCRIBER_DEFINE(s, 4) argument 24 #define CREATE_OBSERVATIONS(s) ZBUS_CHAN_ADD_OBS(bm_channel, s, 3) argument
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_slot.c | 57 struct slot *s; in is_slot_committed() local 106 struct slot *s; in slot_index_defrag() local 257 struct slot *s; in bt_mesh_dfu_slot_del_all() local 268 struct slot *s; in bt_mesh_dfu_slot_at() local 281 struct slot *s; in bt_mesh_dfu_slot_get() local 299 struct slot *s; in bt_mesh_dfu_slot_img_idx_get() local 316 struct slot *s; in bt_mesh_dfu_slot_foreach() local 351 struct slot *s, *prev = NULL; in slot_data_load() local
|
/Zephyr-latest/lib/libc/picolibc/ |
D | cbprintf.c | 17 struct cb_bits *s = (struct cb_bits *) _s; in cbputc() local 25 struct cb_bits s = { in cbvprintf() local
|
/Zephyr-latest/lib/posix/options/ |
D | perror.c | 14 void perror(const char *s) in perror()
|
/Zephyr-latest/samples/posix/eventfd/src/ |
D | main.c | 29 ssize_t s; in writer() local 45 ssize_t s; in reader() local
|
/Zephyr-latest/samples/subsys/console/getline/src/ |
D | main.c | 19 char *s = console_getline(); in main() local
|
/Zephyr-latest/doc/_scripts/ |
D | gen_helpers.py | 11 def write_if_updated(path, s): argument
|
/Zephyr-latest/tests/drivers/console/line_splitting/src/ |
D | main.c | 16 char *s = console_getline(); in main() local
|
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/san/val/src/ |
D | main.c | 25 char *s = malloc(10); in ZTEST() local
|
/Zephyr-latest/lib/libc/common/source/string/ |
D | strnlen.c | 21 size_t strnlen(const char *s, size_t maxlen) in strnlen()
|
/Zephyr-latest/lib/libc/arcmwdt/ |
D | arcmwdt-string.c | 13 size_t strnlen(const char *s, size_t maxlen) in strnlen()
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | atoi.c | 31 int atoi(const char *s) in atoi()
|