Home
last modified time | relevance | path

Searched defs:type (Results 126 – 150 of 721) sorted by relevance

12345678910>>...29

/Zephyr-latest/samples/sensor/bq274xx/src/
Dmain.c12 static void bq274xx_show_values(const char *type, struct sensor_value value) in bq274xx_show_values()
/Zephyr-latest/subsys/bluetooth/audio/
Dcodec.c128 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/
Dmutex.c112 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/
Dstubs.c75 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/
Dcmsis_os.h547 #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/
Dcrc_shell.c79 enum crc_type type = CRC32_IEEE; in cmd_crc() local
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
Dsoc.c117 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c21 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
/Zephyr-latest/subsys/tracing/
Dtracing_tracking.c53 #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/
Dproxy_cli.c193 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
Dkeys.h26 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/
Dusbh_ch9.c104 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/
Dwifi_nm.h48 unsigned char type; member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_common.h75 static inline bool valid_metadata_type(uint8_t type, uint8_t len) in valid_metadata_type()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket.c20 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/
Dspsc_lockfree.h101 #define SPSC_DECLARE(name, type) \ argument
114 #define SPSC_DEFINE(name, type, sz) \ argument
/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.h28 struct ntc_type type; member
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_cmdline.h60 char type; member
/Zephyr-latest/drivers/input/
Dlinux_evdev.c69 uint16_t type; in linux_evdev_thread_fn() local
/Zephyr-latest/samples/bluetooth/central/src/
Dmain.c26 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/
Dsoc_gpio.c122 uint32_t type = pin->flags & SOC_GPIO_FUNC_MASK; in soc_gpio_configure() local
/Zephyr-latest/drivers/console/
Dipm_console_receiver.c22 uint16_t type; in ipm_console_thread() local
/Zephyr-latest/tests/arch/x86/info/src/
Dacpi.c9 static const char *get_dmar_scope_type(int type) in get_dmar_scope_type()
/Zephyr-latest/tests/net/socket/socketpair/src/
Dhappy_path.c12 const int type, const char *type_s, in happy_path()
/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h62 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

12345678910>>...29