Home
last modified time | relevance | path

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

123456

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dmicp_mic_ctlr.c53 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_mute_changed() local
64 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_mute_written() local
81 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_discover_complete() local
182 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_aics_state_cb() local
194 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_aics_gain_setting_cb() local
205 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_aics_type_cb() local
216 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_aics_status_cb() local
227 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_aics_description_cb() local
239 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_aics_discover_cb() local
267 struct bt_micp_mic_ctlr_cb *listener, *next; in micp_mic_ctlr_aics_set_gain_cb() local
[all …]
Dvcp_vol_ctlr.c54 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_state_changed() local
66 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_flags_changed() local
77 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_discover_complete() local
189 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcs_cp_notify_app() local
610 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_aics_state_cb() local
622 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_aics_gain_setting_cb() local
633 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_aics_type_cb() local
644 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_aics_status_cb() local
655 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_aics_description_cb() local
667 struct bt_vcp_vol_ctlr_cb *listener, *next; in vcp_vol_ctlr_aics_discover_cb() local
[all …]
Dmpl_internal.h43 struct mpl_tseg *next; member
58 struct mpl_track *next; member
70 struct mpl_group *next; member
98 } next; member
/Zephyr-Core-3.7.0/tests/subsys/pm/policy_api/src/
Dmain.c33 const struct pm_state_info *next; in ZTEST() local
81 const struct pm_state_info *next; in ZTEST() local
171 const struct pm_state_info *next; in ZTEST() local
295 const struct pm_state_info *next; in ZTEST() local
312 const struct pm_state_info *next; in ZTEST() local
/Zephyr-Core-3.7.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.7.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.7.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.7.0/soc/intel/intel_ish/intel_ish5/
Dsoc.h27 static inline void hpet_timer_comparator_set(uint64_t next) in hpet_timer_comparator_set()
/Zephyr-Core-3.7.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.7.0/tests/subsys/mgmt/mcumgr/settings_mgmt/src/
Dsettings.c30 const char *next; in val_handle_set() local
74 const char *next; in val_handle_get() local
/Zephyr-Core-3.7.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
Dcc13xx_cc26xx_rtc_timer.c68 static void setThreshold(uint32_t next) in setThreshold()
99 uint32_t next; in rtc_isr() local
Dambiq_stimer.c90 uint64_t next = (uint64_t)g_last_time_stamp + CYC_PER_TICK; in stimer_isr() local
143 uint64_t next = now_64 + ticks * CYC_PER_TICK; in sys_clock_set_timeout() local
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dmpsc_lockfree.h80 mpsc_ptr_t next; member
149 struct mpsc_node *next = (struct mpsc_node *)mpsc_ptr_get(tail->next); in mpsc_pop() local
/Zephyr-Core-3.7.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.7.0/subsys/bluetooth/controller/ll_sw/
Dlll_iso_tx.h10 void *next; member
Dll_settings.c49 const char *next; in ctlr_set() local
Dlll_common.c72 struct lll_event *next; in lll_resume() local
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/util/
Dmemq.h13 struct _memq_link *next; /* permit chaining */ member
/Zephyr-Core-3.7.0/modules/hal_nordic/nrf_802154/radio/platform/
Dnrf_802154_random_zephyr.c13 static uint32_t next(void) in next() function
/Zephyr-Core-3.7.0/subsys/rtio/
Drtio_executor.c75 struct rtio_iodev_sqe *curr = iodev_sqe, *next; in rtio_executor_submit() local
147 struct rtio_iodev_sqe *curr = iodev_sqe, *next; in rtio_executor_done() local
/Zephyr-Core-3.7.0/samples/arch/smp/pktqueue/src/
Dpktqueue.h13 struct phdr_desc *next; /* Next pkt descriptor in respective queue */ member
/Zephyr-Core-3.7.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.7.0/subsys/demand_paging/eviction/
Dlru.c58 uint32_t next : PF_IDX_BITS; member
89 uint32_t next = lru_pf_queue[pf_idx].next; in lru_pf_unlink() local

123456