/Zephyr-latest/drivers/clock_control/ |
D | clock_control_sam_pmc.c | 22 clock_control_subsys_t sys) in atmel_sam_clock_control_on() 48 clock_control_subsys_t sys) in atmel_sam_clock_control_off() 74 clock_control_subsys_t sys, in atmel_sam_clock_control_get_rate() 104 clock_control_subsys_t sys) in atmel_sam_clock_control_get_status()
|
D | clock_control_fixed_rate.c | 17 clock_control_subsys_t sys) in fixed_rate_clk_on() 26 clock_control_subsys_t sys) in fixed_rate_clk_off() 35 clock_control_subsys_t sys) in fixed_rate_clk_get_status() 41 clock_control_subsys_t sys, in fixed_rate_clk_get_rate()
|
D | clock_control_silabs_series.c | 24 static int silabs_clock_control_on(const struct device *dev, clock_control_subsys_t sys) in silabs_clock_control_on() 41 static int silabs_clock_control_off(const struct device *dev, clock_control_subsys_t sys) in silabs_clock_control_off() 54 static int silabs_clock_control_get_rate(const struct device *dev, clock_control_subsys_t sys, in silabs_clock_control_get_rate() 69 clock_control_subsys_t sys) in silabs_clock_control_get_status()
|
D | clock_control_si32_apb.c | 23 static int clock_control_si32_apb_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_si32_apb_on() 28 static int clock_control_si32_apb_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_si32_apb_off() 34 static int clock_control_si32_apb_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_si32_apb_get_rate()
|
D | clock_control_si32_pll.c | 31 static int clock_control_si32_pll_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_si32_pll_on() 89 static int clock_control_si32_pll_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_si32_pll_off() 95 static int clock_control_si32_pll_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_si32_pll_get_rate() 105 static int clock_control_si32_pll_set_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_si32_pll_set_rate()
|
D | clock_control_si32_ahb.c | 28 static int clock_control_si32_ahb_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_si32_ahb_on() 33 static int clock_control_si32_ahb_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_si32_ahb_off() 39 static int clock_control_si32_ahb_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_si32_ahb_get_rate()
|
D | clock_control_gd32.c | 71 clock_control_subsys_t sys) in clock_control_gd32_on() 83 clock_control_subsys_t sys) in clock_control_gd32_off() 95 clock_control_subsys_t sys, in clock_control_gd32_get_rate() 188 clock_control_subsys_t sys) in clock_control_gd32_get_status()
|
D | clock_control_nrf_auxpll.c | 35 static int clock_control_nrf_auxpll_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_nrf_auxpll_on() 56 static int clock_control_nrf_auxpll_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_nrf_auxpll_off() 70 static int clock_control_nrf_auxpll_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_nrf_auxpll_get_rate() 89 clock_control_subsys_t sys) in clock_control_nrf_auxpll_get_status()
|
D | clock_control_renesas_ra_cgc.c | 26 static int clock_control_renesas_ra_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_renesas_ra_on() 37 static int clock_control_renesas_ra_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_renesas_ra_off() 49 static int clock_control_renesas_ra_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_renesas_ra_get_rate()
|
D | clock_control_esp32.c | 490 clock_control_subsys_t sys) in clock_control_esp32_get_status() 502 static int clock_control_esp32_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_esp32_on() 515 static int clock_control_esp32_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_esp32_off() 526 static int clock_control_esp32_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_esp32_get_rate() 719 static int clock_control_esp32_configure(const struct device *dev, clock_control_subsys_t sys, in clock_control_esp32_configure()
|
D | clock_control_pwm.c | 37 static int clock_control_pwm_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_pwm_on() 81 static int clock_control_pwm_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_pwm_get_rate() 101 static int clock_control_pwm_set_rate(const struct device *dev, clock_control_subsys_rate_t sys, in clock_control_pwm_set_rate()
|
D | clock_control_adsp.c | 11 clock_control_subsys_t sys, in cavs_clock_ctrl_set_rate()
|
D | clock_control_r8a7795_cpg_mssr.c | 147 static int r8a7795_cpg_mssr_start_stop(const struct device *dev, clock_control_subsys_t sys, in r8a7795_cpg_mssr_start_stop() 247 static int r8a7795_cpg_mssr_start(const struct device *dev, clock_control_subsys_t sys) in r8a7795_cpg_mssr_start() 252 static int r8a7795_cpg_mssr_stop(const struct device *dev, clock_control_subsys_t sys) in r8a7795_cpg_mssr_stop()
|
D | clock_control_r8a779f0_cpg_mssr.c | 142 int r8a779f0_cpg_mssr_start_stop(const struct device *dev, clock_control_subsys_t sys, bool enable) in r8a779f0_cpg_mssr_start_stop() 238 static int r8a779f0_cpg_mssr_start(const struct device *dev, clock_control_subsys_t sys) in r8a779f0_cpg_mssr_start() 243 static int r8a779f0_cpg_mssr_stop(const struct device *dev, clock_control_subsys_t sys) in r8a779f0_cpg_mssr_stop()
|
D | clock_control_wch_rcc.c | 47 static int clock_control_wch_rcc_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_wch_rcc_on() 61 static int clock_control_wch_rcc_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_wch_rcc_get_rate()
|
D | clock_control_renesas_cpg_mssr.c | 218 int rcar_cpg_get_rate(const struct device *dev, clock_control_subsys_t sys, uint32_t *rate) in rcar_cpg_get_rate() 258 int rcar_cpg_set_rate(const struct device *dev, clock_control_subsys_t sys, in rcar_cpg_set_rate()
|
D | clock_control_rpi_pico.c | 222 uint64_t rpi_pico_frequency_count(const struct device *dev, clock_control_subsys_t sys) in rpi_pico_frequency_count() 539 static int clock_control_rpi_pico_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_rpi_pico_on() 562 static int clock_control_rpi_pico_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_rpi_pico_off() 586 clock_control_subsys_t sys) in clock_control_rpi_pico_get_status() 601 static int clock_control_rpi_pico_get_rate(const struct device *dev, clock_control_subsys_t sys, in clock_control_rpi_pico_get_rate()
|
D | clock_control_nrf2_common.c | 200 int api_nosys_on_off(const struct device *dev, clock_control_subsys_t sys) in api_nosys_on_off()
|
D | clock_control_ifx_cat1.c | 702 clock_control_subsys_t sys) in clock_control_infineon_cat_on_off()
|
D | clock_control_nrf2_lfclk.c | 181 clock_control_subsys_t sys, in api_get_rate_lfclk()
|
D | clock_control_nrf2_fll16m.c | 213 clock_control_subsys_t sys, in api_get_rate_fll16m()
|
D | clock_control_nrf2_hfxo.c | 235 clock_control_subsys_t sys, in api_get_rate_hfxo()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | clock_control.h | 126 clock_control_subsys_t sys) in clock_control_on() 145 clock_control_subsys_t sys) in clock_control_off() 171 clock_control_subsys_t sys, in clock_control_async_on() 194 clock_control_subsys_t sys) in clock_control_get_status() 219 clock_control_subsys_t sys, in clock_control_get_rate() 249 clock_control_subsys_t sys, in clock_control_set_rate() 285 clock_control_subsys_t sys, in clock_control_configure()
|
/Zephyr-latest/include/zephyr/ |
D | init.h | 66 int (*sys)(void); member
|
/Zephyr-latest/samples/drivers/clock_control_xec/src/ |
D | main.c | 207 clock_control_subsys_t sys = NULL; in main() local
|