/Zephyr-latest/modules/hal_silabs/simplicity_sdk/src/ |
D | blob_stubs.c | 34 void sl_btctrl_disable_2m_phy(void) in sl_btctrl_disable_2m_phy() argument 38 void sl_btctrl_disable_coded_phy(void) in sl_btctrl_disable_coded_phy() argument 51 sl_status_t sl_btctrl_init_ll(void) in sl_btctrl_init_ll() argument 56 void sli_btctrl_deinit_mem(void) in sli_btctrl_deinit_mem() argument 60 void sl_btctrl_init_adv(void) in sl_btctrl_init_adv() argument 64 void sl_btctrl_init_adv_ext(void) in sl_btctrl_init_adv_ext() argument 68 void sl_btctrl_init_scan(void) in sl_btctrl_init_scan() argument 72 void sl_btctrl_init_scan_ext(void) in sl_btctrl_init_scan_ext() argument 76 void sl_btctrl_init_conn(void) in sl_btctrl_init_conn() argument 80 void sl_btctrl_init_phy(void) in sl_btctrl_init_phy() argument [all …]
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | soc_saml2x.c | 32 static inline void gclk_reset(void) in gclk_reset() argument 45 static inline void osc32k_init(void) in osc32k_init() argument 71 static inline void xosc32k_init(void) in xosc32k_init() argument 92 static inline void osc16m_init(void) in osc16m_init() argument 107 static inline void dfll48m_init(void) in dfll48m_init() argument 196 static inline void flash_waitstates_init(void) in flash_waitstates_init() argument 202 static inline void pm_init(void) in pm_init() argument 208 static inline void gclk_main_configure(void) in gclk_main_configure() argument 217 static inline void gclk_usb_configure(void) in gclk_usb_configure() argument 229 static inline void gclk_adc_configure(void) in gclk_adc_configure() argument [all …]
|
D | soc_samc2x.c | 18 static void flash_waitstates_init(void) in flash_waitstates_init() argument 24 static void osc48m_init(void) in osc48m_init() argument 34 static void mclk_init(void) in mclk_init() argument 39 static void gclks_init(void) in gclks_init() argument 46 void soc_reset_hook(void) in soc_reset_hook() argument
|
D | soc_samd2x.c | 41 static inline void osc8m_init(void) in osc8m_init() argument 78 static inline void osc32k_init(void) in osc32k_init() argument 100 static inline void xosc_init(void) in xosc_init() argument 129 static inline void xosc32k_init(void) in xosc32k_init() argument 148 static inline void dfll48m_init(void) in dfll48m_init() argument 214 static inline void flash_waitstates_init(void) in flash_waitstates_init() argument 223 static inline void gclk_main_configure(void) in gclk_main_configure() argument 244 static inline void gclk_adc_configure(void) in gclk_adc_configure() argument 265 static inline void gclk_wdt_configure(void) in gclk_wdt_configure() argument 283 static inline void osc8m_disable(void) in osc8m_disable() argument [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_prof_internal.h | 17 static inline void lll_prof_enter_radio(void) {} in lll_prof_enter_radio() argument 18 static inline void lll_prof_exit_radio(void) {} in lll_prof_exit_radio() argument 19 static inline void lll_prof_enter_lll(void) {} in lll_prof_enter_lll() argument 20 static inline void lll_prof_exit_lll(void) {} in lll_prof_exit_lll() argument 21 static inline void lll_prof_enter_ull_high(void) {} in lll_prof_enter_ull_high() argument 22 static inline void lll_prof_exit_ull_high(void) {} in lll_prof_exit_ull_high() argument 23 static inline void lll_prof_enter_ull_low(void) {} in lll_prof_enter_ull_low() argument 24 static inline void lll_prof_exit_ull_low(void) {} in lll_prof_exit_ull_low() argument
|
/Zephyr-latest/soc/nxp/imx/imx7d/ |
D | soc.c | 14 void SOC_ClockInit(void) in SOC_ClockInit() argument 50 void SOC_RdcInit(void) in SOC_RdcInit() argument 57 static void nxp_mcimx7_gpio_config(void) in nxp_mcimx7_gpio_config() argument 84 static void nxp_mcimx7_uart_config(void) in nxp_mcimx7_uart_config() argument 121 static void nxp_mcimx7_i2c_config(void) in nxp_mcimx7_i2c_config() argument 168 static void nxp_mcimx7_pwm_config(void) in nxp_mcimx7_pwm_config() argument 215 static void nxp_mcimx7_mu_config(void) in nxp_mcimx7_mu_config() argument 225 void soc_early_init_hook(void) in soc_early_init_hook() argument
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | device_power.c | 39 void soc_lite_sleep_enable(void) in soc_lite_sleep_enable() argument 50 void soc_deep_sleep_enable(void) in soc_deep_sleep_enable() argument 62 void soc_deep_sleep_disable(void) in soc_deep_sleep_disable() argument 69 void soc_deep_sleep_wait_clk_idle(void) in soc_deep_sleep_wait_clk_idle() argument 93 void soc_deep_sleep_non_wake_en(void) in soc_deep_sleep_non_wake_en() argument 101 void soc_deep_sleep_non_wake_dis(void) in soc_deep_sleep_non_wake_dis() argument 114 static void deep_sleep_save_ecs(void) in deep_sleep_save_ecs() argument 150 static void deep_sleep_save_uarts(void) in deep_sleep_save_uarts() argument 172 static void deep_sleep_save_timers(void) in deep_sleep_save_timers() argument 185 static void deep_sleep_restore_ecs(void) in deep_sleep_restore_ecs() argument [all …]
|
/Zephyr-latest/tests/subsys/logging/log_benchmark/src/ |
D | test_helpers.c | 13 static log_timestamp_t timestamp_get(void) in timestamp_get() argument 18 void z_impl_test_helpers_log_setup(void) in z_impl_test_helpers_log_setup() argument 30 static inline void z_vrfy_test_helpers_log_setup(void) in z_vrfy_test_helpers_log_setup() argument 37 int z_impl_test_helpers_cycle_get(void) in z_impl_test_helpers_cycle_get() argument 43 static inline int z_vrfy_test_helpers_cycle_get(void) in z_vrfy_test_helpers_cycle_get() argument 50 bool z_impl_test_helpers_log_dropped_pending(void) in z_impl_test_helpers_log_dropped_pending() argument 56 static inline bool z_vrfy_test_helpers_log_dropped_pending(void) in z_vrfy_test_helpers_log_dropped_pending() argument
|
/Zephyr-latest/tests/subsys/modbus/src/ |
D | test_modbus_client.c | 20 uint8_t test_get_client_iface(void) in test_get_client_iface() argument 25 void test_coil_wr_rd(void) in test_coil_wr_rd() argument 64 void test_di_rd(void) in test_di_rd() argument 83 void test_input_reg(void) in test_input_reg() argument 104 void test_holding_reg(void) in test_holding_reg() argument 199 void test_diagnostic(void) in test_diagnostic() argument 236 void test_client_setup_low_none(void) in test_client_setup_low_none() argument 250 void test_client_setup_low_odd(void) in test_client_setup_low_odd() argument 264 void test_client_setup_high_even(void) in test_client_setup_high_even() argument 278 void test_client_setup_ascii(void) in test_client_setup_ascii() argument [all …]
|
/Zephyr-latest/tests/crypto/tinycrypt_hmac_prng/src/ |
D | hmac_prng.c | 106 unsigned int test_1(void) in test_1() argument 168 unsigned int test_2(void) in test_2() argument 230 unsigned int test_3(void) in test_3() argument 292 unsigned int test_4(void) in test_4() argument 354 unsigned int test_5(void) in test_5() argument 416 unsigned int test_6(void) in test_6() argument 478 unsigned int test_7(void) in test_7() argument 540 unsigned int test_8(void) in test_8() argument 602 unsigned int test_9(void) in test_9() argument 664 unsigned int test_10(void) in test_10() argument [all …]
|
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/ |
D | soc.c | 61 static inline void Cy_SysClk_ClkFastInit(void) in Cy_SysClk_ClkFastInit() argument 65 static inline void Cy_SysClk_FllInit(void) in Cy_SysClk_FllInit() argument 70 static inline void Cy_SysClk_ClkHf0Init(void) in Cy_SysClk_ClkHf0Init() argument 77 static inline void Cy_SysClk_IloInit(void) in Cy_SysClk_IloInit() argument 82 static inline void Cy_SysClk_ClkLfInit(void) in Cy_SysClk_ClkLfInit() argument 86 static inline void Cy_SysClk_ClkPath0Init(void) in Cy_SysClk_ClkPath0Init() argument 90 static inline void Cy_SysClk_ClkPath1Init(void) in Cy_SysClk_ClkPath1Init() argument 94 static inline void Cy_SysClk_ClkPath2Init(void) in Cy_SysClk_ClkPath2Init() argument 98 static inline void Cy_SysClk_ClkPath3Init(void) in Cy_SysClk_ClkPath3Init() argument 102 static inline void Cy_SysClk_ClkPath4Init(void) in Cy_SysClk_ClkPath4Init() argument [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | server.c | 20 void set_public_addr(void) in set_public_addr() argument 27 void server_round_0(void) in server_round_0() argument 38 void server_round_1(void) in server_round_1() argument 59 void server_round_2(void) in server_round_2() argument 76 void server_round_3(void) in server_round_3() argument 95 void server_round_4(void) in server_round_4() argument 107 void server_round_5(void) in server_round_5() argument 117 void server_round_6(void) in server_round_6() argument 161 void server_procedure(void) in server_procedure() argument
|
D | client.c | 19 void client_round_0(void) in client_round_0() argument 46 void client_round_1(void) in client_round_1() argument 62 void client_round_2(void) in client_round_2() argument 87 void client_round_3(void) in client_round_3() argument 111 void client_round_4(void) in client_round_4() argument 133 void client_round_5(void) in client_round_5() argument 140 void client_round_6(void) in client_round_6() argument 158 void client_procedure(void) in client_procedure() argument
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32f2_f4_f7.c | 25 static uint32_t get_pll_source(void) in get_pll_source() argument 41 uint32_t get_pllsrc_frequency(void) in get_pllsrc_frequency() argument 58 uint32_t get_ck48_frequency(void) in get_ck48_frequency() argument 97 void config_pll_sysclock(void) in config_pll_sysclock() argument 153 void config_plli2s(void) in config_plli2s() argument 174 void config_enable_default_clocks(void) in config_enable_default_clocks() argument
|
/Zephyr-latest/samples/subsys/profiling/perf/src/ |
D | main.c | 13 int __noinline func_0_0(void) in func_0_0() argument 19 int __noinline func_0_1(void) in func_0_1() argument 25 int __noinline func_0(void) in func_0() argument 33 int __noinline func_1(void) in func_1() argument 39 int __noinline func_2(void) in func_2() argument 45 int main(void) in main() argument
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | relative_jump_ext.c | 27 void test_relative_jump_5(void) in test_relative_jump_5() argument 33 void test_relative_jump_4(void) in test_relative_jump_4() argument 39 void test_relative_jump_2(void) in test_relative_jump_2() argument 45 void test_relative_jump_1(void) in test_relative_jump_1() argument 51 void test_relative_jump_3(void) in test_relative_jump_3() argument 57 void test_entry(void) in test_entry() argument
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | lll_clock.c | 17 int lll_clock_init(void) in lll_clock_init() argument 22 int lll_clock_wait(void) in lll_clock_wait() argument 27 int lll_hfclock_on(void) in lll_hfclock_on() argument 32 int lll_hfclock_on_wait(void) in lll_hfclock_on_wait() argument 37 int lll_hfclock_off(void) in lll_hfclock_off() argument 42 uint8_t lll_clock_sca_local_get(void) in lll_clock_sca_local_get() argument 47 uint32_t lll_clock_ppm_local_get(void) in lll_clock_ppm_local_get() argument
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | sysview.c | 17 uint32_t sysview_get_timestamp(void) in sysview_get_timestamp() argument 22 uint32_t sysview_get_interrupt(void) in sysview_get_interrupt() argument 31 void sys_trace_k_thread_switched_in(void) in sys_trace_k_thread_switched_in() argument 44 void sys_trace_k_thread_switched_out(void) in sys_trace_k_thread_switched_out() argument 49 void sys_trace_isr_enter(void) in sys_trace_isr_enter() argument 54 void sys_trace_isr_exit(void) in sys_trace_isr_exit() argument 59 void sys_trace_isr_exit_to_scheduler(void) in sys_trace_isr_exit_to_scheduler() argument 64 void sys_trace_idle(void) in sys_trace_idle() argument 83 static int sysview_init(void) in sysview_init() argument
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common_errata.h | 27 static inline bool nrf_usbd_common_errata_166(void) in nrf_usbd_common_errata_166() argument 33 static inline bool nrf_usbd_common_errata_171(void) in nrf_usbd_common_errata_171() argument 39 static inline bool nrf_usbd_common_errata_187(void) in nrf_usbd_common_errata_187() argument 45 static inline bool nrf_usbd_common_errata_199(void) in nrf_usbd_common_errata_199() argument 51 static inline bool nrf_usbd_common_errata_211(void) in nrf_usbd_common_errata_211() argument 57 static inline bool nrf_usbd_common_errata_223(void) in nrf_usbd_common_errata_223() argument
|
/Zephyr-latest/arch/arm64/core/ |
D | reset.c | 13 void __weak z_arm64_el_highest_plat_init(void) in z_arm64_el_highest_plat_init() argument 18 void __weak z_arm64_el3_plat_init(void) in z_arm64_el3_plat_init() argument 23 void __weak z_arm64_el2_plat_init(void) in z_arm64_el2_plat_init() argument 28 void __weak z_arm64_el1_plat_init(void) in z_arm64_el1_plat_init() argument 33 void z_arm64_el_highest_init(void) in z_arm64_el_highest_init() argument 52 static inline enum el3_next_el el3_get_next_el(void) in el3_get_next_el() argument 68 void z_arm64_el3_init(void) in z_arm64_el3_init() argument 120 void z_arm64_el2_init(void) in z_arm64_el2_init() argument 169 void z_arm64_el1_init(void) in z_arm64_el1_init() argument
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_mount.c | 18 static int test_mount_no_format(void) in test_mount_no_format() argument 34 static int test_mount_rd_only_no_sys(void) in test_mount_rd_only_no_sys() argument 50 static int test_mount_use_disk_access(void) in test_mount_use_disk_access() argument 63 static int test_mount(void) in test_mount() argument 76 static int test_unmount(void) in test_unmount() argument 81 void test_fat_unmount(void) in test_fat_unmount() argument 86 void test_fat_mount(void) in test_fat_mount() argument
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_handlers.c | 11 static inline void z_vrfy_updatehub_autohandler(void) in z_vrfy_updatehub_autohandler() argument 17 static inline enum updatehub_response z_vrfy_updatehub_probe(void) in z_vrfy_updatehub_probe() argument 23 static inline enum updatehub_response z_vrfy_updatehub_update(void) in z_vrfy_updatehub_update() argument 29 static inline int z_vrfy_updatehub_confirm(void) in z_vrfy_updatehub_confirm() argument 35 static inline int z_vrfy_updatehub_reboot(void) in z_vrfy_updatehub_reboot() argument
|
/Zephyr-latest/boards/native/native_sim/ |
D | nsi_if.c | 11 void nsif_cpu0_pre_cmdline_hooks(void) in nsif_cpu0_pre_cmdline_hooks() argument 16 void nsif_cpu0_pre_hw_init_hooks(void) in nsif_cpu0_pre_hw_init_hooks() argument 21 void nsif_cpu0_boot(void) in nsif_cpu0_boot() argument 28 int nsif_cpu0_cleanup(void) in nsif_cpu0_cleanup() argument 38 void nsif_cpu0_irq_raised(void) in nsif_cpu0_irq_raised() argument
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/ |
D | main.c | 20 static void light_default_var_init(void) in light_default_var_init() argument 42 static void light_default_status_init(void) in light_default_status_init() argument 89 void update_vnd_led_gpio(void) in update_vnd_led_gpio() argument 96 void update_led_gpio(void) in update_led_gpio() argument 113 void update_light_state(void) in update_light_state() argument 123 static void short_time_multireset_bt_mesh_unprovisioning(void) in short_time_multireset_bt_mesh_unprovisioning() argument 146 int main(void) in main() argument
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_friendship.c | 50 static void test_friend_init(void) in test_friend_init() argument 55 static void test_lpn_init(void) in test_lpn_init() argument 66 static void test_other_init(void) in test_other_init() argument 97 static void test_friend_est(void) in test_friend_est() argument 115 static void test_friend_est_multi(void) in test_friend_est_multi() argument 143 static void test_friend_msg(void) in test_friend_msg() argument 211 static void test_friend_overflow(void) in test_friend_overflow() argument 294 static void test_friend_group(void) in test_friend_group() argument 345 static void test_friend_no_est(void) in test_friend_no_est() argument 361 static void test_friend_va_collision(void) in test_friend_va_collision() argument [all …]
|