Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/Zephyr-latest/scripts/ci/es_upload/
Dzephyr_twister_flat_recording_index.json6 "type": "date" string
9 "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 …]
Dzephyr_twister_flat_footprint_index.json6 "type": "date" string
9 "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 …]
Dzephyr_twister_flat_recording_metrics_index.json6 "type": "date" string
9 "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 …]
Dzephyr_twister_index.json6 "type": "date" string
9 "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/
Dreboot.c15 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/
Dmain.c20 int type; member
169 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/
Dbicr-schema.json3 "type": "object", string
6 "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/
Dmain.c35 int type = testing_type_lut[it]; in ZTEST() local
60 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/
Dmain.c14 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/
Di3c_test.c19 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/
Dstate_binding.c110 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/
Dtls_credentials.c49 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/
Diterable_sections.h42 #define TYPE_SECTION_ITERABLE(type, varname, secname, section_postfix) \ argument
78 #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/soc/ti/lm3s6965/
Dsys_arch_reboot.c20 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/modules/trusted-firmware-m/src/
Dreboot.c28 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/lib/os/
Dreboot.c16 FUNC_NORETURN void sys_reboot(int type) in sys_reboot()
/Zephyr-latest/arch/riscv/core/
Dreboot.c24 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_type/src/
Dmain.c77 int type; in ZTEST() local
116 int type = BT_KEYS_IRK; in ZTEST() local
139 int type; in ZTEST() local
/Zephyr-latest/kernel/
Dobj_core.c14 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/include/zephyr/tracing/
Dtracing_macros.h13 #define SYS_PORT_TRACING_FUNC(type, func, ...) do { } while (false) argument
14 #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/tests/bsim/bluetooth/host/privacy/legacy/src/
Dtester.c38 static void cb_expect_rpa(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_expect_rpa()
82 static void cb_expect_id(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_expect_id()
100 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/subsys/sensing/
Dsensing_sensor.c34 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/
Dvirtual_mgmt.c25 enum virtual_interface_config_type type; in virtual_interface_set_config() local
89 enum virtual_interface_config_type type; in virtual_interface_get_config() local
/Zephyr-latest/soc/ti/simplelink/cc32xx/
Dsoc.c16 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/soc/litex/litex_vexriscv/
Dreboot.c15 void sys_arch_reboot(int type) in sys_arch_reboot()

12345678910>>...29