Home
last modified time | relevance | path

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

12345678910>>...26

/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dstate_binding.c111 void set_target(uint8_t type, void *dptr) in set_target()
174 int get_current(uint8_t type) in get_current()
206 int get_target(uint8_t type) in get_target()
/Zephyr-Core-3.7.0/subsys/net/lib/tls_credentials/
Dtls_credentials.c44 enum tls_credential_type type) in credential_get()
119 int tls_credential_add(sec_tag_t tag, enum tls_credential_type type, in tls_credential_add()
150 int tls_credential_get(sec_tag_t tag, enum tls_credential_type type, in tls_credential_get()
178 int tls_credential_delete(sec_tag_t tag, enum tls_credential_type type) in tls_credential_delete()
/Zephyr-Core-3.7.0/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-Core-3.7.0/arch/arm/core/cortex_a_r/
Dreboot.c24 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.7.0/arch/riscv/core/
Dreboot.c24 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.7.0/soc/ti/lm3s6965/
Dsys_arch_reboot.c20 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.7.0/modules/trusted-firmware-m/src/
Dreboot.c28 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.7.0/lib/os/
Dreboot.c16 FUNC_NORETURN void sys_reboot(int type) in sys_reboot()
/Zephyr-Core-3.7.0/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-Core-3.7.0/tests/posix/common/src/
Dmutex_attr.c48 int type; in ZTEST() local
70 int type; in ZTEST() local
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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
202 #define _SYS_PORT_TRACE_IS_DISABLED(type) sys_port_trace_##type##_is_disabled argument
204 #define _SYS_PORT_TRACE_IF_NOT_DISABLED(type, func, ...) \ argument
216 #define SYS_PORT_TRACING_TYPE_MASK(type, trace_call) \ argument
229 #define SYS_PORT_TRACING_FUNC(type, func, ...) \ argument
[all …]
/Zephyr-Core-3.7.0/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-Core-3.7.0/soc/litex/litex_vexriscv/
Dreboot.c15 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.7.0/soc/atmel/sam/common/
Dsoc_power.c17 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.7.0/soc/ti/simplelink/cc32xx/
Dsoc.c16 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-Core-3.7.0/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-Core-3.7.0/include/zephyr/usb/
Dusbd_msg.h79 enum usbd_msg_type type; member
94 static inline const char *usbd_msg_type_string(const enum usbd_msg_type type) in usbd_msg_type_string()
/Zephyr-Core-3.7.0/samples/net/sockets/coap_server/src/
Dtest.c26 uint8_t type; in piggyback_get() local
90 uint8_t type; in test_del() local
131 uint8_t type; in test_put() local
183 uint8_t type; in test_post() local
/Zephyr-Core-3.7.0/arch/arc/core/mpu/
Darc_mpu.c36 static inline uint32_t get_region_attr_by_type(uint32_t type) in get_region_attr_by_type()

12345678910>>...26