/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 433 uint16_t handle, offset; in cmd_write() local 783 const void *buf, uint16_t len, uint16_t offset, in write_vnd1() 795 void *buf, uint16_t len, uint16_t offset) in read_vnd() 804 const void *buf, uint16_t len, uint16_t offset, in write_vnd() 824 uint16_t len, uint16_t offset) in read_long_vnd() 834 uint16_t len, uint16_t offset, uint8_t flags) in write_long_vnd() 1096 void *buf, uint16_t len, uint16_t offset) in read_met() 1108 const void *buf, uint16_t len, uint16_t offset, in write_met()
|
/Zephyr-latest/subsys/bluetooth/services/bas/ |
D | bas.c | 57 uint16_t len, uint16_t offset) in read_blvl()
|
/Zephyr-latest/tests/arch/x86/static_idt/src/ |
D | main.c | 112 uint32_t offset; in ZTEST() local
|
/Zephyr-latest/samples/net/sockets/coap_download/src/ |
D | main.c | 34 static void on_coap_response(int16_t result_code, size_t offset, const uint8_t *payload, size_t len, in on_coap_response()
|
/Zephyr-latest/soc/nxp/rw/ |
D | pinctrl_defs.h | 12 #define IOMUX_OFFSET_ENABLE(offset, enable, shift) \ argument 14 #define IOMUX_SCTIMER_OUT_CLR(offset, enable) \ argument 16 #define IOMUX_SCTIMER_IN_CLR(offset, enable) \ argument 18 #define IOMUX_CTIMER_CLR(offset, enable)\ argument
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | ipso_timer.c | 206 size_t total_size, size_t offset) in cumulative_time_post_write_cb() 222 size_t total_size, size_t offset) in enabled_post_write_cb() 243 size_t total_size, size_t offset) in trigger_counter_post_write_cb()
|
D | ipso_onoff_switch.c | 93 size_t total_size, size_t offset) in state_post_write_cb() 163 size_t total_size, size_t offset) in time_post_write_cb()
|
/Zephyr-latest/kernel/ |
D | mmu.c | 201 static inline uintptr_t virt_from_bitmap_offset(size_t offset, size_t size) in virt_from_bitmap_offset() 215 size_t offset, num_bits; in virt_region_init() local 242 size_t offset, num_bits; in virt_region_free() local 292 size_t offset; in virt_region_alloc() local 898 size_t offset; in k_mem_map_phys_bare() local 1296 for (size_t offset = 0; offset < size; offset += CONFIG_MMU_PAGE_SIZE) { in virt_region_foreach() local 1443 for (size_t offset = 0; offset < size; offset += CONFIG_MMU_PAGE_SIZE) { in k_mem_page_out() local
|
D | dynamic.c | 37 size_t offset; in z_thread_stack_alloc_pool() local
|
/Zephyr-latest/scripts/build/ |
D | gen_symtab.py | 58 def __init__(self, addr, size, offset, name): argument
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | ias.c | 105 const void *buf, uint16_t len, uint16_t offset, uint8_t flags) in bt_ias_write_alert_lvl()
|
/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/ |
D | vocs.c | 29 int bt_vocs_state_set(struct bt_vocs *vocs, int16_t offset) in bt_vocs_state_set()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 951 uint16_t len, uint16_t offset) in read_provider_name() 971 uint16_t len, uint16_t offset) in read_uci() 981 uint16_t len, uint16_t offset) in read_technology() 1001 void *buf, uint16_t len, uint16_t offset) in read_uri_scheme_list() 1041 void *buf, uint16_t len, uint16_t offset) in read_signal_strength() 1061 void *buf, uint16_t len, uint16_t offset) in read_signal_strength_interval() 1073 const void *buf, uint16_t len, uint16_t offset, in write_signal_strength_interval() 1111 uint16_t len, uint16_t offset) in read_current_calls() 1127 uint16_t len, uint16_t offset) in read_ccid() 1137 uint16_t len, uint16_t offset) in read_status_flags() [all …]
|
D | pacs.c | 267 uint16_t len, uint16_t offset) in available_contexts_read() 316 void *buf, uint16_t len, uint16_t offset) in supported_context_read() 385 void *buf, uint16_t len, uint16_t offset) in snk_read() 422 uint16_t len, uint16_t offset) in snk_loc_read() 466 uint16_t len, uint16_t offset, uint8_t flags) in snk_loc_write() 492 void *buf, uint16_t len, uint16_t offset) in src_read() 529 uint16_t len, uint16_t offset) in src_loc_read() 573 uint16_t len, uint16_t offset, uint8_t flags) in src_loc_write()
|
D | csip_set_member.c | 237 uint16_t len, uint16_t offset) in read_sirk() 297 void *buf, uint16_t len, uint16_t offset) in read_set_size() 316 void *buf, uint16_t len, uint16_t offset) in read_set_lock() 398 uint16_t offset, uint8_t flags) in write_set_lock() 427 void *buf, uint16_t len, uint16_t offset) in read_rank()
|
/Zephyr-latest/include/zephyr/drivers/pcie/endpoint/ |
D | pcie_ep.h | 92 uint32_t offset, uint32_t *data) in pcie_ep_conf_read() 111 uint32_t offset, uint32_t data) in pcie_ep_conf_write()
|
/Zephyr-latest/arch/common/ |
D | semihost.c | 32 long offset; member 91 long semihost_seek(long fd, long offset) in semihost_seek()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_ivshmem_queue.c | 173 uint64_t offset = desc->addr - q->vring_header_size; in eth_ivshmem_queue_rx() local 287 uint64_t offset = desc->addr - q->vring_header_size; in tx_clean_used() local
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | peripheral_ead.c | 39 uint16_t len, uint16_t offset) in read_key_material() 53 size_t offset; in update_ad_data() local
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_transport_websocket.c | 92 uint32_t offset = 0U; in mqtt_client_websocket_write() local
|
/Zephyr-latest/tests/boards/native_sim/rtc/src/ |
D | main.c | 149 int offset = 567; in ZTEST() local
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/ead_sample/src/ |
D | main.c | 67 size_t offset; in central_main() local
|
/Zephyr-latest/tests/bluetooth/audio/ccid/src/ |
D | main.c | 48 uint16_t len, uint16_t offset) in read_ccid()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_rpi_pico.c | 127 const int offset = GPIO_RPI_PINS_PER_PORT * PORT_NO(dev); in gpio_rpi_configure() local 187 const int offset = GPIO_RPI_PINS_PER_PORT * PORT_NO(dev); in gpio_rpi_get_config() local 292 const int offset = GPIO_RPI_PINS_PER_PORT * PORT_NO(dev); in gpio_rpi_pin_interrupt_configure() local
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | mem_window.h | 39 uint32_t offset; member
|