| /Zephyr-latest/scripts/ci/es_upload/ | 
| D | zephyr_twister_flat_recording_index.json | 6                     "type": "date"  string9                     "type": "keyword",  string
 13                     "type": "keyword",  string
 17                     "type": "keyword",  string
 21                     "type": "keyword",  string
 25                     "type": "integer"  string
 28                     "type": "date"  string
 31                     "type": "keyword",  string
 35                     "type": "keyword",  string
 39                     "type": "object",  string
 [all …]
 
 | 
| D | zephyr_twister_flat_footprint_index.json | 6                     "type": "date"  string9                     "type": "keyword",  string
 13                     "type": "keyword",  string
 17                     "type": "keyword",  string
 21                     "type": "keyword",  string
 25                     "type": "integer"  string
 28                     "type": "date"  string
 31                     "type": "keyword",  string
 35                     "type": "keyword",  string
 39                     "type": "object",  string
 [all …]
 
 | 
| D | zephyr_twister_flat_recording_metrics_index.json | 6                     "type": "date"  string9                     "type": "keyword",  string
 13                     "type": "keyword",  string
 17                     "type": "keyword",  string
 21                     "type": "keyword",  string
 25                     "type": "integer"  string
 28                     "type": "date"  string
 31                     "type": "keyword",  string
 35                     "type": "keyword",  string
 39                     "type": "object",  string
 [all …]
 
 | 
| D | zephyr_twister_index.json | 6                     "type": "date"  string9                     "type": "keyword",  string
 13                     "type": "keyword",  string
 17                     "type": "keyword",  string
 21                     "type": "keyword",  string
 25                     "type": "integer"  string
 28                     "type": "date"  string
 31                     "type": "keyword",  string
 35                     "type": "keyword",  string
 39                     "type": "object",  string
 [all …]
 
 | 
| /Zephyr-latest/arch/arm64/core/ | 
| D | reboot.c | 15 void __weak sys_arch_reboot(int type)  in sys_arch_reboot()30 void __weak sys_arch_reboot(int type)  in sys_arch_reboot()
 
 | 
| /Zephyr-latest/tests/net/socket/register/src/ | 
| D | main.c | 20 	int type;  member169 static int socket_test(int family, int type, int proto)  in socket_test()
 185 static int socket_test_ok(int family, int type, int proto)  in socket_test_ok()
 191 static bool is_tls(int family, int type, int proto)  in is_tls()
 202 static bool is_packet(int family, int type, int proto)  in is_packet()
 214 static bool is_can(int family, int type, int proto)  in is_can()
 223 static bool is_ip(int family, int type, int proto)  in is_ip()
 
 | 
| /Zephyr-latest/soc/nordic/nrf54h/bicr/ | 
| D | bicr-schema.json | 3   "type": "object",  string6       "type": "object",  string
 10           "type": "string",  string
 30       "type": "object",  string
 34           "type": "string",  string
 49           "type": "string",  string
 64           "type": "string",  string
 79           "type": "string",  string
 94           "type": "string",  string
 120       "type": "object",  string
 [all …]
 
 | 
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_add_type/src/ | 
| D | main.c | 35 		int type = testing_type_lut[it];  in ZTEST()  local60 	int type = BT_KEYS_ALL;  in ZTEST()  local
 84 	int type = BT_KEYS_ALL;  in ZTEST()  local
 
 | 
| /Zephyr-latest/tests/drivers/clock_control/nrf_lf_clock_start/src/ | 
| D | main.c | 14 static void xtal_check(bool on, nrf_clock_lfclk_t type)  in xtal_check()29 static void rc_check(bool on, nrf_clock_lfclk_t type)  in rc_check()
 39 static void synth_check(bool on, nrf_clock_lfclk_t type)  in synth_check()
 
 | 
| /Zephyr-latest/drivers/i3c/ | 
| D | i3c_test.c | 19 			     enum i3c_config_type type, void *config)  in vnd_i3c_configure()25 			      enum i3c_config_type type, void *config)  in vnd_i3c_config_get()
 
 | 
| /Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ | 
| D | state_binding.c | 110 void set_target(uint8_t type, void *dptr)  in set_target()173 int get_current(uint8_t type)  in get_current()
 205 int get_target(uint8_t type)  in get_target()
 
 | 
