Home
last modified time | relevance | path

Searched defs:sys (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/drivers/clock_control/
Dclock_control_sam_pmc.c22 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()
Dclock_control_fixed_rate.c17 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()
Dclock_control_silabs_series.c24 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()
Dclock_control_si32_apb.c23 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()
Dclock_control_si32_pll.c31 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()
Dclock_control_si32_ahb.c28 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()
Dclock_control_gd32.c71 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()
Dclock_control_nrf_auxpll.c35 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()
Dclock_control_renesas_ra_cgc.c26 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()
Dclock_control_esp32.c490 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()
Dclock_control_pwm.c37 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()
Dclock_control_adsp.c11 clock_control_subsys_t sys, in cavs_clock_ctrl_set_rate()
Dclock_control_r8a7795_cpg_mssr.c147 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()
Dclock_control_r8a779f0_cpg_mssr.c142 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()
Dclock_control_wch_rcc.c47 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()
Dclock_control_renesas_cpg_mssr.c218 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()
Dclock_control_rpi_pico.c222 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()
Dclock_control_nrf2_common.c200 int api_nosys_on_off(const struct device *dev, clock_control_subsys_t sys) in api_nosys_on_off()
Dclock_control_ifx_cat1.c702 clock_control_subsys_t sys) in clock_control_infineon_cat_on_off()
Dclock_control_nrf2_lfclk.c181 clock_control_subsys_t sys, in api_get_rate_lfclk()
Dclock_control_nrf2_fll16m.c213 clock_control_subsys_t sys, in api_get_rate_fll16m()
Dclock_control_nrf2_hfxo.c235 clock_control_subsys_t sys, in api_get_rate_hfxo()
/Zephyr-latest/include/zephyr/drivers/
Dclock_control.h126 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/
Dinit.h66 int (*sys)(void); member
/Zephyr-latest/samples/drivers/clock_control_xec/src/
Dmain.c207 clock_control_subsys_t sys = NULL; in main() local

12