Home
last modified time | relevance | path

Searched defs:type (Results 151 – 175 of 645) sorted by relevance

12345678910>>...26

/Zephyr-Core-3.7.0/drivers/sensor/explorir_m/
Dexplorir_m.c98 static int explorir_m_buffer_verify(const struct explorir_m_data *data, char type) in explorir_m_buffer_verify()
122 static int explorir_m_buffer_process(struct explorir_m_data *data, char type, in explorir_m_buffer_process()
212 static int explorir_m_uart_transceive(const struct device *dev, char type, struct sensor_value *val, in explorir_m_uart_transceive()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Drfcomm_internal.h62 uint8_t type; member
147 #define BT_RFCOMM_GET_MSG_TYPE(type) (((type) & 0xfc) >> 2) argument
148 #define BT_RFCOMM_GET_MSG_CR(type) (((type) & 0x02) >> 1) argument
156 #define BT_RFCOMM_SET_CTRL(type, pf) (((type) & 0xef) | ((pf) << 4)) argument
159 #define BT_RFCOMM_SET_MSG_TYPE(type, cr) (((type) << 2) | (cr << 1) | 0x01) argument
/Zephyr-Core-3.7.0/lib/acpi/
Dacpi.c550 int type; in acpi_res_type() local
589 int type = ACPI_RESOURCE_TYPE_MAX; in acpi_device_type_get() local
670 static uint32_t acpi_get_subtable_entry_num(int type, ACPI_SUBTABLE_HEADER *subtable, in acpi_get_subtable_entry_num()
690 int acpi_madt_entry_get(int type, ACPI_SUBTABLE_HEADER **tables, int *num_inst) in acpi_madt_entry_get()
718 int acpi_dmar_entry_get(enum AcpiDmarType type, ACPI_SUBTABLE_HEADER **tables) in acpi_dmar_entry_get()
/Zephyr-Core-3.7.0/drivers/sensor/
Dsensor_handlers.c42 enum sensor_channel type) in z_vrfy_sensor_sample_fetch_chan()
/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_desc.c84 const uint8_t type, const uint8_t idx) in usbd_get_descriptor()
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/
Dmemmap.h53 enum x86_memmap_entry_type type; member
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dtransition.h23 uint8_t type; member
/Zephyr-Core-3.7.0/samples/subsys/usb/hid-keyboard/src/
Dmain.c81 const uint8_t type, const uint8_t id, const uint16_t len, in kb_get_report()
90 const uint8_t type, const uint8_t id, const uint16_t len, in kb_set_report()
/Zephyr-Core-3.7.0/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-Core-3.7.0/include/zephyr/bluetooth/
Daddr.h54 uint8_t type; member
245 char type[10]; in bt_addr_le_to_str() local
/Zephyr-Core-3.7.0/include/zephyr/fs/
Dfs.h95 int type; member
121 enum fs_dir_entry_type type; member
/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v2/
Dtimer.c37 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, in osTimerNew()
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/interpolation/src/
Df32.c102 uint32_t n, arm_spline_type type) in test_arm_spline()
/Zephyr-Core-3.7.0/boards/native/native_posix/
Dcmdline_common.h61 char type; member
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/peripheral/src/
Dtester_rpa_expired.c100 static void cb_device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in cb_device_found()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c92 void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, struct net_buf_simple *ad) in device_found()
173 static void gatt_discover(const struct bt_uuid *uuid, uint8_t type) in gatt_discover()
/Zephyr-Core-3.7.0/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-Core-3.7.0/include/zephyr/net/
Ddhcpv6.h49 uint16_t type; member
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dcrc.h372 static inline uint32_t crc_by_type(enum crc_type type, const uint8_t *src, size_t len, in crc_by_type()
/Zephyr-Core-3.7.0/arch/arm/core/mpu/cortex_m/
Darm_mpu_internal.h13 uint32_t type = MPU->TYPE; in get_num_regions() local
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/adv/long_ad/src/
Dadvertiser.c58 uint8_t type; in ad_deserialize() local
/Zephyr-Core-3.7.0/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-Core-3.7.0/include/zephyr/bluetooth/audio/
Daics.h152 uint8_t type; member
333 bt_aics_type_cb type; member
/Zephyr-Core-3.7.0/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c97 static const char *cte_type2str(uint8_t type) in cte_type2str()
108 static const char *sample_type2str(enum bt_df_iq_sample type) in sample_type2str()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_hostlink.c68 uint32_t type; /* For future use. */ member
73 volatile uint16_t type; member
79 volatile uint16_t type; member
312 uint16_t type = hl_read16(&pack->type); in hl_static_unpack_int() local

12345678910>>...26