Home
last modified time | relevance | path

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

12345678910>>...29

/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c51 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/
Dots_oacp_internal.h73 enum bt_gatt_ots_oacp_proc_type type; member
77 struct bt_ots_obj_type type; member
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_handlers.c48 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/
Dpinctrl_mci_io_mux.c113 uint8_t type = IOMUX_GET_TYPE(pin_mux); in pinctrl_configure_pins() local
/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dsoc.c38 void sys_arch_reboot(int type) in sys_arch_reboot()
/Zephyr-latest/subsys/net/lib/prometheus/
Dcollector.c116 enum prometheus_metric_type type = 0; in prometheus_collector_get_metric() local
/Zephyr-latest/subsys/net/lib/sockets/
Dsocket_dispatcher.c18 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/
Dw1_test.c51 enum w1_settings_type type, uint32_t value) in w1_vnd_configure()
/Zephyr-latest/include/zephyr/net/prometheus/
Dmetric.h58 enum prometheus_metric_type type; member
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_nm.c106 enum wifi_nm_iface_type type, struct net_if *iface) in wifi_nm_register_mgd_type_iface()
/Zephyr-latest/tests/bluetooth/host/keys/mocks/
Dkeys_help_utils.c47 int type; in fill_key_pool_by_id_addr_type() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/shell/
Dll.c60 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/
Dhci_raw.c84 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()
Daddr.c88 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/
Dtest_proxy_sol.c72 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/
Dwork.c60 struct zep_work_item *work_alloc(enum zep_work_type type) in work_alloc()
/Zephyr-latest/samples/bluetooth/observer/src/
Dobserver.c14 static void device_found(const bt_addr_le_t *addr, int8_t rssi, uint8_t type, in device_found()
/Zephyr-latest/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-latest/drivers/sensor/
Dsensor_handlers.c42 enum sensor_channel type) in z_vrfy_sensor_sample_fetch_chan()
/Zephyr-latest/include/zephyr/arch/x86/
Dmemmap.h53 enum x86_memmap_entry_type type; member
/Zephyr-latest/subsys/usb/device_next/
Dusbd_desc.c84 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/
Dtransition.h23 uint8_t type; member
/Zephyr-latest/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-latest/subsys/bluetooth/audio/
Daudio.c83 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/
Dproxy_msg.c51 #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()

12345678910>>...29