Home
last modified time | relevance | path

Searched defs:type (Results 176 – 200 of 721) sorted by relevance

12345678910>>...29

/Zephyr-latest/include/zephyr/bluetooth/
Daddr.h54 uint8_t type; member
245 char type[10]; in bt_addr_le_to_str() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_internal.h92 int family, int type, int proto) in sock_obj_core_alloc()
103 static inline int sock_obj_core_alloc_find(int sock, int new_sock, int type) in sock_obj_core_alloc_find()
/Zephyr-latest/include/zephyr/fs/
Dfs.h95 int type; member
121 enum fs_dir_entry_type type; member
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dtimer.c37 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, void *argument, in osTimerNew()
/Zephyr-latest/subsys/net/lib/dns/
Ddns_cache.c101 int dns_cache_find(struct dns_cache const *cache, const char *query, enum dns_query_type type, in dns_cache_find()
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/
Df32.c102 uint32_t n, arm_spline_type type) in test_arm_spline()
/Zephyr-latest/drivers/sensor/adi/adltc2990/
Dadltc2990.c33 enum adltc2990_monitoring_type type = NOTHING; in adltc2990_get_v1_v2_measurement_modes() local
71 enum adltc2990_monitoring_type type = NOTHING; in adltc2990_get_v3_v4_measurement_modes() local
165 enum adltc2990_monitoring_type type, in adltc2990_fetch_property_value()
/Zephyr-latest/drivers/sensor/explorir_m/
Dexplorir_m.c100 static int explorir_m_buffer_verify(const struct explorir_m_data *data, char type) in explorir_m_buffer_verify()
124 static int explorir_m_buffer_process(struct explorir_m_data *data, char type, in explorir_m_buffer_process()
203 static int explorir_m_uart_transceive(const struct device *dev, char type, struct sensor_value *val, in explorir_m_uart_transceive()
/Zephyr-latest/include/zephyr/arch/x86/
Dmultiboot.h37 uint32_t type; member
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dtester_rpa_expired.c109 static void cb_device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_device_found()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c103 void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, struct net_buf_simple *ad) in device_found()
184 static void gatt_discover(const struct bt_uuid *uuid, uint8_t type) in gatt_discover()
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c45 static bool reliable_packet(uint8_t type) in reliable_packet()
80 #define H5_SET_TYPE(hdr, type) ((hdr)[1] |= type) argument
294 static void h5_send(const struct device *dev, const uint8_t *payload, uint8_t type, int len) in h5_send()
601 uint8_t type; in h5_queue() local
642 uint8_t type; in tx_thread() local
/Zephyr-latest/include/zephyr/net/
Ddhcpv6.h49 uint16_t type; member
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/
Dmain.c36 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
/Zephyr-latest/arch/arm/core/mpu/cortex_m/
Darm_mpu_internal.h13 uint32_t type = MPU->TYPE; in get_num_regions() local
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dadvertiser.c58 uint8_t type; in ad_deserialize() local
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daics.h152 uint8_t type; member
333 bt_aics_type_cb type; member
/Zephyr-latest/include/zephyr/drivers/
Dcellular.h191 const enum cellular_signal_type type, int16_t *value) in cellular_get_signal()
216 const enum cellular_modem_info_type type, char *info, in cellular_get_modem_info()
/Zephyr-latest/subsys/net/lib/wifi_credentials/
Dwifi_credentials.c192 int wifi_credentials_set_personal(const char *ssid, size_t ssid_len, enum wifi_security_type type, in wifi_credentials_set_personal()
261 enum wifi_security_type *type, uint8_t *bssid_buf, in wifi_credentials_get_by_ssid_personal()
/Zephyr-latest/include/zephyr/sys/
Dcrc.h388 static inline uint32_t crc_by_type(enum crc_type type, const uint8_t *src, size_t len, in crc_by_type()
Dutil.h142 #define FLEXIBLE_ARRAY_DECLARE(type, name) \ argument
255 #define CONTAINER_OF_VALIDATE(ptr, type, field) \ argument
284 #define CONTAINER_OF(ptr, type, field) \ argument
298 #define SIZEOF_FIELD(type, member) sizeof((((type *)0)->member)) argument
/Zephyr-latest/drivers/serial/
Duart_hostlink.c65 uint32_t type; /* For future use. */ member
70 volatile uint16_t type; member
76 volatile uint16_t type; member
309 uint16_t type = hl_read16(&pack->type); in hl_static_unpack_int() local
/Zephyr-latest/drivers/usb/uhc/
Duhc_virtual.c66 enum uhc_vrt_event_type type; member
74 const enum uhc_vrt_event_type type, in vrt_event_submit()
464 enum uhc_event_type type; in vrt_device_act() local
489 const enum uvb_event_type type, in uhc_vrt_uvb_cb()
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs_internal.h25 uint8_t type; member
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dsoc.c29 void sys_arch_reboot(int type) in sys_arch_reboot()

12345678910>>...29