Home
last modified time | relevance | path

Searched defs:next (Results 51 – 75 of 164) sorted by relevance

1234567

/Zephyr-latest/subsys/bluetooth/controller/util/
Dmem.c31 uint32_t next; in mem_init() local
/Zephyr-latest/tests/kernel/timer/timer_behavior/src/
Dtick_timer_train.c49 int64_t next = tm_wrap->last_scheduled + TIMERS; in tm_fn() local
/Zephyr-latest/drivers/timer/
Dsilabs_sleeptimer_timer.c76 uint32_t next = ticks * timer->cyc_per_tick; in sleeptimer_clock_set_timeout() local
Driscv_machine_timer.c120 uint64_t next = last_count + CYC_PER_TICK; in timer_isr() local
Dmcux_os_timer.c69 uint64_t next = last_count + CYC_PER_TICK; in mcux_lpc_ostick_isr() local
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbstests.h96 struct bst_test_list *next; member
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c595 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_location() local
608 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_available_contexts() local
621 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_pac_record() local
639 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_endpoint() local
652 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_discover_complete() local
671 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_ep_config() local
684 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_ep_qos() local
697 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_ep_enable() local
710 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_ep_start() local
723 struct bt_bap_unicast_client_cb *listener, *next; in unicast_client_notify_ep_stop() local
[all …]
Dbap_broadcast_assistant.c153 struct bt_bap_broadcast_assistant_cb *listener, *next; in bap_broadcast_assistant_discover_complete() local
172 struct bt_bap_broadcast_assistant_cb *listener, *next; in bap_broadcast_assistant_recv_state_changed() local
184 struct bt_bap_broadcast_assistant_cb *listener, *next; in bap_broadcast_assistant_recv_state_removed() local
197 struct bt_bap_broadcast_assistant_cb *listener, *next; in bap_broadcast_assistant_scan_results() local
791 struct bt_bap_broadcast_assistant_cb *listener, *next; in bap_broadcast_assistant_write_cp_cb() local
Dccp_call_control_client.c121 struct bt_ccp_call_control_client_cb *listener, *next; in tbs_client_discover_cb() local
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_mock.c14 struct parameter *next; member
313 struct parameter *next; in free_param_list() local
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c36 sys_snode_t next; member
57 sys_snode_t next; member
67 sys_snode_t next; member
173 sys_snode_t *next; in mqtt_sn_publish_destroy_all() local
310 sys_snode_t *next; in mqtt_sn_topic_destroy_all() local
334 sys_snode_t *next; in mqtt_sn_gw_destroy_all() local
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_dfu.c61 enum usb_dfu_state next; member
199 const enum usb_dfu_state next) in usbd_dfu_image_next()
212 const enum usb_dfu_state next, in dfu_error()
/Zephyr-latest/subsys/modem/
Dmodem_stats.c46 struct modem_stats_buffer *next = NULL; in stats_buffer_list_next() local
/Zephyr-latest/subsys/testsuite/coverage/
Dcoverage.h109 struct gcov_info *next; /* List head for a singly-linked list */ member
/Zephyr-latest/subsys/lorawan/services/
Dlorawan_services.c120 struct service_uplink_msg *next; in lorawan_services_schedule_uplink() local
/Zephyr-latest/drivers/flash/
Dflash_gd32_v3.c96 uint32_t cur = 0U, next = 0U; in flash_gd32_valid_range() local
/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h103 struct wdt_timeout_cfg *next; member
/Zephyr-latest/subsys/net/lib/dns/
Ddispatcher.c199 struct dns_socket_dispatcher *entry, *next, *found = NULL; in dns_dispatcher_register() local
/Zephyr-latest/include/zephyr/sys/
Dhash_map_api.h48 void (*next)(struct sys_hashmap_iterator *it); member
/Zephyr-latest/kernel/
Dtimer.c57 k_timeout_t next = timer->period; in z_timer_expiration_handler() local
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/
Di2c_virtual.c153 struct i2c_msg *current, *next; in i2c_virtual_transfer() local
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c233 nrfx_i2s_buffers_t *next) in supply_next_buffers()
354 nrfx_i2s_buffers_t next = { 0 }; in data_handler() local
644 nrfx_i2s_buffers_t next = { 0 }; in i2s_nrfx_write() local
/Zephyr-latest/lib/heap/
Dheap.h65 chunkid_t next; member
194 chunkid_t next) in set_next_free_chunk()
/Zephyr-latest/drivers/i3c/
Di3c_rtio.c85 struct mpsc_node *next = mpsc_pop(&ctx->io_q); in i3c_rtio_next() local
/Zephyr-latest/drivers/i2c/
Di2c_rtio.c124 struct mpsc_node *next = mpsc_pop(&ctx->io_q); in i2c_rtio_next() local

1234567