| /Zephyr-latest/subsys/net/lib/tls_credentials/ | 
| D | tls_credentials.c | 49 				      enum tls_credential_type type)  in credential_get()124 int tls_credential_add(sec_tag_t tag, enum tls_credential_type type,  in tls_credential_add()
 155 int tls_credential_get(sec_tag_t tag, enum tls_credential_type type,  in tls_credential_get()
 190 int tls_credential_delete(sec_tag_t tag, enum tls_credential_type type)  in tls_credential_delete()
 
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | iterable_sections.h | 42 #define TYPE_SECTION_ITERABLE(type, varname, secname, section_postfix) \  argument78 #define TYPE_SECTION_START_EXTERN(type, secname) \  argument
 92 #define TYPE_SECTION_END_EXTERN(type, secname) \  argument
 105 #define TYPE_SECTION_FOREACH(type, secname, iterator)		\  argument
 125 #define TYPE_SECTION_GET(type, secname, i, dst) do { \  argument
 137 #define TYPE_SECTION_COUNT(type, secname, dst) do { \  argument
 
 | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | reboot.c | 24 void __weak sys_arch_reboot(int type)  in sys_arch_reboot()
 | 
| /Zephyr-latest/lib/os/ | 
| D | reboot.c | 16 FUNC_NORETURN void sys_reboot(int type)  in sys_reboot()
 | 
| /Zephyr-latest/soc/ti/lm3s6965/ | 
| D | sys_arch_reboot.c | 20 void sys_arch_reboot(int type)  in sys_arch_reboot()
 | 
| /Zephyr-latest/modules/trusted-firmware-m/src/ | 
| D | reboot.c | 28 void sys_arch_reboot(int type)  in sys_arch_reboot()
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ | 
| D | tester.c | 41 static void cb_expect_rpa(const bt_addr_le_t *addr, int8_t rssi, uint8_t type,  in cb_expect_rpa()83 static void cb_expect_id(const bt_addr_le_t *addr, int8_t rssi, uint8_t type,  in cb_expect_id()
 98 static void scan_cb(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, struct net_buf_simple *ad)  in scan_cb()
 
 | 
| /Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_type/src/ | 
| D | main.c | 77 	int type;  in ZTEST()  local116 	int type = BT_KEYS_IRK;  in ZTEST()  local
 139 	int type;  in ZTEST()  local
 
 | 
| /Zephyr-latest/kernel/ | 
| D | obj_core.c | 14 struct k_obj_type *z_obj_type_init(struct k_obj_type *type,  in z_obj_type_init()25 void k_obj_core_init(struct k_obj_core *obj_core, struct k_obj_type *type)  in k_obj_core_init()
 44 			      struct k_obj_type *type)  in k_obj_core_init_and_link()
 61 	struct k_obj_type *type;  in k_obj_type_find()  local
 80 int k_obj_type_walk_locked(struct k_obj_type *type,  in k_obj_type_walk_locked()
 104 int k_obj_type_walk_unlocked(struct k_obj_type *type,  in k_obj_type_walk_unlocked()
 
 | 
| /Zephyr-latest/tests/bluetooth/host/id/mocks/ | 
| D | conn.c | 17 bool bt_conn_is_type(const struct bt_conn *conn, enum bt_conn_type type)  in bt_conn_is_type()
 | 
| /Zephyr-latest/include/zephyr/tracing/ | 
| D | tracing_macros.h | 13 #define SYS_PORT_TRACING_FUNC(type, func, ...) do { } while (false)  argument14 #define SYS_PORT_TRACING_FUNC_ENTER(type, func, ...) do { } while (false)  argument
 15 #define SYS_PORT_TRACING_FUNC_BLOCKING(type, func, ...) do { } while (false)  argument
 16 #define SYS_PORT_TRACING_FUNC_EXIT(type, func, ...) do { } while (false)  argument
 23 #define SYS_PORT_TRACING_TRACKING_FIELD(type)  argument
 40 #define _SYS_PORT_TRACING_TYPE_MASK(type) \  argument
 208 #define _SYS_PORT_TRACE_IS_DISABLED(type) sys_port_trace_##type##_is_disabled  argument
 210 #define _SYS_PORT_TRACE_IF_NOT_DISABLED(type, func, ...)                                           \  argument
 222 #define SYS_PORT_TRACING_TYPE_MASK(type, trace_call) \  argument
 235 #define SYS_PORT_TRACING_FUNC(type, func, ...)                                                     \  argument
 [all …]
 
 | 
| /Zephyr-latest/subsys/sensing/ | 
| D | sensing_sensor.c | 34 int sensing_sensor_get_reporters(const struct device *dev, int type,  in sensing_sensor_get_reporters()52 int sensing_sensor_get_reporters_count(const struct device *dev, int type)  in sensing_sensor_get_reporters_count()
 
 | 
| /Zephyr-latest/subsys/net/l2/virtual/ | 
| D | virtual_mgmt.c | 25 	enum virtual_interface_config_type type;  in virtual_interface_set_config()  local89 	enum virtual_interface_config_type type;  in virtual_interface_get_config()  local
 
 | 
| /Zephyr-latest/soc/atmel/sam/common/ | 
| D | soc_power.c | 17 void sys_arch_reboot(int type)  in sys_arch_reboot()
 |