/Zephyr-latest/samples/sensor/bq274xx/src/ |
D | main.c | 12 static void bq274xx_show_values(const char *type, struct sensor_value value) in bq274xx_show_values()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | codec.c | 128 static int ltv_set_val(struct net_buf_simple *buf, uint8_t type, const uint8_t *data, in ltv_set_val() 214 static int ltv_unset_val(struct net_buf_simple *buf, uint8_t type) in ltv_unset_val() 269 enum bt_audio_codec_cfg_type type, const uint8_t **data) in bt_audio_codec_cfg_get_val() 285 enum bt_audio_codec_cfg_type type, const uint8_t *data, in bt_audio_codec_cfg_set_val() 317 enum bt_audio_codec_cfg_type type) in bt_audio_codec_cfg_unset_val() 567 enum bt_audio_metadata_type type, const uint8_t **data) in codec_meta_get_val() 583 enum bt_audio_metadata_type type, const uint8_t *data, in codec_meta_set_val() 609 enum bt_audio_metadata_type type) in codec_meta_unset_val() 1172 int bt_audio_codec_cfg_meta_get_val(const struct bt_audio_codec_cfg *codec_cfg, uint8_t type, in bt_audio_codec_cfg_meta_get_val() 1184 enum bt_audio_metadata_type type, const uint8_t *data, in bt_audio_codec_cfg_meta_set_val() [all …]
|
/Zephyr-latest/lib/posix/options/ |
D | mutex.c | 112 int type = -1; in acquire_mutex() local 383 int pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *type) in pthread_mutexattr_gettype() 401 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype()
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/ |
D | stubs.c | 75 int z_impl_zsock_socket(int family, int type, int proto) in z_impl_zsock_socket() 88 int z_impl_zsock_socketpair(int family, int type, int proto, int *sv) in z_impl_zsock_socketpair()
|
/Zephyr-latest/include/zephyr/portability/ |
D | cmsis_os.h | 547 #define osPoolDef(name, no, type) \ argument 550 #define osPoolDef(name, no, type) \ argument 602 #define osMessageQDef(name, queue_sz, type) \ argument 605 #define osMessageQDef(name, queue_sz, type) \ argument 655 #define osMailQDef(name, queue_sz, type) \ argument 658 #define osMailQDef(name, queue_sz, type) \ argument
|
/Zephyr-latest/lib/crc/ |
D | crc_shell.c | 79 enum crc_type type = CRC32_IEEE; in cmd_crc() local
|
/Zephyr-latest/soc/telink/tlsr/tlsr951x/ |
D | soc.c | 117 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | central_gatt_write.c | 21 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
|
/Zephyr-latest/subsys/tracing/ |
D | tracing_tracking.c | 53 #define SYS_TRACK_STATIC_INIT(type, ...) \ argument 128 void sys_track_socket_init(int sock, int family, int type, int proto) in sys_track_socket_init()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_cli.c | 193 uint8_t type; member 245 static void handle_net_id(uint8_t type, const struct bt_le_scan_recv_info *info, in handle_net_id() 282 uint8_t type; in bt_mesh_proxy_cli_adv_recv() local
|
D | keys.h | 26 static inline int bt_mesh_key_import(enum bt_mesh_key_type type, const uint8_t in[16], in bt_mesh_key_import()
|
/Zephyr-latest/subsys/usb/host/ |
D | usbh_ch9.c | 104 const uint8_t type, const uint8_t index, in usbh_req_desc() 122 const uint8_t type = USB_DESC_DEVICE; in usbh_req_desc_dev() local 151 const uint8_t type = USB_DESC_CONFIGURATION; in usbh_req_desc_cfg() local
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_nm.h | 48 unsigned char type; member
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_common.h | 75 static inline bool valid_metadata_type(uint8_t type, uint8_t len) in valid_metadata_type()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_socket.c | 20 int eswifi_socket_type_from_zephyr(int proto, enum eswifi_transport_type *type) in eswifi_socket_type_from_zephyr() 319 int __eswifi_socket_new(struct eswifi_dev *eswifi, int family, int type, in __eswifi_socket_new()
|
/Zephyr-latest/include/zephyr/sys/ |
D | spsc_lockfree.h | 101 #define SPSC_DECLARE(name, type) \ argument 114 #define SPSC_DEFINE(name, type, sz) \ argument
|
/Zephyr-latest/drivers/sensor/ntc_thermistor/ |
D | ntc_thermistor.h | 28 struct ntc_type type; member
|
/Zephyr-latest/scripts/native_simulator/native/src/include/ |
D | nsi_cmdline.h | 60 char type; member
|
/Zephyr-latest/drivers/input/ |
D | linux_evdev.c | 69 uint16_t type; in linux_evdev_thread_fn() local
|
/Zephyr-latest/samples/bluetooth/central/src/ |
D | main.c | 26 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_gpio.c | 122 uint32_t type = pin->flags & SOC_GPIO_FUNC_MASK; in soc_gpio_configure() local
|
/Zephyr-latest/drivers/console/ |
D | ipm_console_receiver.c | 22 uint16_t type; in ipm_console_thread() local
|
/Zephyr-latest/tests/arch/x86/info/src/ |
D | acpi.c | 9 static const char *get_dmar_scope_type(int type) in get_dmar_scope_type()
|
/Zephyr-latest/tests/net/socket/socketpair/src/ |
D | happy_path.c | 12 const int type, const char *type_s, in happy_path()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm_internal.h | 62 uint8_t type; member 138 #define BT_RFCOMM_GET_MSG_TYPE(type) (((type) & 0xfc) >> 2) argument 139 #define BT_RFCOMM_GET_MSG_CR(type) (((type) & 0x02) >> 1) argument 147 #define BT_RFCOMM_SET_CTRL(type, pf) (((type) & 0xef) | ((pf) << 4)) argument 150 #define BT_RFCOMM_SET_MSG_TYPE(type, cr) (((type) << 2) | (cr << 1) | 0x01) argument
|