Home
last modified time | relevance | path

Searched defs:type (Results 51 – 75 of 721) sorted by relevance

12345678910>>...29

/Zephyr-latest/soc/espressif/esp32c6/
Dsoc.c55 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/tests/bluetooth/buf/src/
Dmain.c22 void bt_buf_rx_freed_cb(enum bt_buf_type type) in bt_buf_rx_freed_cb()
/Zephyr-latest/include/zephyr/internal/
Dsyscall_handler.h542 #define K_SYSCALL_IS_OBJ(ptr, type, init) \ argument
613 #define K_SYSCALL_OBJ(ptr, type) \ argument
629 #define K_SYSCALL_OBJ_INIT(ptr, type) \ argument
647 #define K_SYSCALL_OBJ_NEVER_INIT(ptr, type) \ argument
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_type/src/
Dmain.c80 int type; in ZTEST() local
129 int type; in ZTEST() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_obj_core.c46 int family, int type, int proto) in set_fields()
120 int family, int type, int proto) in sock_obj_core_alloc()
161 int sock_obj_core_alloc_find(int sock, int new_sock, int type) in sock_obj_core_alloc_find()
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_timer.c18 os_timer_type type; member
38 osTimerId osTimerCreate(const osTimerDef_t *timer_def, os_timer_type type, in osTimerCreate()
/Zephyr-latest/soc/espressif/esp32/
Dsoc.c68 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/soc/espressif/esp32s2/
Dsoc.c83 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials_shell.c33 enum tls_credential_type type; member
175 static const char *cred_type_name(enum tls_credential_type type) in cred_type_name()
191 static const char *cred_type_name_compact(enum tls_credential_type type) in cred_type_name_compact()
354 enum tls_credential_type type; in tls_cred_cmd_add() local
538 enum tls_credential_type type; in tls_cred_cmd_del() local
605 enum tls_credential_type type; in tls_cred_cmd_get() local
Dtls_internal.h19 enum tls_credential_type type; member
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_get_addr/src/
Dtest_suite_full_list_overwrite_oldest.c49 static void bt_conn_foreach_key_slot_0_in_use_custom_fake(enum bt_conn_type type, in bt_conn_foreach_key_slot_0_in_use_custom_fake()
74 static void bt_conn_foreach_all_keys_in_use_custom_fake(enum bt_conn_type type, in bt_conn_foreach_all_keys_in_use_custom_fake()
89 static void bt_conn_foreach_no_keys_in_use_custom_fake(enum bt_conn_type type, in bt_conn_foreach_no_keys_in_use_custom_fake()
/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlarge.c29 uint8_t type; in large_get() local
107 uint8_t type; in large_update_put() local
187 uint8_t type; in large_create_post() local
Dobserver.c30 uint8_t type; in send_notification_packet() local
95 uint8_t type; in obs_get() local
/Zephyr-latest/drivers/ethernet/
Deth_test.c46 int vnd_ethernet_set_config(const struct device *dev, enum ethernet_config_type type, in vnd_ethernet_set_config()
56 int vnd_ethernet_get_config(const struct device *dev, enum ethernet_config_type type, in vnd_ethernet_get_config()
/Zephyr-latest/subsys/bluetooth/controller/util/
Dmem.h52 #define MEM_FREE_MEMBER_ACCESS_BUILD_ASSERT(type, member) \ argument
/Zephyr-latest/drivers/input/
Dlinux_evdev_bottom.c16 int linux_evdev_read(int fd, uint16_t *type, uint16_t *code, int32_t *value) in linux_evdev_read()
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/
Ddut.c20 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend_stmesp_demux.h80 uint64_t type: 2; member
92 uint64_t type: 2; member
116 uint64_t type: 2; member
146 uint64_t type: 2; member
/Zephyr-latest/include/zephyr/sys/
Dcbprintf_internal.h25 #define VA_STACK_ALIGN(type) 1 argument
28 #define VA_STACK_ALIGN(type) 1 argument
37 #define VA_STACK_ALIGN(type) 4 argument
52 #define VA_STACK_ALIGN(type) MAX(VA_STACK_MIN_ALIGN, __alignof__(type)) argument
896 #define Z_CBPRINTF_CXX_ARG_IS_TYPE_CHAR(type) \ argument
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c167 static bool valid_type(uint8_t type) in valid_type()
174 static uint32_t get_len(const uint8_t *hdr_buf, uint8_t type) in get_len()
195 static int hdr_len(uint8_t type) in hdr_len()
214 static struct net_buf *alloc_tx_buf(uint8_t type) in alloc_tx_buf()
244 static uint8_t type; in rx_isr() local
/Zephyr-latest/include/zephyr/net/
Dnet_linkaddr.h76 uint8_t type; member
172 enum net_link_type type) in net_linkaddr_create()
/Zephyr-latest/subsys/usb/device_next/
Dusbd_msg.c111 const enum usbd_msg_type type, const int status) in usbd_msg_pub_simple()
124 const enum usbd_msg_type type, const struct device *const dev) in usbd_msg_pub_device()
/Zephyr-latest/soc/espressif/esp32s3/
Dsoc.c95 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dreboot.c75 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/src/
Dsmp_test_util.c14 static void smp_make_hdr(struct smp_hdr *rsp_hdr, size_t len, uint8_t type, bool write) in smp_make_hdr()

12345678910>>...29