/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ |
D | main.c | 51 static bool reliable_packet(uint8_t type) in reliable_packet() 86 #define H5_SET_TYPE(hdr, type) ((hdr)[1] |= type) argument 293 static void h5_send(const uint8_t *payload, uint8_t type, int len) in h5_send() 421 uint8_t byte, type; in bt_uart_isr() local 583 uint8_t type; in process_events() local
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_oacp_internal.h | 73 enum bt_gatt_ots_oacp_proc_type type; member 77 struct bt_ots_obj_type type; member
|
/Zephyr-latest/drivers/auxdisplay/ |
D | auxdisplay_handlers.c | 48 enum auxdisplay_position type, in z_vrfy_auxdisplay_cursor_position_set() 65 enum auxdisplay_position type, in z_vrfy_auxdisplay_display_position_set()
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_mci_io_mux.c | 113 uint8_t type = IOMUX_GET_TYPE(pin_mux); in pinctrl_configure_pins() local
|
/Zephyr-latest/soc/renesas/smartbond/da1469x/ |
D | soc.c | 38 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-latest/subsys/net/lib/prometheus/ |
D | collector.c | 116 enum prometheus_metric_type type = 0; in prometheus_collector_get_metric() local
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socket_dispatcher.c | 18 int type; member 82 static struct net_socket_register *sock_dispatch_find(int family, int type, in sock_dispatch_find() 448 static int sock_dispatch_create(int family, int type, int proto) in sock_dispatch_create() 493 static bool is_supported(int family, int type, int proto) in is_supported()
|
/Zephyr-latest/drivers/w1/ |
D | w1_test.c | 51 enum w1_settings_type type, uint32_t value) in w1_vnd_configure()
|
/Zephyr-latest/include/zephyr/net/prometheus/ |
D | metric.h | 58 enum prometheus_metric_type type; member
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_nm.c | 106 enum wifi_nm_iface_type type, struct net_if *iface) in wifi_nm_register_mgd_type_iface()
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | keys_help_utils.c | 47 int type; in fill_key_pool_by_id_addr_type() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/ |
D | ll.c | 60 uint8_t chan, len, type, phy; in cmd_test_tx() local 305 uint8_t type = 0U; in cmd_scanx() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_raw.c | 84 struct net_buf *bt_buf_get_rx(enum bt_buf_type type, k_timeout_t timeout) in bt_buf_get_rx() 114 struct net_buf *bt_buf_get_tx(enum bt_buf_type type, k_timeout_t timeout, in bt_buf_get_tx()
|
D | addr.c | 88 int bt_addr_le_from_str(const char *str, const char *type, bt_addr_le_t *addr) in bt_addr_le_from_str()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_proxy_sol.c | 72 uint8_t type; in proxy_adv_type_get() local 91 uint8_t type = proxy_adv_type_get(info->adv_type, ad); in scan_recv() local
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | work.c | 60 struct zep_work_item *work_alloc(enum zep_work_type type) in work_alloc()
|
/Zephyr-latest/samples/bluetooth/observer/src/ |
D | observer.c | 14 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
|
/Zephyr-latest/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-latest/drivers/sensor/ |
D | sensor_handlers.c | 42 enum sensor_channel type) in z_vrfy_sensor_sample_fetch_chan()
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memmap.h | 53 enum x86_memmap_entry_type type; member
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_desc.c | 84 const uint8_t type, const uint8_t idx) in usbd_get_descriptor()
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | transition.h | 23 uint8_t type; member
|
/Zephyr-latest/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-latest/subsys/bluetooth/audio/ |
D | audio.c | 83 uint8_t type; member 103 int bt_audio_data_get_val(const uint8_t ltv_data[], size_t size, uint8_t type, const uint8_t **data) in bt_audio_data_get_val()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_msg.c | 51 #define PDU_HDR(sar, type) (sar << 6 | (type & BIT_MASK(6))) argument 174 int bt_mesh_proxy_msg_send(struct bt_conn *conn, uint8_t type, in bt_mesh_proxy_msg_send()
|