/Zephyr-Core-3.7.0/subsys/bluetooth/audio/ |
D | micp_mic_ctlr.c | 53 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 …]
|
D | vcp_vol_ctlr.c | 54 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 …]
|
D | mpl_internal.h | 43 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/ |
D | main.c | 33 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/ |
D | ctf_map.h | 57 #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/ |
D | settings.c | 66 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/ |
D | settings_test_fcb.c | 77 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/ |
D | soc.h | 27 static inline void hpet_timer_comparator_set(uint64_t next) in hpet_timer_comparator_set()
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | tp_priv.h | 40 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/ |
D | settings.c | 30 const char *next; in val_handle_set() local 74 const char *next; in val_handle_get() local
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | gecko_burtc_timer.c | 97 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
|
D | mcux_gpt_timer.c | 53 static void gpt_set_safe(uint32_t next) in gpt_set_safe() 140 uint32_t next, adj, now; in sys_clock_set_timeout() local
|
D | cc13xx_cc26xx_rtc_timer.c | 68 static void setThreshold(uint32_t next) in setThreshold() 99 uint32_t next; in rtc_isr() local
|
D | ambiq_stimer.c | 90 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/ |
D | mpsc_lockfree.h | 80 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/ |
D | settings_test_nvs.c | 41 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/ |
D | lll_iso_tx.h | 10 void *next; member
|
D | ll_settings.c | 49 const char *next; in ctlr_set() local
|
D | lll_common.c | 72 struct lll_event *next; in lll_resume() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/util/ |
D | memq.h | 13 struct _memq_link *next; /* permit chaining */ member
|
/Zephyr-Core-3.7.0/modules/hal_nordic/nrf_802154/radio/platform/ |
D | nrf_802154_random_zephyr.c | 13 static uint32_t next(void) in next() function
|
/Zephyr-Core-3.7.0/subsys/rtio/ |
D | rtio_executor.c | 75 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/ |
D | pktqueue.h | 13 struct phdr_desc *next; /* Next pkt descriptor in respective queue */ member
|
/Zephyr-Core-3.7.0/samples/subsys/settings/src/ |
D | main.c | 67 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/ |
D | lru.c | 58 uint32_t next : PF_IDX_BITS; member 89 uint32_t next = lru_pf_queue[pf_idx].next; in lru_pf_unlink() local
|