Home
last modified time | relevance | path

Searched defs:next (Results 26 – 50 of 164) sorted by relevance

1234567

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_common.c72 struct lll_event *next; in lll_resume() local
/Zephyr-latest/subsys/demand_paging/eviction/
Dlru.c59 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/
Dambiq_stimer.c105 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
Dintel_adsp_timer.c121 uint64_t next = last_count + CYC_PER_TICK; in compare_isr() local
144 uint64_t next; in sys_clock_set_timeout() local
Dmips_cp0_timer.c52 uint32_t next = last_count + CYC_PER_TICK; in timer_isr() local
Dxtensa_sys_timer.c54 uint32_t next = last_count + CYC_PER_TICK; in ccompare_isr() local
Dhpet.c257 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
Desp32_sys_timer.c72 uint64_t next = last_count + CYC_PER_TICK; in sys_timer_isr() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c224 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/
Dtbs_client.c251 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/
Dintc_esp32.h81 struct shared_vector_desc_t *next; member
91 struct vector_desc_t *next; member
/Zephyr-latest/tests/subsys/settings/file/src/
Dsettings_test_file.c44 const char *next; in c1_handle_get() local
71 const char *next; in c1_handle_set() local
/Zephyr-latest/tests/kernel/timer/cycle64/src/
Dmain.c35 uint64_t next = prev + BIT64(32) - now; in timeout() local
/Zephyr-latest/subsys/retention/
Dblinfo_mcuboot.c91 const char *next; in blinfo_handle_get() local
/Zephyr-latest/drivers/input/
Dinput_analog_axis_settings.c41 const char *next; in analog_axis_calibration_load() local
/Zephyr-latest/subsys/net/ip/
Dipv4_acd.c216 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/
Ddlist.h39 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/
Dlll.c451 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/
Dlwm2m_engine.c369 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/
Dstorage.c120 const char *next; in ps_set() local
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_dfu_flash.c130 const enum usb_dfu_state state, const enum usb_dfu_state next) in dfu_flash_next()
/Zephyr-latest/modules/canopennode/
Dcanopen_storage.c128 const char *next; in canopen_settings_set() local
/Zephyr-latest/tests/subsys/settings/fcb_init/src/
Dsettings_test_fcb_init.c52 const char *next; in c1_set() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c334 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/
Drtio_iodev_test.h43 struct mpsc_node *next = mpsc_pop(&data->io_q); in rtio_iodev_test_next() local

1234567