Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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_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_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_r8a779f0_cpg_mssr.c92 int r8a779f0_cpg_mssr_start_stop(const struct device *dev, clock_control_subsys_t sys, bool enable) in r8a779f0_cpg_mssr_start_stop()
137 static int r8a779f0_cpg_mssr_start(const struct device *dev, clock_control_subsys_t sys) in r8a779f0_cpg_mssr_start()
142 static int r8a779f0_cpg_mssr_stop(const struct device *dev, clock_control_subsys_t sys) in r8a779f0_cpg_mssr_stop()
Dclock_control_adsp.c11 clock_control_subsys_t sys, in cavs_clock_ctrl_set_rate()
Dclock_control_esp32.c73 clock_control_subsys_t sys) in clock_control_esp32_on()
81 clock_control_subsys_t sys) in clock_control_esp32_off()
89 clock_control_subsys_t sys, in clock_control_esp32_async_on()
101 clock_control_subsys_t sys) in clock_control_esp32_get_status()
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_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.c203 uint64_t rpi_pico_frequency_count(const struct device *dev, clock_control_subsys_t sys) in rpi_pico_frequency_count()
487 static int clock_control_rpi_pico_on(const struct device *dev, clock_control_subsys_t sys) in clock_control_rpi_pico_on()
502 static int clock_control_rpi_pico_off(const struct device *dev, clock_control_subsys_t sys) in clock_control_rpi_pico_off()
518 clock_control_subsys_t sys) in clock_control_rpi_pico_get_status()
533 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_ifx_cat1.c452 clock_control_subsys_t sys) in clock_control_infineon_cat_on_off()
Dclock_stm32_ll_u5.c209 clock_control_subsys_t sys, in stm32_clock_control_get_subsys_rate()
Dclock_stm32_ll_h5.c203 clock_control_subsys_t sys, in stm32_clock_control_get_subsys_rate()
Dclock_control_nrf.c111 struct onoff_manager *z_nrf_clock_control_get_onoff(clock_control_subsys_t sys) in z_nrf_clock_control_get_onoff()
437 clock_control_subsys_t sys, in onoff_started_callback()
Dclock_control_litex.c1527 clock_control_subsys_t sys, uint32_t *rate) in litex_clk_get_subsys_rate()
1539 clock_control_subsys_t sys) in litex_clk_get_status()
1559 static inline int litex_clk_on(const struct device *dev, clock_control_subsys_t sys) in litex_clk_on()
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dclock_control.h124 clock_control_subsys_t sys) in clock_control_on()
143 clock_control_subsys_t sys) in clock_control_off()
169 clock_control_subsys_t sys, in clock_control_async_on()
192 clock_control_subsys_t sys) in clock_control_get_status()
217 clock_control_subsys_t sys, in clock_control_get_rate()
247 clock_control_subsys_t sys, in clock_control_set_rate()
283 clock_control_subsys_t sys, in clock_control_configure()
/Zephyr-Core-3.6.0/include/zephyr/
Dinit.h66 int (*sys)(void); member
/Zephyr-Core-3.6.0/samples/drivers/clock_control_xec/src/
Dmain.c207 clock_control_subsys_t sys = NULL; in main() local