/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_common.c | 72 struct lll_event *next; in lll_resume() local
|
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | lru.c | 59 uint32_t next : PF_IDX_BITS; member 90 uint32_t next = lru_pf_queue[pf_idx].next; in lru_pf_unlink() local
|
/Zephyr-latest/drivers/timer/ |
D | ambiq_stimer.c | 105 uint64_t next = (uint64_t)g_last_time_stamp + CYC_PER_TICK; in stimer_isr() local 158 uint64_t next = now_64 + ticks * CYC_PER_TICK; in sys_clock_set_timeout() local
|
D | intel_adsp_timer.c | 121 uint64_t next = last_count + CYC_PER_TICK; in compare_isr() local 144 uint64_t next; in sys_clock_set_timeout() local
|
D | mips_cp0_timer.c | 52 uint32_t next = last_count + CYC_PER_TICK; in timer_isr() local
|
D | xtensa_sys_timer.c | 54 uint32_t next = last_count + CYC_PER_TICK; in ccompare_isr() local
|
D | hpet.c | 257 static inline void hpet_timer_comparator_set_safe(uint64_t next) in hpet_timer_comparator_set_safe() 313 uint64_t next = last_count + cyc_per_tick; in hpet_isr() local
|
D | esp32_sys_timer.c | 72 uint64_t next = last_count + CYC_PER_TICK; in sys_timer_isr() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll.c | 224 struct lll_event *next; in lll_disable() local 272 struct lll_event *next; in lll_done() local 339 int lll_is_abort_cb(void *next, void *curr, lll_prepare_cb_t *resume_cb) in lll_is_abort_cb() 527 struct lll_event *next; in lll_prepare_resolve() local 714 struct lll_event *next; in preempt() local
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs_client.c | 251 struct bt_tbs_client_cb *listener, *next; in current_calls_changed() local 300 struct bt_tbs_client_cb *listener, *next; in call_cp_callback_handler() local 375 struct bt_tbs_client_cb *listener, *next; in provider_name_changed() local 401 struct bt_tbs_client_cb *listener, *next; in technology_changed() local 431 struct bt_tbs_client_cb *listener, *next; in signal_strength_changed() local 478 struct bt_tbs_client_cb *listener, *next; in status_flags_changed() local 508 struct bt_tbs_client_cb *listener, *next; in call_uri_changed() local 534 struct bt_tbs_client_cb *listener, *next; in call_state_changed() local 604 struct bt_tbs_client_cb *listener, *next; in terminate_reason_changed() local 635 struct bt_tbs_client_cb *listener, *next; in remote_uri_changed() local [all …]
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | intc_esp32.h | 81 struct shared_vector_desc_t *next; member 91 struct vector_desc_t *next; member
|
/Zephyr-latest/tests/subsys/settings/file/src/ |
D | settings_test_file.c | 44 const char *next; in c1_handle_get() local 71 const char *next; in c1_handle_set() local
|
/Zephyr-latest/tests/kernel/timer/cycle64/src/ |
D | main.c | 35 uint64_t next = prev + BIT64(32) - now; in timeout() local
|
/Zephyr-latest/subsys/retention/ |
D | blinfo_mcuboot.c | 91 const char *next; in blinfo_handle_get() local
|
/Zephyr-latest/drivers/input/ |
D | input_analog_axis_settings.c | 41 const char *next; in analog_axis_calibration_load() local
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv4_acd.c | 216 sys_snode_t *current, *next; in ipv4_acd_timeout() local 260 sys_snode_t *current, *next; in net_ipv4_acd_input() local
|
/Zephyr-latest/include/zephyr/sys/ |
D | dlist.h | 39 struct _dnode *next; /* ptr to next node (sys_dnode_t) */ member 512 sys_dnode_t *const next = node->next; in sys_dlist_dequeue() local 530 sys_dnode_t *const next = node->next; in sys_dlist_remove() local
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 451 struct lll_event *next; local 499 struct lll_event *next; local 584 int lll_is_abort_cb(void *next, void *curr, lll_prepare_cb_t *resume_cb) 825 struct lll_event *next; local 1088 struct lll_event *next)
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.c | 369 int64_t remaining, next = INT64_MAX; in retransmit_request() local 418 int64_t next = INT64_MAX; in engine_next_service_timestamp() local 429 static int engine_add_srv(k_work_handler_t service, uint32_t period_ms, int64_t next) in engine_add_srv() 599 int64_t next = INT64_MAX; in check_notifications() local 793 int64_t now, next; in socket_loop() local
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/ |
D | storage.c | 120 const char *next; in ps_set() local
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_dfu_flash.c | 130 const enum usb_dfu_state state, const enum usb_dfu_state next) in dfu_flash_next()
|
/Zephyr-latest/modules/canopennode/ |
D | canopen_storage.c | 128 const char *next; in canopen_settings_set() local
|
/Zephyr-latest/tests/subsys/settings/fcb_init/src/ |
D | settings_test_fcb_init.c | 52 const char *next; in c1_set() local
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | br.c | 334 struct bt_br_discovery_cb *listener, *next; in report_discovery_results() local 441 struct bt_br_discovery_cb *listener, *next; in bt_hci_inquiry_result_with_rssi() local 479 struct bt_br_discovery_cb *listener, *next; in bt_hci_extended_inquiry_result() local 515 struct bt_br_discovery_cb *listener, *next; in bt_hci_remote_name_request_complete() local
|
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/ |
D | rtio_iodev_test.h | 43 struct mpsc_node *next = mpsc_pop(&data->io_q); in rtio_iodev_test_next() local
|