Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 122) sorted by relevance

12345

/Zephyr-Core-3.4.0/tests/subsys/pm/policy_api/src/
Dmain.c19 const struct pm_state_info *next; in ZTEST() local
67 const struct pm_state_info *next; in ZTEST() local
157 const struct pm_state_info *next; in ZTEST() local
281 const struct pm_state_info *next; in ZTEST() local
298 const struct pm_state_info *next; in ZTEST() local
/Zephyr-Core-3.4.0/subsys/tracing/ctf/
Dctf_map.h57 #define MAP_NEXT0(test, next, ...) next MAP_OUT argument
58 #define MAP_NEXT1(test, next) MAP_NEXT0(test, next, 0) argument
59 #define MAP_NEXT(test, next) MAP_NEXT1(MAP_GET_END test, next) argument
64 #define MAP_LIST_NEXT1(test, next) MAP_NEXT0(test, MAP_COMMA next, 0) argument
65 #define MAP_LIST_NEXT(test, next) MAP_LIST_NEXT1(MAP_GET_END test, next) argument
/Zephyr-Core-3.4.0/subsys/settings/src/
Dsettings.c66 int settings_name_steq(const char *name, const char *key, const char **next) in settings_name_steq()
105 int settings_name_next(const char *name, const char **next) in settings_name_next()
138 const char **next) in settings_parse_and_lookup()
/Zephyr-Core-3.4.0/tests/subsys/settings/fcb/src/
Dsettings_test_fcb.c77 const char *next; in c1_handle_get() local
101 const char *next; in c1_handle_set() local
238 const char *next; in c2_handle_get() local
267 const char *next; in c2_handle_set() local
309 const char *next; in c3_handle_get() local
324 const char *next; in c3_handle_set() local
/Zephyr-Core-3.4.0/subsys/net/ip/
Dtp_priv.h40 sys_snode_t next; member
51 sys_snode_t next; member
58 sys_snode_t next; member
65 sys_snode_t next; member
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Davdtp.h40 struct bt_avdtp_seid_lsep *next; member
49 struct bt_avdtp_stream *next; member
/Zephyr-Core-3.4.0/drivers/timer/
Dgecko_burtc_timer.c97 uint32_t next = prev + g_cyc_per_tick; in burtc_isr() local
148 uint32_t next = prev + to_announce * g_cyc_per_tick; in sys_clock_set_timeout() local
Dmcux_gpt_timer.c53 static void gpt_set_safe(uint32_t next) in gpt_set_safe()
140 uint32_t next, adj, now; in sys_clock_set_timeout() local
Dcc13x2_cc26x2_rtc_timer.c68 static void setThreshold(uint32_t next) in setThreshold()
99 uint32_t next; in rtc_isr() 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
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/util/
Dmemq.h13 struct _memq_link *next; /* permit chaining */ member
/Zephyr-Core-3.4.0/modules/hal_nordic/nrf_802154/radio/platform/
Dnrf_802154_random_zephyr.c13 static uint32_t next(void) in next() function
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dlll_iso_tx.h10 void *next; member
Dlll_common.c69 struct lll_event *next; in lll_resume() local
Dll_settings.c49 const char *next; in ctlr_set() local
/Zephyr-Core-3.4.0/include/zephyr/rtio/
Drtio_mpsc.h82 mpsc_ptr_t next; member
151 struct rtio_mpsc_node *next = (struct rtio_mpsc_node *)mpsc_ptr_get(tail->next); in rtio_mpsc_pop() local
/Zephyr-Core-3.4.0/tests/subsys/settings/nvs/src/
Dsettings_test_nvs.c41 const char *next; in c1_handle_get() local
65 const char *next; in c1_handle_set() local
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dmpl_internal.h36 struct mpl_tseg *next; member
51 struct mpl_track *next; member
63 struct mpl_group *next; member
91 } next; member
/Zephyr-Core-3.4.0/samples/arch/smp/pktqueue/src/
Dpktqueue.h13 struct phdr_desc *next; /* Next pkt descriptor in respective queue */ member
/Zephyr-Core-3.4.0/subsys/rtio/
Drtio_executor.c68 struct rtio_iodev_sqe *curr = iodev_sqe, *next; in rtio_executor_submit() local
135 struct rtio_iodev_sqe *curr = iodev_sqe, *next; in rtio_executor_done() local
/Zephyr-Core-3.4.0/samples/subsys/settings/src/
Dmain.c67 const char *next; in alpha_handle_set() local
118 const char *next; in beta_handle_set() local
189 const char *next; in beta_handle_get() local
273 const char *next; in direct_loader() local
342 const char *next; in direct_loader_immediate_value() local
/Zephyr-Core-3.4.0/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-Core-3.4.0/include/zephyr/drivers/interrupt_controller/
Dintc_esp32.h70 struct shared_vector_desc_t *next; member
80 struct vector_desc_t *next; member
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c277 struct lll_event *next; in lll_disable() local
325 struct lll_event *next; in lll_done() local
410 int lll_is_abort_cb(void *next, void *curr, lll_prepare_cb_t *resume_cb) in lll_is_abort_cb()
692 struct lll_event *next; in lll_prepare_resolve() local
843 struct lll_event *next) in preempt_ticker_start()
969 struct lll_event *next; in preempt() local
/Zephyr-Core-3.4.0/tests/kernel/timer/cycle64/src/
Dmain.c35 uint64_t next = prev + BIT64(32) - now; in timeout() local

12345