/Zephyr-Core-3.7.0/drivers/sensor/explorir_m/ |
D | explorir_m.c | 98 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/ |
D | rfcomm_internal.h | 62 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/ |
D | acpi.c | 550 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/ |
D | sensor_handlers.c | 42 enum sensor_channel type) in z_vrfy_sensor_sample_fetch_chan()
|
/Zephyr-Core-3.7.0/subsys/usb/device_next/ |
D | usbd_desc.c | 84 const uint8_t type, const uint8_t idx) in usbd_get_descriptor()
|
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/ |
D | memmap.h | 53 enum x86_memmap_entry_type type; member
|
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | transition.h | 23 uint8_t type; member
|
/Zephyr-Core-3.7.0/samples/subsys/usb/hid-keyboard/src/ |
D | main.c | 81 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/ |
D | sockets_internal.h | 92 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/ |
D | addr.h | 54 uint8_t type; member 245 char type[10]; in bt_addr_le_to_str() local
|
/Zephyr-Core-3.7.0/include/zephyr/fs/ |
D | fs.h | 95 int type; member 121 enum fs_dir_entry_type type; member
|
/Zephyr-Core-3.7.0/subsys/portability/cmsis_rtos_v2/ |
D | timer.c | 37 osTimerId_t osTimerNew(osTimerFunc_t func, osTimerType_t type, in osTimerNew()
|
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/interpolation/src/ |
D | f32.c | 102 uint32_t n, arm_spline_type type) in test_arm_spline()
|
/Zephyr-Core-3.7.0/boards/native/native_posix/ |
D | cmdline_common.h | 61 char type; member
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/privacy/peripheral/src/ |
D | tester_rpa_expired.c | 100 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/ |
D | gatt_client_test.c | 92 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/ |
D | h5.c | 45 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/ |
D | dhcpv6.h | 49 uint16_t type; member
|
/Zephyr-Core-3.7.0/include/zephyr/sys/ |
D | crc.h | 372 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/ |
D | arm_mpu_internal.h | 13 uint32_t type = MPU->TYPE; in get_num_regions() local
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/adv/long_ad/src/ |
D | advertiser.c | 58 uint8_t type; in ad_deserialize() local
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | cellular.h | 191 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/ |
D | aics.h | 152 uint8_t type; member 333 bt_aics_type_cb type; member
|
/Zephyr-Core-3.7.0/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 97 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/ |
D | uart_hostlink.c | 68 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
|